Searched refs:nx_dhcp_session_timeout (Results 1 – 2 of 2) sorted by relevance
1609 if (dhcp_client_ptr -> nx_dhcp_session_timeout == TX_WAIT_FOREVER) in _nx_dhcp_server_thread_entry()1616 if (dhcp_client_ptr -> nx_dhcp_session_timeout == 0) in _nx_dhcp_server_thread_entry()1622 … if (dhcp_client_ptr -> nx_dhcp_session_timeout >= NX_DHCP_FAST_PERIODIC_TIME_INTERVAL) in _nx_dhcp_server_thread_entry()1625 … dhcp_client_ptr -> nx_dhcp_session_timeout -= NX_DHCP_FAST_PERIODIC_TIME_INTERVAL; in _nx_dhcp_server_thread_entry()1631 dhcp_client_ptr -> nx_dhcp_session_timeout = 0; in _nx_dhcp_server_thread_entry()1635 if (dhcp_client_ptr -> nx_dhcp_session_timeout == 0) in _nx_dhcp_server_thread_entry()2121 dhcp_client_ptr -> nx_dhcp_session_timeout = 0; in _nx_dhcp_clear_client_session()3044 dhcp_client_ptr -> nx_dhcp_session_timeout = NX_DHCP_CLIENT_SESSION_TIMEOUT; in _nx_dhcp_server_packet_process()3073 client_ptr -> nx_dhcp_session_timeout, in _nx_dhcp_server_packet_process()
458 … ULONG nx_dhcp_session_timeout; /* Time out on waiting for client's next response */ member