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

dhcp_fine_tmr() function

DHCP transaction timeout handling (this function must be called every 500ms, see DHCP_FINE_TIMER_MSECS ). A DHCP server is expected to respond within a short period of time. This timer checks whether an outstanding DHCP request is timed out.

Syntax

void dhcp_fine_tmr(void);
Implemented in dhcp.c:467

References

LocationText
dhcp.c:468
dhcp_fine_tmr(void)
dhcp.h:122
void dhcp_fine_tmr(void);
timeouts.c:92
{DHCP_FINE_TIMER_MSECS, HANDLER(dhcp_fine_tmr)},

Call Tree

Functions called by dhcp_fine_tmr()
dhcp_fine_tmr()
all items filtered out
Data read by dhcp_fine_tmr()
Data written by dhcp_fine_tmr()
dhcp_fine_tmr()
all items filtered out
Type of dhcp_fine_tmr()
dhcp_fine_tmr()
all items filtered out