Searched refs:ICMP_PARAMPROB (Results 1 – 10 of 10) sorted by relevance
159 #define ICMP_PARAMPROB 12 /* ip header bad */ macro
328 case ICMP_PARAMPROB: in interpret_icmp()410 } else if (icmp->icmp_type == ICMP_PARAMPROB) { in interpret_icmp()
720 case ICMP_PARAMPROB: in check_reply()1236 {ICMP_PARAMPROB, "Parameter Problem"}, in pr_type()
447 {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; }
2022 #ifndef ICMP_PARAMPROB2023 # define ICMP_PARAMPROB 12 macro
456 {"paramprob", ICMP_PARAMPROB},