Home | History | Annotate | Download | only in android-clat

Lines Matching refs:icmp6_type

230   uint8_t icmp6_type;
235 icmp6_type = icmp_to_icmp6_type(icmp->type, icmp->code);
236 icmp6_targ->icmp6_type = icmp6_type;
243 icmp6_type != ICMP6_PARAM_PROB) {
255 } else if (icmp6_type == ICMP6_ECHO_REQUEST || icmp6_type == ICMP6_ECHO_REPLY) {
289 icmp_type = icmp6_to_icmp_type(icmp6->icmp6_type, icmp6->icmp6_code);
291 icmp_targ->code = icmp6_to_icmp_code(icmp6->icmp6_type, icmp6->icmp6_code);
296 is_icmp6_error(icmp6->icmp6_type) &&