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

/freebsd-12-stable/contrib/libpcap/
H A Dgencode.c3993 case Q_DST:
3999 b1 = gen_hostop(cstate, addr, mask, Q_DST, proto, src_off, dst_off);
4006 b1 = gen_hostop(cstate, addr, mask, Q_DST, proto, src_off, dst_off);
4059 case Q_DST:
4065 b1 = gen_hostop6(cstate, addr, mask, Q_DST, proto, src_off, dst_off);
4072 b1 = gen_hostop6(cstate, addr, mask, Q_DST, proto, src_off, dst_off);
4129 case Q_DST:
4134 b1 = gen_ehostop(cstate, eaddr, Q_DST);
4141 b1 = gen_ehostop(cstate, eaddr, Q_DST);
4185 case Q_DST
[all...]
H A Dgencode.h128 #define Q_DST 2 macro
H A Dgrammar.y484 | DST { $$ = Q_DST; }

Completed in 155 milliseconds