Home
last modified time | relevance | path

Searched refs:nx_packet_tcp_queue_next (Results 1 – 25 of 36) sorted by relevance

12

/NetX-Duo-v6.4.1/common/src/
Dnx_tcp_socket_state_data_check.c129 … work_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_tcp_socket_state_data_trim()
234 … work_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_tcp_socket_state_data_trim_front()
561 search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = packet_ptr; in _nx_tcp_socket_state_data_check()
587 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED; in _nx_tcp_socket_state_data_check()
645 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED; in _nx_tcp_socket_state_data_check()
723 search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_data_check()
783 tmp_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_data_check()
787 … search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_tcp_socket_state_data_check()
863 search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_data_check()
877 previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = packet_ptr; in _nx_tcp_socket_state_data_check()
[all …]
Dnx_packet_transmit_release.c87 …RANSMIT_RELEASE, packet_ptr, packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next, (packet_… in _nx_packet_transmit_release()
98 …if ((packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCA… in _nx_packet_transmit_release()
99 … (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_FREE))) in _nx_packet_transmit_release()
Dnx_packet_release.c85 …_PACKET_RELEASE, packet_ptr, packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next, (packet_… in _nx_packet_release()
96 …if (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCAT… in _nx_packet_release()
191 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_packet_release()
231 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in _nx_packet_release()
Dnx_tcp_socket_receive_queue_flush.c95 next_packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_receive_queue_flush()
99 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_tcp_socket_receive_queue_flush()
Dnx_tcp_socket_transmit_queue_flush.c99 next_packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_transmit_queue_flush()
103 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_tcp_socket_transmit_queue_flush()
Dnx_tcp_socket_receive.c176 …_tcp_socket_receive_queue_head = head_packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_receive()
195 …head_packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCAT… in _nx_tcp_socket_receive()
Dnx_tcp_socket_state_ack_check.c418 search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_ack_check()
615 …nx_tcp_socket_transmit_sent_head = previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_ack_check()
663 search_ptr = search_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_state_ack_check()
670 …previous_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = ((NX_PACKET *)NX_PACKET_ALLOCATED… in _nx_tcp_socket_state_ack_check()
Dnx_ip_fragment_assembly.c411 … old_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_ip_fragment_assembly()
552 …previous_fragment -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCA… in _nx_ip_fragment_assembly()
607 …previous_fragment -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCA… in _nx_ip_fragment_assembly()
Dnxe_ip_raw_packet_send.c96 …(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PA… in _nxe_ip_raw_packet_send()
Dnx_packet_debug_info_get.c104 … *packet_status = (ULONG)(ALIGN_TYPE)packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_packet_debug_info_get()
Dnxe_ip_raw_packet_source_send.c97 …(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PA… in _nxe_ip_raw_packet_source_send()
Dnx_tcp_socket_bytes_available.c141 packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_tcp_socket_bytes_available()
Dnxe_tcp_socket_send.c101 …if ((packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((N… in _nxe_tcp_socket_send()
Dnxe_udp_socket_send.c106 …(packet_ptr == NX_NULL) || (packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PA… in _nxe_udp_socket_send()
Dnxde_ip_raw_packet_send.c105 …(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)… in _nxde_ip_raw_packet_send()
Dnx_ip_fragment_disable.c161 …release_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_ip_fragment_disable()
Dnxe_udp_socket_source_send.c104 …(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)… in _nxe_udp_socket_source_send()
Dnxde_udp_socket_send.c113 …(packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next != ((NX_PACKET *)NX_PACKET_ALLOCATED)… in _nxde_udp_socket_send()
/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_packet_branch_test.c166 my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED; in thread_0_entry()
170 … my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
172 my_packet[1] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED; in thread_0_entry()
177 … my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
185 … my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
Dnetx_raw_nxe_api_test.c262 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
264 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
273 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in ntest_0_entry()
275 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in ntest_0_entry()
362 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
364 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
373 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in ntest_0_entry()
375 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in ntest_0_entry()
476 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
478 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in ntest_0_entry()
[all …]
Dnetx_udp_nxe_api_test.c419 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in thread_0_entry()
429 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
511 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in thread_0_entry()
521 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
1234 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in thread_0_entry()
1236 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_FREE; in thread_0_entry()
1245 my_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
1247 my_packet -> nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in thread_0_entry()
Dnetx_tcp_branch_test.c1465 my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in thread_0_entry()
1467 … my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *) NX_PACKET_ALLOCATED; in thread_0_entry()
1491 my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in thread_0_entry()
1493 … my_packet[0] -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *) NX_PACKET_ALLOCATED; in thread_0_entry()
1795 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
1815 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
1841 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
1866 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
1893 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
1921 packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = NX_NULL; in ack_check_test()
[all …]
/NetX-Duo-v6.4.1/nx_secure/src/
Dnx_secure_dtls_retransmit_queue_flush.c104 next_packet_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_secure_dtls_retransmit_queue_flush()
108 … packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ALLOCATED; in _nx_secure_dtls_retransmit_queue_flush()
Dnx_secure_dtls_send_record.c267 …n -> nx_secure_dtls_transmit_sent_tail) -> nx_packet_union_next.nx_packet_tcp_queue_next = send_p… in _nx_secure_dtls_send_record()
285 … send_packet -> nx_packet_union_next.nx_packet_tcp_queue_next = (NX_PACKET *)NX_PACKET_ENQUEUED; in _nx_secure_dtls_send_record()
Dnx_secure_dtls_retransmit.c91 next_ptr = packet_ptr -> nx_packet_union_next.nx_packet_tcp_queue_next; in _nx_secure_dtls_retransmit()

12