Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2604 ip6_hbh_t *tmphopopts; in ip_find_hdr_v6() local
2629 tmphopopts = (ip6_hbh_t *)whereptr; in ip_find_hdr_v6()
2630 ehdrlen = 8 * (tmphopopts->ip6h_len + 1); in ip_find_hdr_v6()
2631 if ((uchar_t *)tmphopopts + ehdrlen > endptr) in ip_find_hdr_v6()
2633 nexthdr = tmphopopts->ip6h_nxt; in ip_find_hdr_v6()