On Tue, Jun 14, 2011 at 04:38:06PM +0700,
 Fajar A. Nugraha <w...@fajar.net> wrote 
 a message of 29 lines which said:

> most programming language has gethostbyname() and gethostbyaddr()

These routines are deprecated for a long time (the main reason being
they are specific of an old version of IP) and you should use
getaddrinfo() and getnameinfo() instead.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to