Searched defs:bpf (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/dhcpcd/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
|
/dflybsd-src/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 185 FILE *bpf; in getthefile() local 285 FILE *bpf; in checkhost() local
|
/dflybsd-src/lib/libipfw3/layer4/ |
H A D | ipfw3_layer4.c | 132 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 D | ip_fw3_layer4.c | 199 ipfw_insn_bpf *bpf = (ipfw_insn_bpf *)cmd; in check_bpf() local
|