NX_PACKET_STRUCT::::nx_packet_tcp_queue_next is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_PACKET_STRUCT::::nx_packet_tcp_queue_next

NX_PACKET_STRUCT::::nx_packet_tcp_queue_next field

Syntax

struct NX_PACKET_STRUCT *nx_packet_tcp_queue_next;

References

LocationReferrerText
nx_api.h:1508
*nx_packet_tcp_queue_next;
nx_ip_fragment_assembly.c:412_nx_ip_fragment_assembly()
old_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_ip_fragment_assembly.c:553_nx_ip_fragment_assembly()
previous_fragment -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_ip_fragment_assembly.c:608_nx_ip_fragment_assembly()
previous_fragment -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_ip_fragment_disable.c:162_nx_ip_fragment_disable()
release_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_ip_fragment_timeout_check.c:161_nx_ip_fragment_cleanup()
nx_packet_allocate.c:133_nx_packet_allocate()
work_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_packet_pool_create.c:164_nx_packet_pool_create()
((NX_PACKET *)packet_ptr) -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE;
nx_packet_release.c:97_nx_packet_release()
if (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED))
nx_packet_release.c:192_nx_packet_release()
nx_packet_release.c:232_nx_packet_release()
packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE;
nx_packet_transmit_release.c:99_nx_packet_transmit_release()
if ((packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)) &&
nx_packet_transmit_release.c:100_nx_packet_transmit_release()
(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_FREE)))
nx_tcp_socket_bytes_available.c:142_nx_tcp_socket_bytes_available()
packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_receive.c:177_nx_tcp_socket_receive()
socket_ptr -> nx_tcp_socket_receive_queue_head = head_packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_receive.c:196_nx_tcp_socket_receive()
head_packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_tcp_socket_receive_queue_flush.c:96_nx_tcp_socket_receive_queue_flush()
next_packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_receive_queue_flush.c:100_nx_tcp_socket_receive_queue_flush()
packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_tcp_socket_retransmit.c:235_nx_tcp_socket_retransmit()
next_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_send_internal.c:885_nx_tcp_socket_send_internal()
(socket_ptr -> nx_tcp_socket_transmit_sent_tail) -> nx_packet_union_next.nx_packet_tcp_queue_next = send_packet;
nx_tcp_socket_send_internal.c:903_nx_tcp_socket_send_internal()
send_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED;
nx_tcp_socket_state_ack_check.c:419_nx_tcp_socket_state_ack_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_ack_check.c:616_nx_tcp_socket_state_ack_check()
socket_ptr -> nx_tcp_socket_transmit_sent_head = previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_ack_check.c:664_nx_tcp_socket_state_ack_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_ack_check.c:671_nx_tcp_socket_state_ack_check()
previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = ((NX_PACKET *)NX_PACKET_ALLOCATED);
nx_tcp_socket_state_data_check.c:124_nx_tcp_socket_state_data_trim()
work_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_tcp_socket_state_data_check.c:229_nx_tcp_socket_state_data_trim_front()
work_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_tcp_socket_state_data_check.c:550_nx_tcp_socket_state_data_check()
search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = packet_ptr;
nx_tcp_socket_state_data_check.c:576_nx_tcp_socket_state_data_check()
nx_tcp_socket_state_data_check.c:634_nx_tcp_socket_state_data_check()
nx_tcp_socket_state_data_check.c:712_nx_tcp_socket_state_data_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_data_check.c:772_nx_tcp_socket_state_data_check()
tmp_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_data_check.c:776_nx_tcp_socket_state_data_check()
search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nx_tcp_socket_state_data_check.c:852_nx_tcp_socket_state_data_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_data_check.c:866_nx_tcp_socket_state_data_check()
previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = packet_ptr;
nx_tcp_socket_state_data_check.c:877_nx_tcp_socket_state_data_check()
nx_tcp_socket_state_data_check.c:883_nx_tcp_socket_state_data_check()
packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = search_ptr;
nx_tcp_socket_state_data_check.c:941_nx_tcp_socket_state_data_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_data_check.c:1055_nx_tcp_socket_state_data_check()
nx_tcp_socket_state_data_check.c:1061_nx_tcp_socket_state_data_check()
while (search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != socket_ptr -> nx_tcp_socket_receive_queue_tail)
nx_tcp_socket_state_data_check.c:1063_nx_tcp_socket_state_data_check()
search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_state_data_check.c:1072_nx_tcp_socket_state_data_check()
search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED;
nx_tcp_socket_state_data_check.c:1102_nx_tcp_socket_state_data_check()
nx_tcp_socket_state_data_check.c:1106_nx_tcp_socket_state_data_check()
nx_tcp_socket_transmit_queue_flush.c:100_nx_tcp_socket_transmit_queue_flush()
next_packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next;
nx_tcp_socket_transmit_queue_flush.c:104_nx_tcp_socket_transmit_queue_flush()
packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED;
nxde_ip_raw_packet_send.c:106_nxde_ip_raw_packet_send()
(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxde_udp_socket_send.c:114_nxde_udp_socket_send()
(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxe_ip_raw_packet_send.c:97_nxe_ip_raw_packet_send()
(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxe_ip_raw_packet_source_send.c:98_nxe_ip_raw_packet_source_send()
(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxe_tcp_socket_send.c:102_nxe_tcp_socket_send()
if ((packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxe_udp_socket_send.c:107_nxe_udp_socket_send()
(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))
nxe_udp_socket_source_send.c:105_nxe_udp_socket_source_send()
(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)))