Home | History | Annotate | Download | only in traceroute

Lines Matching defs:icp

1414 	struct icmp *icp;
1429 icp = (struct icmp *)(buf + hlen);
1431 icp = (struct icmp *)buf;
1433 type = icp->icmp_type;
1434 code = icp->icmp_code;
1440 pmtu = ntohs(icp->icmp_nextmtu);
1442 pmtu = ntohs(((struct my_pmtu *)&icp->icmp_void)->ipm_nextmtu);
1451 hip = &icp->icmp_ip;
1454 nextmtu = ntohs(icp->icmp_nextmtu); /* for frag_err() */
1459 icp->icmp_id == htons(ident) &&
1460 icp->icmp_seq == htons(seq))
1483 u_int32_t *lp = (u_int32_t *)&icp->icmp_ip;
1487 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);