Home
last modified time | relevance | path

Searched refs:nx_udp_socket_bind_in_progress (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_socket_unbind.c197 if (socket_ptr -> nx_udp_socket_bind_in_progress) in _nx_udp_socket_unbind()
201 _nx_udp_bind_cleanup(socket_ptr -> nx_udp_socket_bind_in_progress NX_CLEANUP_ARGUMENT); in _nx_udp_socket_unbind()
387 new_socket_ptr -> nx_udp_socket_bind_in_progress = NX_NULL; in _nx_udp_socket_unbind()
Dnx_udp_socket_bind.c218 (socket_ptr -> nx_udp_socket_bind_in_progress)) in _nx_udp_socket_bind()
360 socket_ptr -> nx_udp_socket_bind_in_progress = thread_ptr; in _nx_udp_socket_bind()
Dnx_udp_bind_cleanup.c100 socket_ptr -> nx_udp_socket_bind_in_progress = NX_NULL; in _nx_udp_bind_cleanup()
Dnx_udp_socket_create.c114 socket_ptr -> nx_udp_socket_bind_in_progress = NX_FALSE; in _nx_udp_socket_create()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c301 temp_thread = socket_0.nx_udp_socket_bind_in_progress; in thread_0_entry()
302 socket_0.nx_udp_socket_bind_in_progress = tx_thread_identify(); in thread_0_entry()
305 socket_0.nx_udp_socket_bind_in_progress = temp_thread; in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c553 dhcp_client.nx_dhcp_socket.nx_udp_socket_bind_in_progress = _tx_thread_current_ptr; in client_thread_entry()
556 dhcp_client.nx_dhcp_socket.nx_udp_socket_bind_in_progress = TX_NULL; in client_thread_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1858 TX_THREAD *nx_udp_socket_bind_in_progress; member