Searched refs:new_socket_ptr (Results 1 – 2 of 2) sorted by relevance
84 NX_TCP_SOCKET *new_socket_ptr; in _nx_tcp_client_socket_unbind() local210 …new_socket_ptr = (NX_TCP_SOCKET *)(socket_ptr -> nx_tcp_socket_bind_suspension_list) -> tx_thread… in _nx_tcp_client_socket_unbind()213 new_socket_ptr -> nx_tcp_socket_bind_in_progress = NX_NULL; in _nx_tcp_client_socket_unbind()217 new_socket_ptr -> nx_tcp_socket_bind_suspension_list = in _nx_tcp_client_socket_unbind()219 …new_socket_ptr -> nx_tcp_socket_bind_suspended_count = socket_ptr -> nx_tcp_socket_bind_suspende… in _nx_tcp_client_socket_unbind()234 new_socket_ptr -> nx_tcp_socket_bound_next = in _nx_tcp_client_socket_unbind()236 new_socket_ptr -> nx_tcp_socket_bound_previous = in _nx_tcp_client_socket_unbind()239 new_socket_ptr; in _nx_tcp_client_socket_unbind()240 … (ip_ptr -> nx_ip_tcp_port_table[index]) -> nx_tcp_socket_bound_previous = new_socket_ptr; in _nx_tcp_client_socket_unbind()247 new_socket_ptr -> nx_tcp_socket_bound_next = new_socket_ptr; in _nx_tcp_client_socket_unbind()[all …]
175 NX_UDP_SOCKET *new_socket_ptr; in _nx_udp_socket_unbind() local384 new_socket_ptr = (NX_UDP_SOCKET *)thread_ptr -> tx_thread_suspend_control_block; in _nx_udp_socket_unbind()387 new_socket_ptr -> nx_udp_socket_bind_in_progress = NX_NULL; in _nx_udp_socket_unbind()390 new_socket_ptr -> nx_udp_socket_bind_suspension_list = in _nx_udp_socket_unbind()400 new_socket_ptr -> nx_udp_socket_bound_next = in _nx_udp_socket_unbind()402 new_socket_ptr -> nx_udp_socket_bound_previous = in _nx_udp_socket_unbind()405 new_socket_ptr; in _nx_udp_socket_unbind()406 … (ip_ptr -> nx_ip_udp_port_table[index]) -> nx_udp_socket_bound_previous = new_socket_ptr; in _nx_udp_socket_unbind()413 new_socket_ptr -> nx_udp_socket_bound_next = new_socket_ptr; in _nx_udp_socket_unbind()414 new_socket_ptr -> nx_udp_socket_bound_previous = new_socket_ptr; in _nx_udp_socket_unbind()[all …]