Searched refs:arp_fd (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Darp.c209 if (iface->arp_fd == -1) {
211 add_event(iface->arp_fd, handle_arp_packet, iface);
241 delete_event(iface->arp_fd);
242 close(iface->arp_fd);
243 iface->arp_fd = -1;
267 if (iface->arp_fd == -1) {
269 add_event(iface->arp_fd, handle_arp_packet, iface);
H A Ddhcpcd.h101 int arp_fd; member in struct:interface
H A Dbpf.c113 fdp = &iface->arp_fd;
153 fd = iface->arp_fd;
171 fd = iface->arp_fd;
H A Ddhcpcd.c1745 if (iface->arp_fd != -1) {
1746 delete_event(iface->arp_fd);
1747 close(iface->arp_fd);
1748 iface->arp_fd = -1;
H A Dnet.c479 ifp->raw_fd = ifp->udp_fd = ifp->arp_fd = -1;
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Ddhcpcd.h98 int arp_fd; member in struct:interface
H A Dbpf.c114 fdp = &iface->arp_fd;
152 fd = iface->arp_fd;
170 fd = iface->arp_fd;
H A Dnet.c218 iface->arp_fd = -1;

Completed in 181 milliseconds