[insert project logo here (125x200px max)] Navigator Mailinglists Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums. Copyright and Licensing Information Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL). All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License. All sourcecode is made publicly available. Acknowledgement Splash and the Splash website are hosted by SourceForge.net |
Splash - DocumentationSNMP Plus a Lightweight API for SNAP Handlingsnap-1.1-wjdb/lib/pathnames.hGo to the documentation of this file.00001 /* 00002 * lib/pathnames.h This file contains the definitions of the path 00003 * names used by the NET-LIB. 00004 * 00005 * NET-LIB 00006 * 00007 * Version: lib/pathnames.h 1.37 (1997-08-23) 00008 * 00009 * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> 00010 */ 00011 00012 /* pathnames of the procfs files used by NET. */ 00013 # define _PATH_PROCNET_TCP "/proc/net/tcp" 00014 # define _PATH_PROCNET_TCP6 "/proc/net/tcp6" 00015 # define _PATH_PROCNET_UDP "/proc/net/udp" 00016 # define _PATH_PROCNET_UDP6 "/proc/net/udp6" 00017 # define _PATH_PROCNET_RAW "/proc/net/raw" 00018 # define _PATH_PROCNET_RAW6 "/proc/net/raw6" 00019 # define _PATH_PROCNET_UNIX "/proc/net/unix" 00020 # define _PATH_PROCNET_ROUTE "/proc/net/route" 00021 # define _PATH_PROCNET_ROUTE6 "/proc/net/ipv6_route" 00022 # define _PATH_PROCNET_RTCACHE "/proc/net/rt_cache" 00023 # define _PATH_PROCNET_AX25_ROUTE "/proc/net/ax25_route" 00024 # define _PATH_PROCNET_NR "/proc/net/nr" 00025 # define _PATH_PROCNET_NR_NEIGH "/proc/net/nr_neigh" 00026 # define _PATH_PROCNET_NR_NODES "/proc/net/nr_nodes" 00027 # define _PATH_PROCNET_ARP "/proc/net/arp" 00028 # define _PATH_PROCNET_AX25 "/proc/net/ax25" 00029 # define _PATH_PROCNET_IPX "/proc/net/ipx" 00030 # define _PATH_PROCNET_IPX_ROUTE "/proc/net/ipx_route" 00031 # define _PATH_PROCNET_ATALK "/proc/net/appletalk" 00032 # define _PATH_PROCNET_IP_BLK "/proc/net/ip_block" 00033 # define _PATH_PROCNET_IP_FWD "/proc/net/ip_forward" 00034 # define _PATH_PROCNET_IP_ACC "/proc/net/ip_acct" 00035 # define _PATH_PROCNET_IP_MASQ "/proc/net/ip_masquerade" 00036 # define _PATH_PROCNET_NDISC "/proc/net/ndisc" 00037 # define _PATH_PROCNET_IFINET6 "/proc/net/if_inet6" 00038 # define _PATH_PROCNET_DEV "/proc/net/dev" 00039 # define _PATH_PROCNET_RARP "/proc/net/rarp" 00040 # define _PATH_ETHERS "/etc/ethers" 00041 # define _PATH_PROCNET_ROSE_ROUTE "/proc/net/rose_routes" 00042 00043 /* pathname for the netlink device */ 00044 # define _PATH_DEV_ROUTE "/dev/route" 00045 00046 /* End of pathnames.h */ |