Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dicmp.h28 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
/external/ping/
Dping.c1176 case ICMP_PARAMETERPROB: in parse_reply()
1375 case ICMP_PARAMETERPROB: in pr_icmph()
1984 (1<<ICMP_PARAMETERPROB)| in main()
/external/strace/
Dnet.c874 #if defined(ICMP_PARAMETERPROB)
875 { (1<<ICMP_PARAMETERPROB), "ICMP_PARAMETERPROB" },