#include <sys/types.h>
Go to the source code of this file.
Functions | |
u_long | inet_addr (CONST u_char *str) |
Convert decimal dotted ASCII representation into numeric IP address. | |
u_char * | inet_ntoa (u_long addr) |
Convert numeric IP address into decimal dotted ASCII representation. |