Home
last modified time | relevance | path

Searched defs:bpf (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dbpf.h57 struct bpf { struct
58 const struct interface *bpf_ifp; argument
59 int bpf_fd; argument
60 unsigned int bpf_flags; argument
61 void *bpf_buffer; argument
62 size_t bpf_size; argument
63 size_t bpf_len; argument
64 size_t bpf_pos; argument
H A Dbpf.c150 int (*filter)(const struct bpf *, const struct in_addr *), in bpf_open()
153 struct bpf *bpf; in bpf_open() local
237 bpf_read(struct bpf *bpf, void *data, size_t len) in bpf_read()
315 bpf_send(const struct bpf *bpf, uint16_t protocol, in bpf_send()
342 bpf_close(struct bpf *bpf) in bpf_close()
353 bpf_cmp_hwaddr(struct bpf_insn *bpf, size_t bpf_len, size_t off, in bpf_cmp_hwaddr()
487 bpf_arp_rw(const struct bpf *bpf, const struct in_addr *ia, bool recv) in bpf_arp_rw()
553 bpf_arp(const struct bpf *bpf, const struct in_addr *ia) in bpf_arp()
641 bpf_bootp_rw(const struct bpf *bpf, bool read) in bpf_bootp_rw()
694 bpf_bootp(const struct bpf *bpf, __unused const struct in_addr *ia) in bpf_bootp()
H A Dprivsep-bpf.c62 struct bpf *bpf = psp->psp_bpf; in ps_bpf_recvbpf() local
284 uint8_t *bpf; in ps_bpf_dispatch() local
H A Darp.h72 struct bpf *bpf; member
H A Darp.c337 struct bpf *bpf = astate->bpf; in arp_read() local
H A Ddhcp.h228 struct bpf *bpf; member
H A Ddhcp.c3632 struct bpf *bpf = state->bpf; in dhcp_readbpf() local
/netbsd-src/usr.sbin/wakeonlan/
H A Dwakeonlan.c83 wake(int bpf, const char *host) in wake()
94 bind_if_to_bpf(char const *ifname, int bpf) in bind_if_to_bpf()
159 send_wakeup(int bpf, struct ether_addr const *addr) in send_wakeup()
191 int bpf, n; in main() local
/netbsd-src/external/bsd/libpcap/dist/testprogs/fuzz/
H A Dfuzz_filter.c13 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
H A Dfuzz_both.c47 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
/netbsd-src/usr.bin/fstat/
H A Dmisc.c126 struct bpf_d bpf; in p_bpf() local
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipf_y.y2178 struct bpf_program bpf; local
/netbsd-src/sys/dev/sbus/
H A Ddbri.c1103 chi_reset(struct dbri_softc *sc, enum ms ms, int bpf) in chi_reset()
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c269 #define bpfattach(bpf, ifp, dlt, sz) bpf_attach(ifp, dlt, sz) argument