Searched refs:ICMP_PARAMPROB (Results 1 – 10 of 10) sorted by relevance
160 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
325 case ICMP_PARAMPROB: in interpret_icmp()407 } else if (icmp->icmp_type == ICMP_PARAMPROB) { in interpret_icmp()
738 case ICMP_PARAMPROB: in check_reply()1261 {ICMP_PARAMPROB, "Parameter Problem"}, in pr_type()
449 {ICMP_PARAMPROB, "Param Problem"}, in pr_type()
290 case ICMP_PARAMPROB :
1005 case ICMP_PARAMPROB :
261 { ICMP_PARAMPROB, paramnames,1178 ic->icmp_type == ICMP_PARAMPROB ||
1362 | IPFY_ICMPT_PARAMP { $$ = ICMP_PARAMPROB; }
2020 #ifndef ICMP_PARAMPROB2021 # define ICMP_PARAMPROB 12 macro
456 {"paramprob", ICMP_PARAMPROB},