Home
last modified time | relevance | path

Searched refs:nx_packet_ip_version (Results 1 – 25 of 66) sorted by relevance

123

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_dispatch_process.c393 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ip_dispatch_process()
474 if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) || in _nx_ip_dispatch_process()
475 ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) && in _nx_ip_dispatch_process()
499 else if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) && in _nx_ip_dispatch_process()
520 else if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) && in _nx_ip_dispatch_process()
537 else if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) && in _nx_ip_dispatch_process()
557 if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) || in _nx_ip_dispatch_process()
558 ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) && in _nx_ip_dispatch_process()
598 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_ip_dispatch_process()
608 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ip_dispatch_process()
[all …]
Dnxd_udp_packet_info_extract.c104 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nxd_udp_packet_info_extract()
123 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nxd_udp_packet_info_extract()
176 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nxd_udp_packet_info_extract()
181 else if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nxd_udp_packet_info_extract()
Dnx_tcp_packet_process.c139 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_process()
158 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_process()
294 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_process()
301 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_process()
350 … if (socket_ptr -> nx_tcp_socket_connect_ip.nxd_ip_version == packet_ptr -> nx_packet_ip_version) in _nx_tcp_packet_process()
354 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_process()
365 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_process()
483 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_process()
533 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_packet_process()
663 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_packet_process()
[all …]
Dnx_udp_socket_receive.c245 if ((*packet_ptr) -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_udp_socket_receive()
252 if ((*packet_ptr) -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_udp_socket_receive()
282 …((*packet_ptr) -> nx_packet_ip_version == NX_IP_VERSION_V6)) /* It i… in _nx_udp_socket_receive()
295 if (current_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_udp_socket_receive()
307 if (current_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) /* IPv6 */ in _nx_udp_socket_receive()
Dnx_udp_packet_receive.c187 if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) && in _nx_udp_packet_receive()
204 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_udp_packet_receive()
306 if ((packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) && in _nx_udp_packet_receive()
321 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_udp_packet_receive()
Dnx_tcp_server_socket_relisten.c246 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_server_socket_relisten()
253 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_server_socket_relisten()
282 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_server_socket_relisten()
305 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_server_socket_relisten()
Dnx_ip_fragment_timeout_check.c97 if (fragment -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_cleanup()
117 if (fragment -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_cleanup()
Dnx_packet_copy.c135 work_ptr -> nx_packet_ip_version = packet_ptr -> nx_packet_ip_version; in _nx_packet_copy()
Dnx_tcp_no_connection_reset.c105 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_tcp_no_connection_reset()
139 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_tcp_no_connection_reset()
Dnxe_udp_source_extract.c98 if (packet_ptr -> nx_packet_ip_version != NX_IP_VERSION_V4) in _nxe_udp_source_extract()
Dnxd_ipv6_raw_packet_send_internal.c101 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V6; in _nxd_ipv6_raw_packet_send_internal()
Dnxd_udp_source_extract.c95 ip_address -> nxd_ip_version = packet_ptr -> nx_packet_ip_version; in _nxd_udp_source_extract()
Dnx_ip_packet_receive.c110 packet_ptr -> nx_packet_ip_version = ip_version; in _nx_ip_packet_receive()
Dnx_ip_packet_checksum_compute.c108 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_ip_packet_checksum_compute()
114 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ip_packet_checksum_compute()
Dnx_tcp_socket_retransmit.c244 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in _nx_tcp_socket_retransmit()
257 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V6; in _nx_tcp_socket_retransmit()
Dnx_packet_release.c206 packet_ptr -> nx_packet_ip_version = 0; in _nx_packet_release()
Dnx_ip_checksum_compute.c129 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ip_checksum_compute()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c328 my_packet[0] -> nx_packet_ip_version = 0; in thread_0_entry()
342 my_packet[0] -> nx_packet_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
416 my_packet[0] -> nx_packet_ip_version = 4; in thread_0_entry()
439 my_packet[0] -> nx_packet_ip_version = 6; in thread_0_entry()
Dnetx_igmp_router_query_test.c260 my_packet -> nx_packet_ip_version = NX_IP_VERSION_V4; in my_packet_process()
314 my_packet -> nx_packet_ip_version = NX_IP_VERSION_V4; in my_packet_process()
360 my_packet -> nx_packet_ip_version = NX_IP_VERSION_V4; in my_packet_process()
Dnetx_checksum_test.c264 pkt_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in verify_checksum()
280 pkt_ptr -> nx_packet_ip_version = NX_IP_VERSION_V6; in verify_checksum()
Dnetx_tcp_branch_test.c1002 my_packet[0] -> nx_packet_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
1280 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
1323 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
1404 my_packet[0] -> nx_packet_ip_version = NX_IP_VERSION_V4; in thread_0_entry()
1796 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
1816 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
1842 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
1867 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
1894 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
1922 packet_ptr -> nx_packet_ip_version = NX_IP_VERSION_V4; in ack_check_test()
[all …]
Dnetx_ip_branch_test.c967 my_packet[0] -> nx_packet_ip_version = 5; in thread_0_entry()
975 my_packet[0] -> nx_packet_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
987 my_packet[0] -> nx_packet_ip_version = 5; in thread_0_entry()
995 my_packet[0] -> nx_packet_ip_version = NX_IP_VERSION_V6; in thread_0_entry()
1006 my_packet[0] -> nx_packet_ip_version = 4; in thread_0_entry()
1037 my_packet[0] -> nx_packet_ip_version = 5; in thread_0_entry()
Dnetx_tcp_socket_listen_queue_test.c629 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in my_tcp_packet_receive()
712 else if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in my_tcp_packet_receive()
811 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in tcp_checksum_compute()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_dtls_session_receive.c280 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_secure_dtls_session_receive()
285 else if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_secure_dtls_session_receive()
/NetX-Duo-v6.2.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c772 else if (packet_ptr -> nx_packet_ip_version == 6) in _nx_ram_network_driver_internal()
836 else if(packet_ptr -> nx_packet_ip_version == 6) in _nx_ram_network_driver_internal()
1314 else if (packet_ptr -> nx_packet_ip_version == 6) in _nx_ram_network_driver()
1725 packet_copy -> nx_packet_ip_version = packet_ptr -> nx_packet_ip_version; in _nx_ram_network_driver_output()
2050 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4) in _nx_ram_network_driver_calculate_checksum()
2056 if (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V6) in _nx_ram_network_driver_calculate_checksum()
2245 (packet_ptr -> nx_packet_ip_version == NX_IP_VERSION_V4)) in _nx_ram_network_driver_calculate_checksum()

123