Home
last modified time | relevance | path

Searched defs:bpf_insn (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/libpcap/pcap/
H A Dbpf.h245 struct bpf_insn { struct
246 u_short code;
247 u_char jt;
248 u_char jf;
272 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); argument
/dflybsd-src/sys/net/
H A Dbpf.h215 struct bpf_insn { struct
216 u_short code;
217 u_char jt;
218 u_char jf;
242 int bpf_validate(const struct bpf_insn *, int); argument
/dflybsd-src/libexec/rbootd/
H A Dbpf.c166 static struct bpf_insn bpf_insn[] = { in BpfOpen() local
/dflybsd-src/contrib/dhcpcd/src/
H A Dbpf.c41 #define bpf_insn sock_filter macro