Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_caller_check_test.c137 UINT old_state = _tx_thread_system_state; in test_process() local
408 _tx_thread_system_state = old_state; in test_process()
420 UINT old_state = _tx_thread_system_state; in test_process_1() local
769 _tx_thread_system_state = old_state; in test_process_1()
783 UINT old_state = _tx_thread_system_state; in test_process_2() local
806 _tx_thread_system_state = old_state; in test_process_2()
820 UINT old_state; in thread_0_entry() local
851 old_state = _tx_thread_system_state; in thread_0_entry() local
863 _tx_thread_system_state = old_state; in thread_0_entry()
875 _tx_thread_system_state = old_state; in thread_0_entry()
[all …]
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c47 VOID dhcpv6_state_change_notify(NX_DHCPV6 *dhcpv6_ptr, UINT old_state, UINT new_state);
641 VOID dhcpv6_state_change_notify(NX_DHCPV6 *dhcpv6_ptr, UINT old_state, UINT new_state) in dhcpv6_state_change_notify() argument
651 if ((old_state == NX_DHCPV6_STATE_SENDING_SOLICIT) && (new_state == NX_DHCPV6_STATE_INIT)) in dhcpv6_state_change_notify()
666 if ((old_state == NX_DHCPV6_STATE_SENDING_DECLINE) && (new_state == NX_DHCPV6_STATE_INIT)) in dhcpv6_state_change_notify()
675 if ((old_state == NX_DHCPV6_STATE_SENDING_REBIND) && (new_state == NX_DHCPV6_STATE_INIT)) in dhcpv6_state_change_notify()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcpv6_packet_loss_test.c32 static VOID dhcpv6_state_change_notify(NX_DHCPV6 *dhcpv6_ptr, UINT old_state, UINT new_state);
1064 static VOID dhcpv6_state_change_notify(NX_DHCPV6 *dhcpv6_ptr, UINT old_state, UINT new_state) in dhcpv6_state_change_notify() argument
1069 …if ((old_state == NX_DHCPV6_STATE_SENDING_REQUEST) && (new_state == NX_DHCPV6_STATE_BOUND_TO_ADDRE… in dhcpv6_state_change_notify()
1083 …if ((old_state == NX_DHCPV6_STATE_SENDING_RENEW) && (new_state == NX_DHCPV6_STATE_BOUND_TO_ADDRESS… in dhcpv6_state_change_notify()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.h755 …VOID (*nx_dhcpv6_state_change_callback)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT …
895 …(*dhcpv6_state_change_notify)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT new_state)…
942 …(*dhcpv6_state_change_notify)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT new_state),
945 …(*dhcpv6_state_change_notify)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT new_state),
Dnxd_dhcpv6_client.c1102 …(*dhcpv6_state_change_notify)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT new_state), in _nxe_dhcpv6_client_create() argument
1194 …(*dhcpv6_state_change_notify)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT old_state, UINT new_state), in _nx_dhcpv6_client_create() argument