dhcp_select() is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp_select() function

Select a DHCP server offer out of all offers. Simply select the first offer received.

Syntax

static err_t dhcp_select(struct netif *netif);
Implemented in dhcp.c:365

Arguments

netif

the netif under DHCP control

Return value

lwIP specific error (see error.h)

References

LocationReferrerText
dhcp.c:366
dhcp_select(struct netif *netif)
dhcp.c:192
static err_t dhcp_select(struct netif *netif);
dhcp.c:350dhcp_handle_offer()
dhcp_select(netif);
dhcp.c:512dhcp_timeout()
dhcp_select(netif);

Call Tree

Data read by dhcp_select()
Data written by dhcp_select()
dhcp_select()
dhcp_select()::dhcp
dhcp_select()::result
dhcp_select()::msecs
dhcp_select()::i
dhcp_select()::p_out
dhcp_select()::options_out_len
all items filtered out
Type of dhcp_select()
dhcp_select()
all items filtered out