Searched refs:OPT_PRIV (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | auth.c | 256 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN }, 267 "Don't require peer to authenticate", OPT_PRIV, &allow_any_ip }, 278 "Allow group members to use privileged options", OPT_PRIV }, 281 OPT_PRIV }, 296 "Enable use of Pluggable Authentication Modules", OPT_PRIV|1 }, 298 "Disable use of Pluggable Authentication Modules", OPT_PRIV|0 },
|
| H A D | options.c | 298 OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN }, 325 "Load a plug-in module into pppd", OPT_PRIV }, 718 if ((opt->flags & OPT_PRIV) && !privileged_option) { 984 if (opt->flags & OPT_PRIV) { \
|
| H A D | pppd.h | 135 #define OPT_PRIV 0x1000 /* privileged option */ macro
|
| H A D | sys-solaris.c | 168 OPT_PRIV|1 }, 170 OPT_PRIV|0 }, 172 OPT_PRIV|1 },
|