Searched defs:hdrptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c159 ip6_dest_t *hdrptr = (ip6_dest_t *)(ip6hp + 1); local
160 nxt_proto = &hdrptr->ip6d_nxt;
162 hdrptr = (ip6_dest_t *)((uint8_t *)hdrptr +
163 (8 * (hdrptr->ip6d_len + 1)));
164 nxt_proto = &hdrptr->ip6d_nxt;
260 ip6_dest_t *hdrptr = (ip6_dest_t *)whereptr; local
265 nexthdr = hdrptr->ip6d_nxt;
266 whereptr += 8 * (hdrptr->ip6d_len + 1);

Completed in 56 milliseconds