Home
last modified time | relevance | path

Searched refs:in_ipha (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c1988 icmp_inbound_self_encap_error_v4(mblk_t *mp, ipha_t *ipha, ipha_t *in_ipha) in icmp_inbound_self_encap_error_v4() argument
2001 length = msgdsize(mp) - ((uchar_t *)in_ipha - mp->b_rptr); in icmp_inbound_self_encap_error_v4()
2007 bcopy((uchar_t *)in_ipha, (uchar_t *)ipha, length); in icmp_inbound_self_encap_error_v4()
2010 mp->b_wptr -= (uchar_t *)in_ipha - (uchar_t *)ipha; in icmp_inbound_self_encap_error_v4()
2217 ipha_t *in_ipha; in icmp_inbound_error_fanout_v4() local
2228 in_ipha = (ipha_t *)((uchar_t *)ipha + hdr_length); in icmp_inbound_error_fanout_v4()
2229 if ((IPH_HDR_VERSION(in_ipha) != IPV4_VERSION)) { in icmp_inbound_error_fanout_v4()
2232 if (IPH_HDR_LENGTH(in_ipha) < sizeof (ipha_t)) { in icmp_inbound_error_fanout_v4()
2236 if (in_ipha->ipha_src == ipha->ipha_src && in icmp_inbound_error_fanout_v4()
2237 in_ipha->ipha_dst == ipha->ipha_dst) { in icmp_inbound_error_fanout_v4()
[all …]