Searched refs:gen_cmp (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 490 static struct block *gen_cmp(compiler_state_t *, enum e_offrel, u_int, 1027 gen_cmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp() function 1078 tmp = gen_cmp(cstate, offrel, offset + size - 4, BPF_W, in gen_bcmp() 1088 tmp = gen_cmp(cstate, offrel, offset + size - 2, BPF_H, in gen_bcmp() 1096 tmp = gen_cmp(cstate, offrel, offset, BPF_B, v[0]); in gen_bcmp() 1984 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (ll_proto << 8) | ll_proto); in gen_ether_linktype() 2021 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_ether_linktype() 2022 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, 0xFFFF); in gen_ether_linktype() 2052 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ETHERTYPE_IPX); in gen_ether_linktype() 2093 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ll_proto); in gen_ether_linktype() [all …]
|