Home
last modified time | relevance | path

Searched refs:ip_version (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_fragment_assembly.c101 ULONG ip_version = NX_IP_VERSION_V4; in _nx_ip_fragment_assembly() local
132 ip_version = new_fragment_head -> nx_packet_ip_version; in _nx_ip_fragment_assembly()
141 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
166 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
205 if (ip_version == search_ptr -> nx_packet_ip_version) in _nx_ip_fragment_assembly()
208 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
243 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
300 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
324 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
434 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
[all …]
Dnx_ip_packet_receive.c84 UCHAR ip_version; in _nx_ip_packet_receive() local
108 ip_version = (version_byte >> 4); in _nx_ip_packet_receive()
110 packet_ptr -> nx_packet_ip_version = ip_version; in _nx_ip_packet_receive()
148 if (ip_version == NX_IP_VERSION_V4 && ip_ptr -> nx_ipv4_packet_receive) in _nx_ip_packet_receive()
158 if (ip_version == NX_IP_VERSION_V6 && ip_ptr -> nx_ipv6_packet_receive) in _nx_ip_packet_receive()
Dnxd_udp_source_extract.c82 ULONG ip_version; in _nxd_udp_source_extract() local
111 ip_version = NX_IP_VERSION_V4; in _nxd_udp_source_extract()
130 ip_version = NX_IP_VERSION_V6; in _nxd_udp_source_extract()
139 …NX_TRACE_IN_LINE_INSERT(NXD_TRACE_UDP_SOURCE_EXTRACT, packet_ptr, ip_version, ip_address_word3, *p… in _nxd_udp_source_extract()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_low_watermark_fragment_test.c236 ULONG ip_version; in packet_process() local
248 ip_version = packet_ptr -> nx_packet_ip_version; in packet_process()
250 if (ip_version == NX_IP_VERSION_V6) in packet_process()
/NetX-Duo-v6.2.1/test/regression/ptp_test/
Dnetx_ptp_utility.h63 VOID set_ip_version(UCHAR ip_version);
Dnetx_ptp_utility.c313 VOID set_ip_version(UCHAR ip_version) in set_ip_version() argument
315 if (ip_version == NX_IP_VERSION_V4) in set_ip_version()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_error_checking_2_test.c95 INT ip_version; in ntest_0_entry() local