Home
last modified time | relevance | path

Searched refs: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); in mac_ipv6_header() local
160 nxt_proto = &hdrptr->ip6d_nxt; in mac_ipv6_header()
162 hdrptr = (ip6_dest_t *)((uint8_t *)hdrptr + in mac_ipv6_header()
163 (8 * (hdrptr->ip6d_len + 1))); in mac_ipv6_header()
164 nxt_proto = &hdrptr->ip6d_nxt; in mac_ipv6_header()
260 ip6_dest_t *hdrptr = (ip6_dest_t *)whereptr; in mac_ipv6_pdata_verify() local
265 nexthdr = hdrptr->ip6d_nxt; in mac_ipv6_pdata_verify()
266 whereptr += 8 * (hdrptr->ip6d_len + 1); in mac_ipv6_pdata_verify()