NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout

NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout field

Syntax

ULONG nx_dhcp_timeout;

References

LocationReferrerText
nxd_dhcp_client.h:429
ULONG nx_dhcp_timeout; /* Count down timer for sending out DHCP message */
nxd_dhcp_client.c:1305_nx_dhcp_interface_reinitialize()
interface_record -> nx_dhcp_timeout = 0;
nxd_dhcp_client.c:2110_nx_dhcp_interface_force_renew()
interface_record -> nx_dhcp_timeout = _nx_dhcp_update_renewal_timeout(interface_record -> nx_dhcp_renewal_remain_time);
nxd_dhcp_client.c:2113_nx_dhcp_interface_force_renew()
interface_record -> nx_dhcp_rtr_interval = interface_record -> nx_dhcp_timeout;
nxd_dhcp_client.c:2442_nx_dhcp_interface_decline()
interface_record -> nx_dhcp_timeout = NX_DHCP_RESTART_WAIT;
nxd_dhcp_client.c:3218_nx_dhcp_interface_start()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:3432_nx_dhcp_interface_enable()
interface_record -> nx_dhcp_timeout = 0;
nxd_dhcp_client.c:5501_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_rtr_interval;
nxd_dhcp_client.c:5504_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_add_randomize(interface_record -> nx_dhcp_timeout);
nxd_dhcp_client.c:5507_nx_dhcp_packet_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:5508_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = 1;
nxd_dhcp_client.c:5599_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_renewal_time;
nxd_dhcp_client.c:5625_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:5629_nx_dhcp_packet_process()
if (interface_record -> nx_dhcp_timeout < NX_IP_PERIODIC_RATE)
nxd_dhcp_client.c:5630_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:5683_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_renewal_time;
nxd_dhcp_client.c:5708_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:5754_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_renewal_time;
nxd_dhcp_client.c:5778_nx_dhcp_packet_process()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:5901_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout != 0)
nxd_dhcp_client.c:5905_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout > NX_DHCP_TIME_INTERVAL)
nxd_dhcp_client.c:5909_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout -= (ULONG)NX_DHCP_TIME_INTERVAL;
nxd_dhcp_client.c:5915_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = 0;
nxd_dhcp_client.c:5977_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_rtr_interval;
nxd_dhcp_client.c:5980_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_add_randomize(interface_record -> nx_dhcp_timeout);
nxd_dhcp_client.c:5983_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:5984_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = 1;
nxd_dhcp_client.c:6004_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = interface_record -> nx_dhcp_rtr_interval;
nxd_dhcp_client.c:6007_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_add_randomize(interface_record -> nx_dhcp_timeout);
nxd_dhcp_client.c:6010_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:6011_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = 1;
nxd_dhcp_client.c:6031_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = interface_record->nx_dhcp_rtr_interval;
nxd_dhcp_client.c:6034_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_add_randomize(interface_record -> nx_dhcp_timeout);
nxd_dhcp_client.c:6037_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:6038_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = 1;
nxd_dhcp_client.c:6126_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_update_renewal_timeout(interface_record -> nx_dhcp_renewal_remain_time);
nxd_dhcp_client.c:6129_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_rtr_interval = interface_record -> nx_dhcp_timeout;
nxd_dhcp_client.c:6148_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_update_renewal_timeout(interface_record -> nx_dhcp_renewal_remain_time);
nxd_dhcp_client.c:6151_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:6164_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_update_renewal_timeout(interface_record -> nx_dhcp_rebind_remain_time);
nxd_dhcp_client.c:6167_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_rtr_interval = interface_record -> nx_dhcp_timeout;
nxd_dhcp_client.c:6176_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_rtr_interval = interface_record -> nx_dhcp_timeout;
nxd_dhcp_client.c:6198_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = _nx_dhcp_update_renewal_timeout(interface_record -> nx_dhcp_rebind_remain_time);
nxd_dhcp_client.c:6201_nx_dhcp_timeout_process()
if (interface_record -> nx_dhcp_timeout == 0)
nxd_dhcp_client.c:6217_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_timeout = NX_IP_PERIODIC_RATE;
nxd_dhcp_client.c:6227_nx_dhcp_timeout_process()
interface_record -> nx_dhcp_rtr_interval = interface_record -> nx_dhcp_timeout;

Data Use

Functions writing NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout
Functions reading NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout
NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout
Type of NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout
NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_timeout
all items filtered out