Searched refs:Q_SRC (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/ |
D | gencode.c | 3849 case Q_SRC: in gen_hostop() 3858 b0 = gen_hostop(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop() 3865 b0 = gen_hostop(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop() 3914 case Q_SRC: in gen_hostop6() 3923 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop6() 3930 b0 = gen_hostop6(cstate, addr, mask, Q_SRC, proto, src_off, dst_off); in gen_hostop6() 3984 case Q_SRC: in gen_ehostop() 3991 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 3998 b0 = gen_ehostop(cstate, eaddr, Q_SRC); in gen_ehostop() 4040 case Q_SRC: in gen_fhostop() [all …]
|
D | gencode.h | 129 #define Q_SRC 1 macro
|
D | grammar.y | 480 dqual: SRC { $$ = Q_SRC; }
|
D | grammar.c | 2391 { (yyval.i) = Q_SRC; } in yyparse()
|