netxduo
_nx_tcp_client_bind_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_client_bind_cleanup()
_nx_tcp_client_bind_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:300
VOID
_nx_tcp_client_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_tcp_client_bind_cleanup.c:81
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_connect_cleanup()
_nx_tcp_receive_cleanup()
_nx_tcp_disconnect_cleanup()
_nx_tcp_transmit_cleanup()
_nx_ip_raw_packet_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_client_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_tcp_client_bind_cleanup.c:81
VOID
_nx_tcp_client_bind_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_tcp.h:300
_nx_tcp_socket_thread_suspend
(
&
(
search_ptr
->
nx_tcp_socket_bind_suspension_list
)
,
_nx_tcp_client_bind_cleanup
,
socket_ptr
,
&
(
ip_ptr
->
nx_ip_protection
)
,
wait_option
)
;
nx_tcp_client_socket_bind.c:245
_nx_tcp_client_socket_bind()
_nx_tcp_client_bind_cleanup
(
socket_ptr
->
nx_tcp_socket_bind_in_progress
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_client_socket_unbind.c:128
_nx_tcp_client_socket_unbind()
_nx_tcp_client_bind_cleanup
(
thread_ptr
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_deferred_cleanup_check.c:113
_nx_tcp_deferred_cleanup_check()
Call Tree
from
examples
_nx_tcp_client_bind_cleanup()
is called by 2 functions and calls 5 functions:
_nx_tcp_client_socket_unbind()
_nx_tcp_deferred_cleanup_check()
All items filtered out
_nx_tcp_client_bind_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_client_bind_cleanup()
reads 14 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
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_id
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_ip_ptr
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_bound_previous
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_bind_suspended_count
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_client_bind_cleanup()
_nx_tcp_client_socket_bind()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
TX_THREAD_STRUCT::tx_thread_suspended_next
TX_THREAD_STRUCT::tx_thread_suspended_previous
TX_THREAD_STRUCT::tx_thread_suspend_status
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_bind_in_progress
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_bind_suspension_list
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_bind_suspended_count
_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