netxduo
_nx_tcp_connect_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (3/7)...
Files
loading (5/7)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_tcp_connect_cleanup()
_nx_tcp_connect_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:304
VOID
_nx_tcp_connect_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_tcp_connect_cleanup.c:82
Arguments
Argument
thread_ptr
suspension_sequence
Related Functions
Found 12 other functions taking a
TX_THREAD_STRUCT
argument:
Function
_nx_tcp_cleanup_deferred()
_nx_tcp_socket_thread_resume()
_nx_tcp_socket_thread_suspend()
_nx_tcp_receive_cleanup()
_nx_tcp_disconnect_cleanup()
_nx_tcp_transmit_cleanup()
_nx_ip_raw_packet_cleanup()
_nx_tcp_client_bind_cleanup()
_nx_udp_bind_cleanup()
_nx_icmp_cleanup()
_nx_udp_receive_cleanup()
_nx_packet_pool_cleanup()
Examples
References
from
examples
Code
Location
Referrer
VOID
_nx_tcp_connect_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_tcp_connect_cleanup.c:82
VOID
_nx_tcp_connect_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_tcp.h:304
_nx_tcp_connect_cleanup
(
thread_ptr
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_deferred_cleanup_check.c:131
_nx_tcp_deferred_cleanup_check()
_nx_tcp_socket_thread_suspend
(
&
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
)
,
_nx_tcp_connect_cleanup
,
nx_tcp_server_socket_accept.c:187
_nx_tcp_server_socket_accept()
_nx_tcp_connect_cleanup
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_socket_connection_reset.c:136
_nx_tcp_socket_connection_reset()
_nx_tcp_connect_cleanup
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_socket_disconnect.c:351
_nx_tcp_socket_disconnect()
_nx_tcp_socket_thread_suspend
(
&
(
socket_ptr
->
nx_tcp_socket_connect_suspended_thread
)
,
_nx_tcp_connect_cleanup
,
socket_ptr
,
&
(
ip_ptr
->
nx_ip_protection
)
,
wait_option
)
;
nxd_tcp_client_socket_connect.c:489
_nxd_tcp_client_socket_connect()
Call Tree
from
examples
_nx_tcp_connect_cleanup()
is called by 3 functions and calls 5 functions:
_nx_tcp_deferred_cleanup_check()
_nx_tcp_socket_connection_reset()
_nx_tcp_socket_disconnect()
All items filtered out
_nx_tcp_connect_cleanup()
__disable_interrupts()
__get_ipsr_value()
__restore_interrupt()
_tx_event_flags_set()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_tcp_connect_cleanup()
reads 12 variables and writes 9 variables:
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_control_block
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_id
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_client_type
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_rx_sequence
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_ip_ptr
NX_IP_STRUCT::nx_ip_events
_tx_thread_current_ptr
_tx_thread_system_state
_tx_thread_preempt_disable
_nx_tcp_cleanup_deferred()
All items filtered out
_nx_tcp_connect_cleanup()
_nx_tcp_server_socket_accept()
_nxd_tcp_client_socket_connect()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspend_status
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_state
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_rx_sequence
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_timeout
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_connect_suspended_thread
_tx_thread_preempt_disable
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out