HomeSort by relevance Sort by last modified time
    Searched refs:OPT_OR (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
lcp.c 101 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
104 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
107 OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
111 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
    [all...]
pppd.h 118 #define OPT_OR 0x400 /* OR in argument to value */
    [all...]
options.c 742 if (opt->flags & OPT_OR)
    [all...]

Completed in 46 milliseconds