HomeSort by: relevance | last modified time | path
    Searched refs:OPT_NOINCR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
options.h 69 #define OPT_NOINCR 0x2000 /* for o_int, value mustn't be increased */
77 #define OPT_ZEROINF 0x40000 /* with OPT_NOINCR, 0 == infinity */
options.c 262 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
412 OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
415 OPT_ALIAS | OPT_PRIO | OPT_LLIMIT | OPT_NOINCR | OPT_ZEROINF },
905 if ((opt->flags & OPT_NOINCR) && !privileged_option) {

Completed in 18 milliseconds