Searched refs:dhcp_drop (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp.h | 302 void dhcp_drop(struct interface *, const char *); 313 #define dhcp_drop(a, b) {} macro
|
D | ipv4ll.c | 183 dhcp_drop(astate->iface, "EXPIRE"); in ipv4ll_conflicted()
|
D | dhcp.c | 1763 dhcp_drop(ifp, "FAIL"); in send_message() 1872 dhcp_drop(ifp, "EXPIRE"); in dhcp_expire() 2342 dhcp_drop(ifp, "EXPIRE"); in dhcp_reboot_newopts() 2411 dhcp_drop(struct interface *ifp, const char *reason) in dhcp_drop() function 2807 dhcp_drop(ifp, "NAK"); in handle_nak() 2995 dhcp_drop(ifp, "EXPIRE"); in dhcp_handledhcp() 3609 dhcp_drop(ifp, "FAIL"); in dhcp_start1() 3694 dhcp_drop(ifp, "EXPIRE"); in dhcp_start1() 3765 dhcp_drop(ifp, "EXPIRE"); in dhcp_handleifa()
|
D | dhcpcd.c | 329 dhcp_drop(ifp, stop ? "STOP" : "EXPIRE"); in dhcpcd_drop() 1089 dhcp_drop(ifp, "RELEASE"); in dhcpcd_release_ipv4()
|