Searched refs:gen_cmp (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 467 static struct block *gen_cmp(compiler_state_t *, enum e_offrel, u_int, 918 gen_cmp(compiler_state_t *cstate, enum e_offrel offrel, u_int offset, in gen_cmp() function 971 tmp = gen_cmp(cstate, offrel, offset + size - 4, BPF_W, w); in gen_bcmp() 981 tmp = gen_cmp(cstate, offrel, offset + size - 2, BPF_H, w); in gen_bcmp() 988 tmp = gen_cmp(cstate, offrel, offset, BPF_B, (bpf_int32)v[0]); in gen_bcmp() 1851 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype() 1889 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype() 1890 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype() 1920 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)ETHERTYPE_IPX); in gen_ether_linktype() 1961 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, (bpf_int32)proto); in gen_ether_linktype() [all …]
|