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

  /external/libpcap/
grammar.y 156 %type <i> pqual dqual aqual ndaqual
296 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); }
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); }
318 pqual: pname label
377 other: pqual TK_BROADCAST { $$ = gen_broadcast($1); }
378 | pqual TK_MULTICAST { $$ = gen_multicast($1);
    [all...]
grammar.c 797 "not", "paren", "pid", "qid", "term", "head", "rterm", "pqual", "dqual",
    [all...]

Completed in 145 milliseconds