Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h400 struct bpf_insn { struct
423 extern int bpf_validate(struct bpf_insn *, int); argument
/freebsd/sys/net/
H A Dbpf.h360 struct bpf_insn { struct
361 u_short code;
362 u_char jt;
363 u_char jf;
364 bpf_u_int32 k;
/freebsd/libexec/rbootd/
H A Dbpf.c168 static struct bpf_insn bpf_insn[] = { in BpfOpen() local