Home
last modified time | relevance | path

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

/external/ppp/pppd/
Doptions.c226 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
332 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
335 OPT_ALIAS | OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
750 if ((opt->flags & OPT_ZEROINF) ?
Dpppd.h131 #define OPT_ZEROINF 0x40000 /* with OPT_NOINCR, 0 == infinity */ macro