Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp.c121 static int dhcp_open(struct interface *ifp);
1682 if (dhcp_open(ifp) == -1) in send_message()
3359 dhcp_open(struct interface *ifp) in dhcp_open() function
3599 if (ifo->options & DHCPCD_DHCP && dhcp_open(ifp) == -1) in dhcp_start1()