Searched refs:icmp_to_icmp6_type (Results 1 - 3 of 3) sorted by relevance

/external/android-clat/
H A Dicmp.h34 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code);
H A Dicmp.c59 /* function: icmp_to_icmp6_type
63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { function
82 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_type: unhandled ICMP type %d", type);
H A Dtranslate.c235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code);

Completed in 81 milliseconds