Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c4023 uint8_t *byteptr; in ip_source_routed_v6() local
4032 byteptr = (uint8_t *)ip6h + ehdrlen; in ip_source_routed_v6()
4039 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
4044 hbhhdr = (ip6_hbh_t *)byteptr; in ip_source_routed_v6()
4050 byteptr = (uint8_t *)ip6h + ehdrlen; in ip_source_routed_v6()
4057 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
4062 rthdr = (ip6_rthdr0_t *)byteptr; in ip_source_routed_v6()