Searched refs:netif_dhcp_data (Results 1 – 2 of 2) sorted by relevance
280 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_nak()303 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_conflict_callback()346 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_check()365 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_handle_offer()407 dhcp = netif_dhcp_data(netif); in dhcp_select()468 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_coarse_tmr()504 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_fine_tmr()532 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_timeout()566 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_t1_timeout()593 struct dhcp *dhcp = netif_dhcp_data(netif); in dhcp_t2_timeout()[all …]
135 #define netif_dhcp_data(netif) ((struct dhcp*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_I… macro