RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
pppd
pathnames.h
Go to the documentation of this file.
1
/*
2
* define path names
3
*
4
* $Id$
5
*/
6
7
#ifdef HAVE_PATHS_H
8
#include <paths.h>
9
10
#else
11
#ifndef _PATH_VARRUN
12
#define _PATH_VARRUN "/etc/ppp/"
13
#endif
14
#define _PATH_DEVNULL "/dev/null"
15
#endif
16
17
#ifndef _ROOT_PATH
18
#define _ROOT_PATH
19
#endif
20
21
#define _PATH_UPAPFILE _ROOT_PATH "/etc/ppp/pap-secrets"
22
#define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
23
#define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
24
#define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"
25
#define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
26
#define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"
27
#define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
28
#define _PATH_TTYOPT _ROOT_PATH "/etc/ppp/options."
29
#define _PATH_CONNERRS _ROOT_PATH "/etc/ppp/connect-errors"
30
#define _PATH_PEERFILES _ROOT_PATH "/etc/ppp/peers/"
31
#define _PATH_RESOLV _ROOT_PATH "/etc/ppp/resolv.conf"
32
33
#define _PATH_USEROPT ".ppprc"
34
35
#ifdef INET6
36
#define _PATH_IPV6UP _ROOT_PATH "/etc/ppp/ipv6-up"
37
#define _PATH_IPV6DOWN _ROOT_PATH "/etc/ppp/ipv6-down"
38
#endif
39
40
#ifdef IPX_CHANGE
41
#define _PATH_IPXUP _ROOT_PATH "/etc/ppp/ipx-up"
42
#define _PATH_IPXDOWN _ROOT_PATH "/etc/ppp/ipx-down"
43
#endif
/* IPX_CHANGE */
Generated by
1.8.13