Searched refs:Q_SRC (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.c | 3971 case Q_SRC: in gen_hostop() 3980 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 3987 b0 = gen_hostop(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop() 4038 case Q_SRC: in gen_hostop6() 4047 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4054 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, ll_proto, src_off, dst_off); in gen_hostop6() 4109 case Q_SRC: in gen_ehostop() 4116 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4123 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4165 case Q_SRC: in gen_fhostop() [all …]
|
D | gencode.h | 127 #define Q_SRC 1 macro
|
D | grammar.y.in | 516 dqual: SRC { $$ = Q_SRC; }
|
D | grammar.c | 2491 { (yyval.i) = Q_SRC; } in yyparse()
|