Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c2936 ipha_t *inner_ipha; in ip_fanout_v4() local
2962 inner_ipha = (ipha_t *)((uchar_t *)ipha + ip_hdr_length); in ip_fanout_v4()
2966 if ((IPH_HDR_VERSION(inner_ipha) != IPV4_VERSION)) { in ip_fanout_v4()
2972 if (IPH_HDR_LENGTH(inner_ipha) < sizeof (ipha_t)) { in ip_fanout_v4()
2978 if (inner_ipha->ipha_src != ipha->ipha_src || in ip_fanout_v4()
2979 inner_ipha->ipha_dst != ipha->ipha_dst) { in ip_fanout_v4()
2990 mp->b_rptr = (uchar_t *)inner_ipha; in ip_fanout_v4()
2991 ipha = inner_ipha; in ip_fanout_v4()
H A Dip.c2637 ipha_t *inner_ipha; /* Inner IP header */ in icmp_redirect_v4() local
2640 inner_ipha = (ipha_t *)&icmph[1]; in icmp_redirect_v4()
2642 dst = inner_ipha->ipha_dst; in icmp_redirect_v4()