OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [userland/] [route/] [lib/] [pathnames.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 simons
 
2
/*
3
 * lib/pathnames.h    This file contains the definitions of the path
4
 *                      names used by the NET-LIB.
5
 *
6
 * NET-LIB
7
 *
8
 * Version:     lib/pathnames.h 1.37 (1997-08-23)
9
 *
10
 * Author:      Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
11
 */
12
 
13
/* pathnames of the procfs files used by NET. */
14
#define _PATH_PROCNET_IGMP              "/proc/net/igmp"
15
#define _PATH_PROCNET_IGMP6             "/proc/net/igmp6"
16
#define _PATH_PROCNET_TCP               "/proc/net/tcp"
17
#define _PATH_PROCNET_TCP6              "/proc/net/tcp6"
18
#define _PATH_PROCNET_UDP               "/proc/net/udp"
19
#define _PATH_PROCNET_UDP6              "/proc/net/udp6"
20
#define _PATH_PROCNET_RAW               "/proc/net/raw"
21
#define _PATH_PROCNET_RAW6              "/proc/net/raw6"
22
#define _PATH_PROCNET_UNIX              "/proc/net/unix"
23
#define _PATH_PROCNET_ROUTE             "/proc/net/route"
24
#define _PATH_PROCNET_ROUTE6            "/proc/net/ipv6_route"
25
#define _PATH_PROCNET_RTCACHE           "/proc/net/rt_cache"
26
#define _PATH_PROCNET_AX25_ROUTE        "/proc/net/ax25_route"
27
#define _PATH_PROCNET_NR                "/proc/net/nr"
28
#define _PATH_PROCNET_NR_NEIGH          "/proc/net/nr_neigh"
29
#define _PATH_PROCNET_NR_NODES          "/proc/net/nr_nodes"
30
#define _PATH_PROCNET_ARP               "/proc/net/arp"
31
#define _PATH_PROCNET_AX25              "/proc/net/ax25"
32
#define _PATH_PROCNET_IPX               "/proc/net/ipx"
33
#define _PATH_PROCNET_IPX_ROUTE         "/proc/net/ipx_route"
34
#define _PATH_PROCNET_ATALK             "/proc/net/appletalk"
35
#define _PATH_PROCNET_IP_BLK            "/proc/net/ip_block"
36
#define _PATH_PROCNET_IP_FWD            "/proc/net/ip_forward"
37
#define _PATH_PROCNET_IP_ACC            "/proc/net/ip_acct"
38
#define _PATH_PROCNET_IP_MASQ           "/proc/net/ip_masquerade"
39
#define _PATH_PROCNET_NDISC             "/proc/net/ndisc"
40
#define _PATH_PROCNET_IFINET6           "/proc/net/if_inet6"
41
#define _PATH_PROCNET_DEV               "/proc/net/dev"
42
#define _PATH_PROCNET_RARP              "/proc/net/rarp"
43
#define _PATH_ETHERS                    "/etc/ethers"
44
#define _PATH_PROCNET_ROSE_ROUTE        "/proc/net/rose_routes"
45
#define _PATH_PROCNET_DEV_MCAST         "/proc/net/dev_mcast"
46
 
47
/* pathname for the netlink device */
48
#define _PATH_DEV_ROUTE "/dev/route"
49
 
50
/* End of pathnames.h */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.