Home
last modified time | relevance | path

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

/external/strace/xlat/
Dicmpfilterflags.h29 #if defined(ICMP_PARAMETERPROB) || (defined(HAVE_DECL_ICMP_PARAMETERPROB) && HAVE_DECL_ICMP_PARAMET…
30 XLAT_PAIR(1ULL<<ICMP_PARAMETERPROB, "1<<ICMP_PARAMETERPROB"),
Dicmpfilterflags.in7 1<<ICMP_PARAMETERPROB
/external/kernel-headers/original/uapi/linux/
Dicmp.h28 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
/external/strace/tests-mx32/
Dnet-icmp_filter.c65 1<<ICMP_PARAMETERPROB); in main()
/external/strace/tests-m32/
Dnet-icmp_filter.c65 1<<ICMP_PARAMETERPROB); in main()
/external/strace/tests/
Dnet-icmp_filter.c65 1<<ICMP_PARAMETERPROB); in main()
/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()