Searched refs:gen_cmp (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 458 static struct block *gen_cmp(compiler_state_t *, enum e_offrel, u_int, 931 gen_cmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp() function 984 tmp = gen_cmp(cstate, offrel, offset + size - 4, BPF_W, w); in gen_bcmp() 994 tmp = gen_cmp(cstate, offrel, offset + size - 2, BPF_H, w); in gen_bcmp() 1001 tmp = gen_cmp(cstate, offrel, offset, BPF_B, (bpf_int32)v[0]); in gen_bcmp() 1870 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype() 1908 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype() 1909 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype() 1939 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)ETHERTYPE_IPX); in gen_ether_linktype() 1980 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)proto); in gen_ether_linktype() [all …]
|