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