Lines Matching refs:icmp_ip
370 m_copydata(n, 0, datalen, (void *)&icp->icmp_ip); in icmp_error()
523 icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) { in _icmp_input()
535 if (IN_MULTICAST(icp->icmp_ip.ip_dst.s_addr)) in _icmp_input()
538 icmpsrc.sin_addr = icp->icmp_ip.ip_dst; in _icmp_input()
539 ctlfunc = inetsw[ip_protox[icp->icmp_ip.ip_p]].pr_ctlinput; in _icmp_input()
542 &icp->icmp_ip); in _icmp_input()
629 icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) { in _icmp_input()
642 icmpsrc.sin_addr = icp->icmp_ip.ip_dst; in _icmp_input()
655 IN_PRINT(buf, &icp->icmp_ip.ip_dst), i); in _icmp_input()
1186 mtu = ntohs(icp->icmp_ip.ip_len); in icmp_mtudisc()
1189 mtu -= (icp->icmp_ip.ip_hl << 2); in icmp_mtudisc()