Searched refs:is_icmp_error_msg (Results 1 – 1 of 1) sorted by relevance
71 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() local2597 _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() local3912 _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() local4018 _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 …]