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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2614 ip6_hbh_t *tmphopopts; local
2639 tmphopopts = (ip6_hbh_t *)whereptr;
2640 ehdrlen = 8 * (tmphopopts->ip6h_len + 1);
2641 if ((uchar_t *)tmphopopts + ehdrlen > endptr)
2643 nexthdr = tmphopopts->ip6h_nxt;

Completed in 66 milliseconds