1*433d6423SLionel Sambuc /* 2*433d6423SLionel Sambuc net/netlib.h 3*433d6423SLionel Sambuc */ 4*433d6423SLionel Sambuc 5*433d6423SLionel Sambuc #ifndef _NET__NETLIB_H_ 6*433d6423SLionel Sambuc #define _NET__NETLIB_H_ 7*433d6423SLionel Sambuc 8*433d6423SLionel Sambuc #define IPSTAT_DEVICE "/dev/ipstat" 9*433d6423SLionel Sambuc #define ETH_DEVICE "/dev/eth" 10*433d6423SLionel Sambuc #define IP_DEVICE "/dev/ip" 11*433d6423SLionel Sambuc #define TCP_DEVICE "/dev/tcp" 12*433d6423SLionel Sambuc #define UDP_DEVICE "/dev/udp" 13*433d6423SLionel Sambuc #define UDS_DEVICE "/dev/uds" 14*433d6423SLionel Sambuc 15*433d6423SLionel Sambuc #endif /* _NET__NETLIB_H_ */ 16