netxduo
_nx_ip_raw_packet_cleanup()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_ip_raw_packet_cleanup()
_nx_ip_raw_packet_cleanup() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_ip.h:165
VOID
_nx_ip_raw_packet_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
Implemented in
nx_ip_raw_packet_cleanup.c:78
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_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_ip_raw_packet_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
nx_ip_raw_packet_cleanup.c:78
VOID
_nx_ip_raw_packet_cleanup
(
TX_THREAD
*
thread_ptr
NX_CLEANUP_PARAMETER
)
;
nx_ip.h:165
_nx_ip_raw_packet_cleanup
(
ip_ptr
->
nx_ip_raw_packet_suspension_list
NX_CLEANUP_ARGUMENT
)
;
nx_ip_delete.c:311
_nx_ip_delete()
_nx_ip_raw_packet_cleanup
(
ip_ptr
->
nx_ip_raw_packet_suspension_list
NX_CLEANUP_ARGUMENT
)
;
nx_ip_raw_packet_disable.c:132
_nx_ip_raw_packet_disable()
thread_ptr
->
tx_thread_suspend_cleanup
=
_nx_ip_raw_packet_cleanup
;
nx_ip_raw_packet_receive.c:141
_nx_ip_raw_packet_receive()
Call Tree
from
examples
_nx_ip_raw_packet_cleanup()
is called by 2 functions and calls 3 functions:
_nx_ip_delete()
_nx_ip_raw_packet_disable()
All items filtered out
_nx_ip_raw_packet_cleanup()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_resume()
All items filtered out
Data Use
from
examples
_nx_ip_raw_packet_cleanup()
reads 8 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_IP_STRUCT::nx_ip_id
NX_IP_STRUCT::nx_ip_raw_packet_suspended_count
_tx_thread_preempt_disable
All items filtered out
_nx_ip_raw_packet_cleanup()
_nx_ip_raw_packet_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_IP_STRUCT::nx_ip_raw_packet_suspension_list
NX_IP_STRUCT::nx_ip_raw_packet_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
_nx_ip_raw_packet_cleanup()
is implemented by 1 functions:
All items filtered out
_nx_ip_raw_packet_cleanup()
TX_THREAD_STRUCT::tx_thread_suspend_cleanup
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out