Home
last modified time | relevance | path

Searched refs:_nx_tcp_socket_thread_resume (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_state_last_ack.c95_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_disconnect_suspended_thread), NX_SUCCES… in _nx_tcp_socket_state_last_ack()
Dnx_tcp_socket_thread_resume.c87 VOID _nx_tcp_socket_thread_resume(TX_THREAD **suspension_list_head, UINT status) in _nx_tcp_socket_thread_resume() function
Dnx_tcp_socket_state_fin_wait2.c111_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_disconnect_suspended_thread), NX_SUCCES… in _nx_tcp_socket_state_fin_wait2()
Dnx_tcp_socket_state_closing.c106_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_disconnect_suspended_thread), NX_SUCCES… in _nx_tcp_socket_state_closing()
Dnx_tcp_socket_state_transmit_check.c146_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_transmit_suspension_list), NX_SUCCESS); in _nx_tcp_socket_state_transmit_check()
Dnx_tcp_socket_state_syn_received.c177_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_connect_suspended_thread), NX_SUCCESS); in _nx_tcp_socket_state_syn_received()
Dnx_tcp_socket_state_fin_wait1.c125_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_disconnect_suspended_thread), NX_SUCCES… in _nx_tcp_socket_state_fin_wait1()
Dnx_tcp_client_socket_unbind.c257_nx_tcp_socket_thread_resume(&(new_socket_ptr -> nx_tcp_socket_bind_suspension_list), NX_SUCCESS); in _nx_tcp_client_socket_unbind()
Dnx_tcp_socket_state_syn_sent.c234_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_connect_suspended_thread), NX_SUCCESS); in _nx_tcp_socket_state_syn_sent()
Dnx_tcp_socket_driver_establish.c234_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_connect_suspended_thread), NX_SUCCESS); in _nx_tcp_socket_driver_establish()
Dnx_http_proxy_client.c744_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_connect_suspended_thread), NX_SUCCESS); in _nx_http_proxy_client_connect_response_process()
Dnx_tcp_socket_state_data_check.c1158_nx_tcp_socket_thread_resume(&(socket_ptr -> nx_tcp_socket_receive_suspension_list), NX_SUCCESS); in _nx_tcp_socket_state_data_check()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h342 VOID _nx_tcp_socket_thread_resume(TX_THREAD **suspension_list_head, UINT status);