Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_fragment_assembly.c102 ULONG ip_version = NX_IP_VERSION_V4; in _nx_ip_fragment_assembly() local
133 ip_version = new_fragment_head -> nx_packet_ip_version; in _nx_ip_fragment_assembly()
142 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
167 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
206 if (ip_version == search_ptr -> nx_packet_ip_version) in _nx_ip_fragment_assembly()
209 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
244 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
301 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
325 if (ip_version == NX_IP_VERSION_V6) in _nx_ip_fragment_assembly()
435 if (ip_version == NX_IP_VERSION_V4) in _nx_ip_fragment_assembly()
[all …]
Dnx_ip_packet_receive.c85 UCHAR ip_version; in _nx_ip_packet_receive() local
109 ip_version = (version_byte >> 4); in _nx_ip_packet_receive()
111 packet_ptr -> nx_packet_ip_version = ip_version; in _nx_ip_packet_receive()
149 if (ip_version == NX_IP_VERSION_V4 && ip_ptr -> nx_ipv4_packet_receive) in _nx_ip_packet_receive()
159 if (ip_version == NX_IP_VERSION_V6 && ip_ptr -> nx_ipv6_packet_receive) in _nx_ip_packet_receive()
Dnxd_udp_source_extract.c83 ULONG ip_version; in _nxd_udp_source_extract() local
112 ip_version = NX_IP_VERSION_V4; in _nxd_udp_source_extract()
131 ip_version = NX_IP_VERSION_V6; in _nxd_udp_source_extract()
140 …NX_TRACE_IN_LINE_INSERT(NXD_TRACE_UDP_SOURCE_EXTRACT, packet_ptr, ip_version, ip_address_word3, *p… in _nxd_udp_source_extract()