inet.h

Go to the documentation of this file.
00001 /*
00002 server/ip/gen/inet.h
00003 */
00004 
00005 #ifndef __SERVER__IP__GEN__INET_H__
00006 #define __SERVER__IP__GEN__INET_H__
00007 
00008 ipaddr_t inet_addr _ARGS(( const char *addr ));
00009 ipaddr_t inet_network _ARGS(( const char *addr ));
00010 char *inet_ntoa _ARGS(( ipaddr_t addr ));
00011 int inet_aton _ARGS(( const char *cp, ipaddr_t *pin ));
00012 
00013 #endif /* __SERVER__IP__GEN__INET_H__ */

Generated on Fri Apr 14 22:57:19 2006 for minix by  doxygen 1.4.6