Home | History | Annotate | Download | only in pppd

Lines Matching refs:privileged

386       "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
458 * privgroup - allow members of the group to have privileged access.
474 privileged = 1;
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2204 return allow_any_ip || privileged || !have_route_to(addr);