Searched refs:dhcp4o6_fd (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/
H A Ddhcp4o6.c37 int dhcp4o6_fd = -1; variable
49 * dhcp4o6_fd and an OMAPI handler is registered. Any failure is fatal.)
78 dhcp4o6_fd = socket(PF_INET6, SOCK_DGRAM, IPPROTO_UDP);
79 if (dhcp4o6_fd < 0)
82 if (setsockopt(dhcp4o6_fd, SOL_SOCKET, SO_REUSEADDR,
86 if (bind(dhcp4o6_fd,
90 if (connect(dhcp4o6_fd,
119 return dhcp4o6_fd;
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c2121 cc = send(dhcp4o6_fd, ds.data, ds.len, 0);
3259 cc = send(dhcp4o6_fd, ds.data, ds.len, 0);
5749 cc = recv(dhcp4o6_fd, buf, sizeof(buf), 0);
5758 cc = send(dhcp4o6_fd, stop_msg,
5761 cc = send(dhcp4o6_fd, start_msg,
5841 cc = send(dhcp4o6_fd, msg, sizeof(msg), 0);
5927 cc = send(dhcp4o6_fd, msg, sizeof(msg), 0);
5949 cc = send(dhcp4o6_fd, msg, sizeof(msg), 0);
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c226 cc = recv(dhcp4o6_fd, buf, sizeof(buf), 0);
7571 cc = send(dhcp4o6_fd, ds.data, ds.len, 0);
8014 cc = send(dhcp4o6_fd, ds.data, ds.len, 0);
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2109 extern int dhcp4o6_fd;

Completed in 147 milliseconds