Searched refs:aqual (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y308 %type <i> pqual dqual aqual ndaqual
450 head: pqual dqual aqual { QSET($$.q, $1, $2, $3); }
452 | pqual aqual { QSET($$.q, $1, Q_DEFAULT, $2); }
497 aqual: HOST { $$ = Q_HOST; } label

Completed in 64 milliseconds