NX_DHCP_STATE_REQUESTING is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_DHCP_STATE_REQUESTING macro

Syntax

#define NX_DHCP_STATE_REQUESTING 4

References

LocationText
nxd_dhcp_client.h:356
#define NX_DHCP_STATE_REQUESTING 4 /* Address requested, waiting for the Ack */
nxd_dhcp_client.c:5511
interface_record -> nx_dhcp_state = NX_DHCP_STATE_REQUESTING;
nxd_dhcp_client.c:5518
case NX_DHCP_STATE_REQUESTING:
nxd_dhcp_client.c:5943
interface_record -> nx_dhcp_state = NX_DHCP_STATE_REQUESTING;
nxd_dhcp_client.c:6016
case NX_DHCP_STATE_REQUESTING:
nxd_dhcp_client.c:7641
if ((interface_record -> nx_dhcp_state == NX_DHCP_STATE_REQUESTING) ||