Searched refs:OPT_PRIVFIX (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 222 OPT_A2INFO | OPT_PRIVFIX, &initializer_info }, 225 OPT_A2INFO | OPT_PRIVFIX, &connect_script_info }, 228 OPT_A2INFO | OPT_PRIVFIX, &disconnect_script_info }, 231 OPT_A2INFO | OPT_PRIVFIX, &welcomer_info }, 234 OPT_A2INFO | OPT_PRIVFIX | OPT_DEVNAM, &ptycommand_info }, 728 if ((opt->flags & OPT_PRIVFIX) && !privileged_option) {
|
H A D | pppd.h | 147 #define OPT_PRIVFIX 0x800000 /* can't be overridden if noauth */ macro
|