Searched refs:Q_SRC (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | gencode.c | 4134 case Q_SRC: in gen_hostop() 4143 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4150 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4210 case Q_SRC: in gen_hostop6() 4219 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4226 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4281 case Q_SRC: in gen_ehostop() 4288 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4295 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4337 case Q_SRC: in gen_fhostop() [all …]
|
| H A D | gencode.h | 139 #define Q_SRC 1 macro
|
| H A D | grammar.y.in | 609 dqual: SRC { $$ = Q_SRC; }
|