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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2612 ip6_dest_t *tmpdstopts; local
2676 tmpdstopts = (ip6_dest_t *)whereptr;
2677 ehdrlen = 8 * (tmpdstopts->ip6d_len + 1);
2678 if ((uchar_t *)tmpdstopts + ehdrlen > endptr)
2680 nexthdr = tmpdstopts->ip6d_nxt;
2689 ipp->ipp_dstopts = tmpdstopts;

Completed in 51 milliseconds