Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.c1673 dhcp_sendudp(struct interface *ifp, struct in_addr *to, void *data, size_t len) in dhcp_sendudp() function
1781 if (dhcp_sendudp(ifp, &to, bootp, len) != -1) in send_message()