Searched refs:drop_dhcp (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd/ |
D | dhcpcd.c | 237 drop_dhcp(struct interface *iface, const char *reason) in drop_dhcp() function 272 drop_dhcp(iface, "STOP"); in stop_interface() 376 drop_dhcp(iface, "FAIL"); in send_message() 435 drop_dhcp(iface, "EXPIRE"); in start_expire() 532 drop_dhcp(iface, "NAK"); in handle_dhcp() 762 drop_dhcp(iface, "RELEASE"); in send_release() 939 drop_dhcp(iface, "NOCARRIER"); in handle_carrier() 1205 drop_dhcp(iface, "FAIL"); in start_interface() 1364 drop_dhcp(ifp, "EXPIRE"); in handle_hwaddr() 1463 drop_dhcp(iface, "EXPIRE"); in if_reboot()
|
D | dhcpcd.h | 172 void drop_dhcp(struct interface *, const char *);
|
D | ipv4ll.c | 134 drop_dhcp(iface, "EXPIRE"); in handle_ipv4ll_failure()
|