Home
last modified time | relevance | path

Searched refs:ICMP_PARAMETERPROB (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dicmpfilterflags.h29 #if defined(ICMP_PARAMETERPROB) || (defined(HAVE_DECL_ICMP_PARAMETERPROB) && HAVE_DECL_ICMP_PARAMET…
30 { 1<<ICMP_PARAMETERPROB, "ICMP_PARAMETERPROB" },
Dicmpfilterflags.in7 1<<ICMP_PARAMETERPROB
/external/kernel-headers/original/uapi/linux/
Dicmp.h28 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
/external/android-clat/
Dicmp.c143 return ICMP_PARAMETERPROB; in icmp6_to_icmp_type()
Dtranslate.c297 icmp_type != ICMP_PARAMETERPROB) { in icmp6_to_icmp()
/external/iputils/
Dping.c475 (1<<ICMP_PARAMETERPROB)| in main()
854 case ICMP_PARAMETERPROB: in parse_reply()
1097 case ICMP_PARAMETERPROB: in pr_icmph()