Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6_input.c650 if (pkt_len < IPV6_HDR_LEN + MIN_EHDR_LEN) { in ill_input_short_v6()
657 rptr + IPV6_HDR_LEN + MIN_EHDR_LEN > mp->b_wptr) { in ill_input_short_v6()
658 ip6h = ip_pullup(mp, IPV6_HDR_LEN + MIN_EHDR_LEN, ira); in ill_input_short_v6()
2058 min_ulp_header_length = MIN_EHDR_LEN; in ip_fanout_v6()
2427 if (ira->ira_pktlen - ip_hdr_length < MIN_EHDR_LEN) in ip_fanout_v6()
2431 rptr + ip_hdr_length + MIN_EHDR_LEN > mp->b_wptr) { in ip_fanout_v6()
2432 ip6h = ip_pullup(mp, ip_hdr_length + MIN_EHDR_LEN, ira); in ip_fanout_v6()
2601 if (ira->ira_pktlen - ip_hdr_length < MIN_EHDR_LEN) in ip_fanout_v6()
2605 rptr + ip_hdr_length + MIN_EHDR_LEN > mp->b_wptr) { in ip_fanout_v6()
2606 ip6h = ip_pullup(mp, ip_hdr_length + MIN_EHDR_LEN, ira); in ip_fanout_v6()
H A Dip6.c2629 if (whereptr + MIN_EHDR_LEN > endptr) in ip_find_hdr_v6()
2773 if (whereptr + MIN_EHDR_LEN > endptr) in ip_hdr_length_nexthdr_v6()
3173 if (whereptr + MIN_EHDR_LEN > endptr) in ipsec_needs_processing_v6()
4039 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
4057 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
4727 if (ptr + MIN_EHDR_LEN > endptr) in ip_find_rthdr_v6()
H A Dtn_ipopt.c225 if (ip6hbh + MIN_EHDR_LEN > mp->b_wptr) in tsol_get_option_v6()
/titanic_50/usr/src/uts/common/inet/
H A Dip6.h104 #define MIN_EHDR_LEN 8 macro
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_util.c504 if (whereptr + MIN_EHDR_LEN > endptr) in mac_ip_hdr_length_v6()
H A Dmac_sched.c1812 if (remlen < MIN_EHDR_LEN) in mac_rx_srs_long_fanout()