netlib.h

Go to the documentation of this file.
00001 /*
00002 net/netlib.h
00003 */
00004 
00005 #ifndef _NET__NETLIB_H_
00006 #define _NET__NETLIB_H_
00007 
00008 #ifndef _ANSI
00009 #include <ansi.h>
00010 #endif
00011 
00012 _PROTOTYPE (int iruserok, (unsigned long raddr, int superuser,
00013                 const char *ruser, const char *luser) );
00014 _PROTOTYPE (int rcmd, (char **ahost, int rport, const char *locuser, 
00015                 const char *remuser, const char *cmd, int *fd2p) );
00016 
00017 #define ETH_DEVICE      "/dev/eth"
00018 #define IP_DEVICE       "/dev/ip"
00019 #define TCP_DEVICE      "/dev/tcp"
00020 #define UDP_DEVICE      "/dev/udp"
00021 
00022 #endif /* _NET__NETLIB_H_ */

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