1 2 3 4 5 6 7 8 9 10 11 12 13
/* server/ip/gen/inet.h */ #ifndef __SERVER__IP__GEN__INET_H__ #define __SERVER__IP__GEN__INET_H__ #include <net/gen/in.h> ipaddr_t inet_addr( const char *addr ); ipaddr_t inet_network( const char *addr ); #endif /* __SERVER__IP__GEN__INET_H__ */