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

  /external/libpcap/
gencode.c     [all...]
grammar.y 411 | pqual dqual { QSET($$.q, $1, $2, Q_DEFAULT); }
412 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
413 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
414 | pqual PROTOCHAIN { QSET($$.q, $1, Q_DEFAULT, Q_PROTOCHAIN); }
415 | pqual ndaqual { QSET($$.q, $1, Q_DEFAULT, $2); }
433 | { $$ = Q_DEFAULT; }
gencode.h 144 #define Q_DEFAULT 0
grammar.c     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 208 DNSQuestion q_default; member in struct:request_state::__anon30642::__anon30647
    [all...]

Completed in 4396 milliseconds