Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c71 static UINT _nx_nat_packet_is_icmp_error_message(NX_PACKET *packet_ptr, UINT *is_icmp_error_msg);
2570 UINT is_icmp_error_msg; in _nx_nat_process_outbound_ICMP_packet() local
2597 _nx_nat_packet_is_icmp_error_message(packet_ptr, &is_icmp_error_msg); in _nx_nat_process_outbound_ICMP_packet()
2600 if (is_icmp_error_msg) in _nx_nat_process_outbound_ICMP_packet()
3884 UINT is_icmp_error_msg; in _nx_nat_utility_get_destination_port() local
3912 _nx_nat_packet_is_icmp_error_message(packet_ptr, &is_icmp_error_msg); in _nx_nat_utility_get_destination_port()
3915 if (is_icmp_error_msg ) in _nx_nat_utility_get_destination_port()
3994 UINT is_icmp_error_msg; in _nx_nat_utility_get_source_port() local
4018 _nx_nat_packet_is_icmp_error_message(packet_ptr, &is_icmp_error_msg); in _nx_nat_utility_get_source_port()
4021 if (is_icmp_error_msg ) in _nx_nat_utility_get_source_port()
[all …]