dhcp_client_fsm.h
DHCP client (Dynamic Host Configuration Protocol)
void dhcpClientStateProbing(DhcpClientContext *context)
PROBING state.
Definition: dhcp_client_fsm.c:363
void dhcpClientStateRequesting(DhcpClientContext *context)
REQUESTING state.
Definition: dhcp_client_fsm.c:161
void dhcpClientStateSelecting(DhcpClientContext *context)
SELECTING state.
Definition: dhcp_client_fsm.c:96
void dhcpClientStateRebinding(DhcpClientContext *context)
REBINDING state.
Definition: dhcp_client_fsm.c:606
void dhcpClientStateRenewing(DhcpClientContext *context)
RENEWING state.
Definition: dhcp_client_fsm.c:535
TCP/IP stack core.
void dhcpClientStateRebooting(DhcpClientContext *context)
REBOOTING state.
Definition: dhcp_client_fsm.c:281
void dhcpClientStateAnnouncing(DhcpClientContext *context)
ANNOUNCING state.
Definition: dhcp_client_fsm.c:430
void dhcpClientStateInitReboot(DhcpClientContext *context)
INIT-REBOOT state.
Definition: dhcp_client_fsm.c:241