Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-bpf.c34 struct bpf_insn struct
36 enum bpf_insn_id id; argument
38 bpf_insn_word opcode; argument
39 uint8_t dst;
40 uint8_t src;
41 expressionS offset16;
42 expressionS imm32;
43 expressionS imm64;
44 expressionS disp16;
45 expressionS disp32;
[all …]
/netbsd-src/external/bsd/libpcap/dist/pcap/
H A Dbpf.h246 struct bpf_insn { struct
247 u_short code;
248 u_char jt;
249 u_char jf;
273 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); argument
/netbsd-src/external/bsd/ipf/bin/ipftest/
H A Dbpf-ipf.h405 struct bpf_insn { struct
406 u_short code;
407 u_char jt;
408 u_char jf;
409 bpf_int32 k;
/netbsd-src/sys/net/
H A Dbpf.h334 struct bpf_insn { struct
335 uint16_t code;
336 u_char jt;
337 u_char jf;
338 uint32_t k;
/netbsd-src/usr.sbin/rbootd/
H A Dbpf.c178 static struct bpf_insn bpf_insn[] = { in BpfOpen() local
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dbpf.c46 # define bpf_insn sock_filter /* Linux: dare to be gratuitously different. */ macro
/netbsd-src/usr.sbin/isibootd/
H A Disibootd.c349 static struct bpf_insn bpf_insn[] = { variable
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dbpf.c41 #define bpf_insn sock_filter macro