Home
last modified time | relevance | path

Searched refs:OPRIO_ROOT (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dtty.c569 prio = privopen? OPRIO_ROOT: tty_options[0].priority; in connect_tty()
570 if (prio < OPRIO_ROOT && seteuid(uid) == -1) { in connect_tty()
578 if (prio < OPRIO_ROOT && seteuid(0) == -1) in connect_tty()
Doptions.c664 prio += OPRIO_ROOT;
670 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
677 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
Dpppd.h153 #define OPRIO_ROOT 100 /* added to priority if OPT_PRIVFIX && root */ macro