Searched refs:Q_SRC (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 4029 case Q_SRC: in gen_hostop() 4038 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4045 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4105 case Q_SRC: in gen_hostop6() 4114 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4121 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4176 case Q_SRC: in gen_ehostop() 4183 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4190 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4232 case Q_SRC: in gen_fhostop() [all …]
|
H A D | gencode.h | 139 #define Q_SRC 1 macro
|
H A D | grammar.y.in | 622 dqual: SRC { $$ = Q_SRC; }
|