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

  /external/ppp/pppd/
options.c 678 v = opt->flags & OPT_VALUE;
716 a = opt->flags & OPT_VALUE;
737 v = opt->flags & OPT_VALUE;
879 v = opt->flags & OPT_VALUE;
887 v = opt->flags & OPT_VALUE;
    [all...]
pppd.h 115 #define OPT_VALUE 0xff /* mask for presupplied value */
146 #define OPT_VAL(x) ((x) & OPT_VALUE)
    [all...]

Completed in 1365 milliseconds