/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | bpf.h | 57 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 D | bpf.c | 150 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 D | privsep-bpf.c | 62 struct bpf *bpf = psp->psp_bpf; in ps_bpf_recvbpf() local 284 uint8_t *bpf; in ps_bpf_dispatch() local
|
H A D | arp.h | 72 struct bpf *bpf; member
|
H A D | arp.c | 337 struct bpf *bpf = astate->bpf; in arp_read() local
|
H A D | dhcp.h | 228 struct bpf *bpf; member
|
H A D | dhcp.c | 3632 struct bpf *bpf = state->bpf; in dhcp_readbpf() local
|
/netbsd-src/usr.sbin/wakeonlan/ |
H A D | wakeonlan.c | 83 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 D | fuzz_filter.c | 13 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
|
H A D | fuzz_both.c | 47 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
|
/netbsd-src/usr.bin/fstat/ |
H A D | misc.c | 126 struct bpf_d bpf; in p_bpf() local
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipf_y.y | 2178 struct bpf_program bpf; local
|
/netbsd-src/sys/dev/sbus/ |
H A D | dbri.c | 1103 chi_reset(struct dbri_softc *sc, enum ms ms, int bpf) in chi_reset()
|
/netbsd-src/sys/dev/pci/ |
H A D | xmm7360.c | 269 #define bpfattach(bpf, ifp, dlt, sz) bpf_attach(ifp, dlt, sz) argument
|