Home | History | Annotate | Download | only in netinet

Lines Matching refs:icmp_ip

297 	 * Compute the number of bytes we will put in 'icmp_ip'. Truncate
351 * and icmp_ip. icmp_cksum gets filled later.
370 m_copydata(n, 0, datalen, (void *)&icp->icmp_ip);
523 icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) {
535 if (IN_MULTICAST(icp->icmp_ip.ip_dst.s_addr))
538 icmpsrc.sin_addr = icp->icmp_ip.ip_dst;
539 ctlfunc = inetsw[ip_protox[icp->icmp_ip.ip_p]].pr_ctlinput;
542 &icp->icmp_ip);
629 icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) {
642 icmpsrc.sin_addr = icp->icmp_ip.ip_dst;
655 IN_PRINT(buf, &icp->icmp_ip.ip_dst), i);
1182 mtu = ntohs(icp->icmp_ip.ip_len);
1185 mtu -= (icp->icmp_ip.ip_hl << 2);