netbsd ping & traceroute
[minix3.git] / minix / include / net / gen / inet.h
blobe70c5aa8f3d173cce10f53fa09bdf13510b26d25
1 /*
2 server/ip/gen/inet.h
3 */
5 #ifndef __SERVER__IP__GEN__INET_H__
6 #define __SERVER__IP__GEN__INET_H__
8 #include <net/gen/in.h>
10 ipaddr_t inet_addr( const char *addr );
11 ipaddr_t inet_network( const char *addr );
13 #endif /* __SERVER__IP__GEN__INET_H__ */