Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
include/arpa/inet.h File Reference
Detailed Description
Internet address conversion.
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. | |