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

  /external/libppp/src/
bundle.h 59 #define Enabled(b, o) ((b)->cfg.optmask & (1ull << (o)))
60 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o)))
61 #define opt_disable(b, o) ((b)->cfg.optmask &= ~(1ull << (o)))
113 unsigned long long optmask; /* Uses OPT_ bits from above */ member in struct:bundle::__anon10730
command.c     [all...]
bundle.c 832 bundle.cfg.optmask = (1ull << OPT_IDCHECK) | (1ull << OPT_LOOPBACK) |
    [all...]

Completed in 63 milliseconds