Home
last modified time | relevance | path

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

/external/android-clat/
Dicmp.h28 int is_icmp_error(uint8_t type);
Dicmp.c47 int is_icmp_error(uint8_t type) { return type == 3 || type == 11 || type == 12; } in is_icmp_error() function
Dtranslate.c243 if (pos == CLAT_POS_TRANSPORTHDR && is_icmp_error(icmp->type) && icmp6_type != ICMP6_PARAM_PROB) { in icmp_to_icmp6()