Searched refs:OPT_PRIV (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | auth.c | 284 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV, 358 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXNAMELEN }, 384 "Enable session accounting for remote peers", OPT_PRIV | 1 }, 390 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST }, 394 OPT_PRIV | OPT_A2LIST }, 402 OPT_PRIV | OPT_A2LIST },
|
D | options.c | 230 OPT_PRIO | OPT_PRIV | OPT_A2STRVAL, &domain }, 267 OPT_PRIO | OPT_PRIV | OPT_STATIC, NULL, MAXPATHLEN }, 318 "Load a plug-in module into pppd", OPT_PRIV | OPT_A2LIST }, 687 if ((opt->flags & OPT_PRIV) && !privileged_option) {
|
D | pppd.h | 121 #define OPT_PRIV 0x1000 /* privileged option */ macro
|
D | tty.c | 180 "Don't lock serial device", OPT_PRIOSUB | OPT_PRIV },
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 86 "Path to ntlm_auth executable", OPT_PRIV },
|