Searched refs:Q_SRC (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.c | 3809 case Q_SRC: in gen_hostop() 3818 b0 = gen_hostop(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop() 3825 b0 = gen_hostop(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop() 3850 case Q_SRC: in gen_hostop6() 3859 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop6() 3866 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop6() 3896 case Q_SRC: in gen_ehostop() 3903 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 3910 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 3952 case Q_SRC: in gen_fhostop() [all …]
|
D | gencode.h | 131 #define Q_SRC 1 macro
|
D | grammar.y | 465 dqual: SRC { $$ = Q_SRC; }
|
D | grammar.c | 2374 { (yyval.i) = Q_SRC; } in yyparse()
|