Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3922 uint8_t *byteptr; in ip_source_routed_v6() local
3931 byteptr = (uint8_t *)ip6h + ehdrlen; in ip_source_routed_v6()
3938 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
3943 hbhhdr = (ip6_hbh_t *)byteptr; in ip_source_routed_v6()
3949 byteptr = (uint8_t *)ip6h + ehdrlen; in ip_source_routed_v6()
3956 if (byteptr + MIN_EHDR_LEN > mp->b_wptr) { in ip_source_routed_v6()
3961 rthdr = (ip6_rthdr0_t *)byteptr; in ip_source_routed_v6()