Home
last modified time | relevance | path

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.c256 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 Doptions.c298 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 Dpppd.h135 #define OPT_PRIV 0x1000 /* privileged option */ macro
H A Dsys-solaris.c168 OPT_PRIV|1 },
170 OPT_PRIV|0 },
172 OPT_PRIV|1 },