netxduo
_nx_tcp_receive_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (5/7)...
Files
loading (7/7)...
netxduo
addons
common
drivers
inc
nx_api.h
nx_arp.h
nx_icmp.h
nx_icmpv4.h
nx_icmpv6.h
nx_igmp.h
nx_ip.h
nx_ipv4.h
nx_ipv6.h
nx_md5.h
nx_nd_cache.h
nx_packet.h
nx_rarp.h
nx_system.h
nx_tcp.h
NX_TCP_HEADER
_nxd_tcp_client_socket_connect()
_nxd_tcp_socket_peer_info_get()
_nx_tcp_client_socket_bind()
_nx_tcp_client_socket_connect()
_nx_tcp_client_socket_port_get()
_nx_tcp_client_socket_unbind()
_nx_tcp_enable()
_nx_tcp_free_port_find()
_nx_tcp_info_get()
_nx_tcp_server_socket_accept()
_nx_tcp_server_socket_listen()
_nx_tcp_server_socket_relisten()
_nx_tcp_server_socket_unaccept()
_nx_tcp_server_socket_unlisten()
_nx_tcp_socket_create()
_nx_tcp_socket_delete()
_nx_tcp_socket_disconnect()
_nx_tcp_socket_info_get()
_nx_tcp_socket_mss_get()
_nx_tcp_socket_mss_peer_get()
_nx_tcp_socket_mss_set()
_nx_tcp_socket_receive()
_nx_tcp_socket_receive_notify()
_nx_tcp_socket_window_update_notify_set()
_nx_tcp_socket_send()
_nx_tcp_socket_send_internal()
_nx_tcp_socket_state_wait()
_nx_tcp_socket_transmit_configure()
_nx_tcp_socket_queue_depth_notify_set()
_nx_tcp_socket_establish_notify()
_nx_tcp_socket_disconnect_complete_notify()
_nx_tcp_socket_timed_wait_callback()
_nx_tcp_socket_receive_queue_max_set()
_nx_tcp_cleanup_deferred()
_nx_tcp_client_bind_cleanup()
_nx_tcp_deferred_cleanup_check()
_nx_tcp_fast_periodic_processing()
_nx_tcp_socket_retransmit()
_nx_tcp_connect_cleanup()
_nx_tcp_disconnect_cleanup()
_nx_tcp_initialize()
_nx_tcp_mss_option_get()
_nx_tcp_no_connection_reset()
_nx_tcp_packet_process()
_nx_tcp_packet_receive()
_nx_tcp_packet_send_ack()
_nx_tcp_packet_send_fin()
_nx_tcp_packet_send_rst()
_nx_tcp_packet_send_syn()
_nx_tcp_packet_send_probe()
_nx_tcp_packet_send_control()
_nx_tcp_periodic_processing()
_nx_tcp_queue_process()
_nx_tcp_receive_cleanup()
_nx_tcp_socket_bytes_available()
_nx_tcp_socket_connection_reset()
_nx_tcp_socket_packet_process()
_nx_tcp_socket_peer_info_get()
_nx_tcp_socket_receive_queue_flush()
_nx_tcp_socket_state_ack_check()
_nx_tcp_socket_state_closing()
_nx_tcp_socket_state_data_check()
_nx_tcp_socket_state_data_trim_front()
_nx_tcp_socket_state_data_trim()
_nx_tcp_socket_state_established()
_nx_tcp_socket_state_fin_wait1()
_nx_tcp_socket_state_fin_wait2()
_nx_tcp_socket_state_last_ack()
_nx_tcp_socket_state_syn_sent()
_nx_tcp_socket_state_syn_received()
_nx_tcp_socket_state_transmit_check()
_nx_tcp_socket_thread_resume()
_nx_tcp_socket_thread_suspend()
_nx_tcp_socket_transmit_queue_flush()
_nx_tcp_socket_block_cleanup()
_nx_tcp_transmit_cleanup()
_nxde_tcp_client_socket_connect()
_nxde_tcp_socket_peer_info_get()
_nxe_tcp_client_socket_bind()
_nxe_tcp_client_socket_connect()
_nxe_tcp_client_socket_port_get()
_nxe_tcp_client_socket_unbind()
_nxe_tcp_enable()
_nxe_tcp_free_port_find()
_nxe_tcp_info_get()
_nxe_tcp_server_socket_accept()
_nxe_tcp_server_socket_listen()
_nxe_tcp_server_socket_relisten()
_nxe_tcp_server_socket_unaccept()
_nxe_tcp_server_socket_unlisten()
_nxe_tcp_socket_bytes_available()
_nxe_tcp_socket_create()
_nxe_tcp_socket_delete()
_nxe_tcp_socket_disconnect()
_nxe_tcp_socket_info_get()
_nxe_tcp_socket_mss_get()
_nxe_tcp_socket_mss_peer_get()
_nxe_tcp_socket_mss_set()
_nxe_tcp_socket_peer_info_get()
_nxe_tcp_socket_receive()
_nxe_tcp_socket_receive_notify()
_nxe_tcp_socket_send()
_nxe_tcp_socket_state_wait()
_nxe_tcp_socket_transmit_configure()
_nxe_tcp_socket_window_update_notify_set()
_nxe_tcp_socket_receive_queue_max_set()
_nxe_tcp_socket_establish_notify()
_nxe_tcp_socket_disconnect_complete_notify()
_nxe_tcp_socket_queue_depth_notify_set()
_nxe_tcp_socket_timed_wait_callback()
_nx_tcp_fast_timer_rate
_nx_tcp_fast_timer_rate
_nx_tcp_ack_timer_rate
_nx_tcp_ack_timer_rate
_nx_tcp_transmit_timer_rate
_nx_tcp_transmit_timer_rate
_nx_tcp_2MSL_timer_rate
_nx_tcp_2MSL_timer_rate
nx_udp.h
src
crypto_libraries
nx_secure
ports
threadx
filex
usbx
HAL
CMSIS
lan8742
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_receive_cleanup()
_nx_tcp_receive_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_tcp.h:323
VOID
_nx_tcp_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_tcp_receive_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_connect_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_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_tcp_receive_cleanup.c:82
VOID
_nx_tcp_receive_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_tcp.h:323
_nx_tcp_receive_cleanup
(
thread_ptr
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_deferred_cleanup_check.c:167
_nx_tcp_deferred_cleanup_check()
_nx_tcp_receive_cleanup
(
socket_ptr
->
nx_tcp_socket_receive_suspension_list
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_socket_connection_reset.c:120
_nx_tcp_socket_connection_reset()
_nx_tcp_receive_cleanup
(
socket_ptr
->
nx_tcp_socket_receive_suspension_list
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_socket_disconnect.c:359
_nx_tcp_socket_disconnect()
_nx_tcp_socket_thread_suspend
(
&
(
socket_ptr
->
nx_tcp_socket_receive_suspension_list
)
,
_nx_tcp_receive_cleanup
,
socket_ptr
,
&
(
ip_ptr
->
nx_ip_protection
)
,
wait_option
)
;
nx_tcp_socket_receive.c:252
_nx_tcp_socket_receive()
_nx_tcp_receive_cleanup
(
socket_ptr
->
nx_tcp_socket_receive_suspension_list
NX_CLEANUP_ARGUMENT
)
;
nx_tcp_socket_state_established.c:124
_nx_tcp_socket_state_established()
Call Tree
from
examples
_nx_tcp_receive_cleanup()
is called by 4 functions and calls 5 functions:
_nx_tcp_deferred_cleanup_check()
_nx_tcp_socket_connection_reset()
_nx_tcp_socket_disconnect()
_nx_tcp_socket_state_established()
All items filtered out
_nx_tcp_receive_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_receive_cleanup()
reads 14 variables and writes 8 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_state
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_ip_ptr
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_receive_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_receive_cleanup()
_nx_tcp_socket_receive()
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_receive_suspension_list
NX_TCP_SOCKET_STRUCT::nx_tcp_socket_receive_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