Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0087000 /*
0087001 server/ip/gen/inet.h
0087002 */
0087003 
0087004 #ifndef __SERVER__IP__GEN__INET_H__
0087005 #define __SERVER__IP__GEN__INET_H__
0087006 
0087007 ipaddr_t inet_addr _ARGS(( const char *addr ));
0087008 ipaddr_t inet_network _ARGS(( const char *addr ));
0087009 char *inet_ntoa _ARGS(( ipaddr_t addr ));
0087010 int inet_aton _ARGS(( const char *cp, ipaddr_t *pin ));
0087011 
0087012 #endif /* __SERVER__IP__GEN__INET_H__ */