Searched refs:OPT_PRIVFIX (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dvpnoptions.h75 #define OPT_PRIVFIX 0x2000000 /* user can't override if set by root */ macro
90 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dtty.c229 OPT_DEVNAM | OPT_PRIVFIX | OPT_NOARG | OPT_A2STRVAL | OPT_STATIC,
242 "A program to initialize the device", OPT_PRIO | OPT_PRIVFIX },
245 "A program to set up a connection", OPT_PRIO | OPT_PRIVFIX },
249 "A an alternate program to set up a connection", OPT_PRIO | OPT_PRIVFIX },
253 "A program to set up a terminal connection", OPT_PRIO | OPT_PRIVFIX | OPT_HIDE },
262 "Program to disconnect serial device", OPT_PRIO | OPT_PRIVFIX },
265 "Script to welcome client", OPT_PRIO | OPT_PRIVFIX },
269 OPT_PRIO | OPT_PRIVFIX | OPT_DEVNAM },
H A Dipcp.c282 "A script to run when IP is UP", OPT_PRIVFIX },
284 "A script to run when IP is DOWN", OPT_PRIVFIX},
H A Dpppd.h185 #define OPT_PRIVFIX 0x2000000 /* user can't override if set by root */ macro
200 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */
H A Doptions.c747 if ((opt->flags & OPT_PRIVFIX) && privileged_option)

Completed in 121 milliseconds