Searched refs:OPT_PRIV (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c259 OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN },
270 "Don't require peer to authenticate", OPT_PRIV, &allow_any_ip },
281 "Allow group members to use privileged options", OPT_PRIV },
284 OPT_PRIV },
299 "Enable use of Pluggable Authentication Modules", OPT_PRIV|1 },
301 "Disable use of Pluggable Authentication Modules", OPT_PRIV|0 },
H A Doptions.c304 OPT_PRIV|OPT_STATIC, NULL, MAXPATHLEN },
331 "Load a plug-in module into pppd", OPT_PRIV },
724 if ((opt->flags & OPT_PRIV) && !privileged_option) {
990 if (opt->flags & OPT_PRIV) { \
H A Dpppd.h128 #define OPT_PRIV 0x1000 /* privileged option */ macro
H A Dsys-solaris.c174 OPT_PRIV|1 },
176 OPT_PRIV|0 },
178 OPT_PRIV|1 },

Completed in 59 milliseconds