Home
last modified time | relevance | path

Searched refs:OPT_NOINCR (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Doptions.c211 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
310 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
313 OPT_ALIAS | OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
722 if ((opt->flags & OPT_NOINCR) && !privileged_option) {
Dpppd.h130 #define OPT_NOINCR 0x20000 /* value mustn't be increased */ macro