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

  /external/libpcap/
grammar.y 93 #define QSET(q, p, d, a) (q).proto = (p),\
439 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); }
440 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); }
441 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
442 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
443 | pqual PROTOCHAIN { QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); }
444 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); }
grammar.c 139 #define QSET(q, p, d, a) (q).proto = (p),\
    [all...]

Completed in 59 milliseconds