%%%TOP_BAR%%% man7.org > Linux > man-pages Linux/UNIX system programming training %%%PAGE_START%%% NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | CONFORMING TO | NOTES | EXAMPLE | SEE ALSO | COLOPHON INET(3) Linux Programmer's Manual INET(3) top inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof - Internet address manipulation routines top #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> int inet_aton(const char * cp , struct in_addr * inp ); in_addr_t inet_addr(const char * cp ); in_addr_t inet_network(const char * cp ); char *inet_ntoa(struct in_addr in ); struct in_addr inet_makeaddr(in_addr_t net , in_addr_t host ); in_addr_t inet_lnaof(struct in_addr in ); in_addr_t inet_netof(struct in_addr in ); Feature Test Macro Require...