Lines Matching refs:code
5 * This code is derived from software contributed to Berkeley by
11 * 1. Redistributions of source code must retain the above copyright
951 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
1073 icp->code = 0;
1217 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1238 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1289 code, __u32 info, struct icmphdr *icp)
1297 switch(code) {
1320 printf("Dest Unreachable, Bad Code: %d\n", code);
1332 switch(code) {
1346 printf("Redirect, Bad Code: %d", code);
1359 switch(code) {
1367 printf("Time exceeded, Bad Code: %d\n", code);