Searched refs:dhcp_bind (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp.h | 307 void dhcp_bind(struct interface *, struct arp_state *);
|
D | ipv4ll.c | 124 dhcp_bind(astate->iface, astate); in ipv4ll_probed()
|
D | dhcp.c | 2062 dhcp_bind(struct interface *ifp, struct arp_state *astate) in dhcp_bind() function 2233 dhcp_bind(ifp, NULL); in dhcp_timeout() 2279 dhcp_bind(ifp, NULL); in dhcp_static() 2317 dhcp_bind(ifp, NULL); in dhcp_inform() 2623 dhcp_bind(astate->iface, NULL); in dhcp_probe_gw_response() 2722 dhcp_bind(astate->iface, astate); in dhcp_arp_probed() 3176 dhcp_bind(ifp, astate); in dhcp_handledhcp()
|
D | ipv4.c | 940 dhcp_bind(ifn, NULL); in ipv4_applyaddr()
|