Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c358 …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 …]
Dnxd_dhcp_client.h478 …TX_TIMER nx_dhcp_timer; /* DHCP Client timeout timer … member
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c246 _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()