HomeSort by relevance Sort by last modified time
    Searched refs:icmp6_to_icmp_type (Results 1 - 3 of 3) sorted by null

  /external/android-clat/
icmp.h 40 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code);
icmp.c 122 /* function: icmp6_to_icmp_type
126 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) { function
142 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp6_to_icmp_type: unhandled ICMP type/code %d/%d", type, code);
translate.c 289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);

Completed in 169 milliseconds