Home
last modified time | relevance | path

Searched refs:nx_dhcp_seconds (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcp_client.c1275 interface_record -> nx_dhcp_seconds = 0; in _nx_dhcp_interface_reinitialize()
5832 interface_record -> nx_dhcp_seconds ++; in _nx_dhcp_timeout_process()
5862 interface_record -> nx_dhcp_seconds = 0; in _nx_dhcp_timeout_process()
6036 interface_record -> nx_dhcp_seconds = 0; in _nx_dhcp_timeout_process()
6656 _nx_dhcp_store_data(buffer + NX_BOOTP_OFFSET_SECS, 2, interface_record -> nx_dhcp_seconds); in _nx_dhcp_send_request_internal()
Dnxd_dhcp_client.h422 …ULONG nx_dhcp_seconds; /* Track number of seconds for a DHCP request process … member
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt5390 … Added nx_dhcp_seconds to the DHCP Client structure for filling in the 'secs' field in
5409 … Added nx_dhcp_seconds to the DHCP CLIENT struct.
5446 …Added nx_dhcp_seconds to the DHCP CLIENT struct. …