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

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

Completed in 51 milliseconds