Searched refs:gen_mcmp (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libpcap/
H A Dgencode.c133 static struct block *gen_mcmp(u_int, u_int, bpf_int32, bpf_u_int32);
503 gen_mcmp(u_int offset, u_int size, bpf_int32 v, bpf_u_int32 mask) function
516 /* Like gen_mcmp with 'dynamic off_nl' added to the offset */
3238 b0 = gen_mcmp(offset, BPF_B, (bpf_int32)type, (bpf_u_int32)mask);
3293 b0 = gen_mcmp(off_nl-2, BPF_B, (bpf_int32)0, 0x1);
3300 b1 = gen_mcmp(off_nl, BPF_W, (bpf_int32)(label << 12),
3360 b1 = gen_mcmp(orig_nl, BPF_H, (bpf_int32)vlan_num, 0x0FFF);
3405 b0 = gen_mcmp(offset, BPF_B, (bpf_int32)fcdir,
3516 b0 = gen_mcmp(offset, BPF_B, (bpf_int32)fcdir, IEEE80211_FC1_DIR_MASK);

Completed in 166 milliseconds