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

  /external/libpcap/
gencode.c     [all...]
grammar.y 297 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); }
298 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
299 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
300 | pqual PROTOCHAIN { QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); }
301 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); }
319 | { $$ = Q_DEFAULT; }
gencode.h 136 #define Q_DEFAULT 0

Completed in 16 milliseconds