Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/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
/dflybsd-src/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c185 FILE *bpf; in getthefile() local
285 FILE *bpf; in checkhost() local
/dflybsd-src/lib/libipfw3/layer4/
H A Dipfw3_layer4.c132 ipfw_insn_bpf *bpf; in parse_bpf() local
207 ipfw_insn_bpf *bpf; in show_bpf() local
/dflybsd-src/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c199 ipfw_insn_bpf *bpf = (ipfw_insn_bpf *)cmd; in check_bpf() local