[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

SourceForge.net Logo

osi-open source certified logo

Splash - Documentation

SNMP Plus a Lightweight API for SNAP Handling

Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

snap-1.1-wjdb/lib/pathnames.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.


Defines

#define _PATH_PROCNET_TCP   "/proc/net/tcp"
#define _PATH_PROCNET_TCP6   "/proc/net/tcp6"
#define _PATH_PROCNET_UDP   "/proc/net/udp"
#define _PATH_PROCNET_UDP6   "/proc/net/udp6"
#define _PATH_PROCNET_RAW   "/proc/net/raw"
#define _PATH_PROCNET_RAW6   "/proc/net/raw6"
#define _PATH_PROCNET_UNIX   "/proc/net/unix"
#define _PATH_PROCNET_ROUTE   "/proc/net/route"
#define _PATH_PROCNET_ROUTE6   "/proc/net/ipv6_route"
#define _PATH_PROCNET_RTCACHE   "/proc/net/rt_cache"
#define _PATH_PROCNET_AX25_ROUTE   "/proc/net/ax25_route"
#define _PATH_PROCNET_NR   "/proc/net/nr"
#define _PATH_PROCNET_NR_NEIGH   "/proc/net/nr_neigh"
#define _PATH_PROCNET_NR_NODES   "/proc/net/nr_nodes"
#define _PATH_PROCNET_ARP   "/proc/net/arp"
#define _PATH_PROCNET_AX25   "/proc/net/ax25"
#define _PATH_PROCNET_IPX   "/proc/net/ipx"
#define _PATH_PROCNET_IPX_ROUTE   "/proc/net/ipx_route"
#define _PATH_PROCNET_ATALK   "/proc/net/appletalk"
#define _PATH_PROCNET_IP_BLK   "/proc/net/ip_block"
#define _PATH_PROCNET_IP_FWD   "/proc/net/ip_forward"
#define _PATH_PROCNET_IP_ACC   "/proc/net/ip_acct"
#define _PATH_PROCNET_IP_MASQ   "/proc/net/ip_masquerade"
#define _PATH_PROCNET_NDISC   "/proc/net/ndisc"
#define _PATH_PROCNET_IFINET6   "/proc/net/if_inet6"
#define _PATH_PROCNET_DEV   "/proc/net/dev"
#define _PATH_PROCNET_RARP   "/proc/net/rarp"
#define _PATH_ETHERS   "/etc/ethers"
#define _PATH_PROCNET_ROSE_ROUTE   "/proc/net/rose_routes"
#define _PATH_DEV_ROUTE   "/dev/route"

Define Documentation

#define _PATH_DEV_ROUTE   "/dev/route"
 

Definition at line 44 of file pathnames.h.

#define _PATH_ETHERS   "/etc/ethers"
 

Definition at line 40 of file pathnames.h.

#define _PATH_PROCNET_ARP   "/proc/net/arp"
 

Definition at line 27 of file pathnames.h.

#define _PATH_PROCNET_ATALK   "/proc/net/appletalk"
 

Definition at line 31 of file pathnames.h.

#define _PATH_PROCNET_AX25   "/proc/net/ax25"
 

Definition at line 28 of file pathnames.h.

#define _PATH_PROCNET_AX25_ROUTE   "/proc/net/ax25_route"
 

Definition at line 23 of file pathnames.h.

#define _PATH_PROCNET_DEV   "/proc/net/dev"
 

Definition at line 38 of file pathnames.h.

#define _PATH_PROCNET_IFINET6   "/proc/net/if_inet6"
 

Definition at line 37 of file pathnames.h.

#define _PATH_PROCNET_IP_ACC   "/proc/net/ip_acct"
 

Definition at line 34 of file pathnames.h.

#define _PATH_PROCNET_IP_BLK   "/proc/net/ip_block"
 

Definition at line 32 of file pathnames.h.

#define _PATH_PROCNET_IP_FWD   "/proc/net/ip_forward"
 

Definition at line 33 of file pathnames.h.

#define _PATH_PROCNET_IP_MASQ   "/proc/net/ip_masquerade"
 

Definition at line 35 of file pathnames.h.

#define _PATH_PROCNET_IPX   "/proc/net/ipx"
 

Definition at line 29 of file pathnames.h.

#define _PATH_PROCNET_IPX_ROUTE   "/proc/net/ipx_route"
 

Definition at line 30 of file pathnames.h.

#define _PATH_PROCNET_NDISC   "/proc/net/ndisc"
 

Definition at line 36 of file pathnames.h.

#define _PATH_PROCNET_NR   "/proc/net/nr"
 

Definition at line 24 of file pathnames.h.

#define _PATH_PROCNET_NR_NEIGH   "/proc/net/nr_neigh"
 

Definition at line 25 of file pathnames.h.

#define _PATH_PROCNET_NR_NODES   "/proc/net/nr_nodes"
 

Definition at line 26 of file pathnames.h.

#define _PATH_PROCNET_RARP   "/proc/net/rarp"
 

Definition at line 39 of file pathnames.h.

#define _PATH_PROCNET_RAW   "/proc/net/raw"
 

Definition at line 17 of file pathnames.h.

#define _PATH_PROCNET_RAW6   "/proc/net/raw6"
 

Definition at line 18 of file pathnames.h.

#define _PATH_PROCNET_ROSE_ROUTE   "/proc/net/rose_routes"
 

Definition at line 41 of file pathnames.h.

#define _PATH_PROCNET_ROUTE   "/proc/net/route"
 

Definition at line 20 of file pathnames.h.

#define _PATH_PROCNET_ROUTE6   "/proc/net/ipv6_route"
 

Definition at line 21 of file pathnames.h.

#define _PATH_PROCNET_RTCACHE   "/proc/net/rt_cache"
 

Definition at line 22 of file pathnames.h.

#define _PATH_PROCNET_TCP   "/proc/net/tcp"
 

Definition at line 13 of file pathnames.h.

#define _PATH_PROCNET_TCP6   "/proc/net/tcp6"
 

Definition at line 14 of file pathnames.h.

#define _PATH_PROCNET_UDP   "/proc/net/udp"
 

Definition at line 15 of file pathnames.h.

#define _PATH_PROCNET_UDP6   "/proc/net/udp6"
 

Definition at line 16 of file pathnames.h.

#define _PATH_PROCNET_UNIX   "/proc/net/unix"
 

Definition at line 19 of file pathnames.h.