Searched refs:udp_fd (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Ddhcpcd.h97 int udp_fd; member in struct:interface
H A Dnet.c217 iface->udp_fd = -1;
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Ddhcpcd.h100 int udp_fd; member in struct:interface
H A Dnet.c479 ifp->raw_fd = ifp->udp_fd = ifp->arp_fd = -1;
610 iface->udp_fd = s;
629 return sendto(iface->udp_fd, data, len, 0,
H A Ddhcpcd.c339 if (iface->udp_fd == -1 ||
1728 if (iface->udp_fd == -1 &&
1755 if (iface->udp_fd != -1) {
1757 close(iface->udp_fd);
1758 iface->udp_fd = -1;

Completed in 179 milliseconds