Searched refs:nx_dhcp_timer (Results 1 – 3 of 3) sorted by relevance
358 …status = tx_timer_create(&(dhcp_ptr -> nx_dhcp_timer), "DHCP Client Timer", _nx_dhcp_timeout_entr… in _nx_dhcp_create()362 NX_TIMER_EXTENSION_PTR_SET(&(dhcp_ptr -> nx_dhcp_timer), dhcp_ptr) in _nx_dhcp_create()396 tx_timer_delete(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_create()425 tx_timer_delete(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_create()448 tx_timer_delete(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_create()1747 tx_timer_deactivate(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_delete()1749 tx_timer_delete(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_delete()2775 tx_timer_deactivate(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_interface_release()3151 status = tx_timer_activate(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_interface_start()3941 tx_timer_deactivate(&(dhcp_ptr -> nx_dhcp_timer)); in _nx_dhcp_stop()[all …]
478 …TX_TIMER nx_dhcp_timer; /* DHCP Client timeout timer … member
246 _tx_timer_created_ptr = &dhcp_client.nx_dhcp_timer; in client_thread_entry()560 dhcp_client.nx_dhcp_timer.tx_timer_id = 0; in client_thread_entry()562 dhcp_client.nx_dhcp_timer.tx_timer_id = TX_TIMER_ID; in client_thread_entry()