Home
last modified time | relevance | path

Searched refs:path_net_preup (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Dpppd-private.h200 extern char path_net_preup[];/* pathname of net-pre-up script */
Dmain.c371 strlcpy(path_net_preup, PPP_PATH_NET_PREUP, MAXPATHLEN); in main()
1270 run_net_script(path_net_preup, 1); in new_phase()
Doptions.c130 char path_net_preup[MAXPATHLEN];/* pathname of net-pre-up script */ variable
353 { "net-pre-up-script", o_string, path_net_preup,