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

  /external/ppp/pppd/
tty.c 210 OPT_PRIO | OPT_NOARG | OPT_VAL(1) },
213 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(2) },
216 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) },
219 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
222 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
    [all...]
pppd.h 146 #define OPT_VAL(x) ((x) & OPT_VALUE)
    [all...]
options.c 260 OPT_PRIOSUB | OPT_NOARG | OPT_VAL(-1) },
263 OPT_PRIOSUB | OPT_ALIAS | OPT_NOARG | OPT_VAL(-1) },
    [all...]
lcp.c 107 OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
111 OPT_ALIAS | OPT_OR | OPT_NOARG | OPT_VAL(~0U) | OPT_A2CLR,
    [all...]

Completed in 68 milliseconds