Home
last modified time | relevance | path

Searched refs:bpf_send (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dbpf.h77 ssize_t bpf_send(const struct bpf *, uint16_t, const void *, size_t);
H A Dprivsep-bpf.c134 return bpf_send(psp->psp_bpf, psp->psp_proto, in ps_bpf_recvmsgcb()
H A Dbpf.c315 bpf_send(const struct bpf *bpf, uint16_t protocol, in bpf_send() function
H A Darp.c115 return bpf_send(astate->bpf, ETHERTYPE_ARP, arp_buffer, len); in arp_request()
H A Ddhcp.c1799 r = bpf_send(state->bpf, ETHERTYPE_IP, udp, ulen); in send_message()