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 704 v = opt->flags & OPT_VALUE;
742 a = opt->flags & OPT_VALUE;
763 v = opt->flags & OPT_VALUE;
916 v = opt->flags & OPT_VALUE;
924 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 196 milliseconds