Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbpf.h278 struct bpf_insn { struct
279 u_int16_t code;
280 u_char jt;
281 u_char jf;
282 u_int32_t k;
/openbsd/usr.sbin/rbootd/
H A Dbpf.c167 static struct bpf_insn bpf_insn[] = { in BpfOpen() local