Home
last modified time | relevance | path

Searched refs:_ROOT_PATH (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpathnames.h54 #ifndef _ROOT_PATH
55 #define _ROOT_PATH macro
61 #define _PATH_UPAPFILE _ROOT_PATH "/etc/ppp/pap-secrets"
62 #define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets"
63 #define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options"
64 #define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"
65 #define _PATH_IPDOWN _ROOT_PATH "/etc/ppp/ip-down"
66 #define _PATH_IPV6UP _ROOT_PATH "/etc/ppp/ipv6-up"
67 #define _PATH_IPV6DOWN _ROOT_PATH "/etc/ppp/ipv6-down"
68 #define _PATH_IPXUP _ROOT_PATH "/etc/ppp/ipx-up"
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c346 argv[0] = _ROOT_PATH "/etc/ppp/pppoe-msg"; in handle_pppoe_input()
350 argv[0] = _ROOT_PATH "/etc/ppp/pppoe-network"; in handle_pppoe_input()