|
|
@@ -209,8 +209,6 @@ static void dhcp_option_hostname(struct dhcp *dhcp, struct netif *netif);
|
|
|
/* always add the DHCP options trailer to end and pad */
|
|
|
static void dhcp_option_trailer(struct dhcp *dhcp);
|
|
|
|
|
|
-#define netif_dhcp_data(netif) ((struct dhcp*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DATA_INDEX_DHCP))
|
|
|
-
|
|
|
/** Ensure DHCP PCB is allocated and bound */
|
|
|
static err_t
|
|
|
dhcp_inc_pcb_refcount(void)
|