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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c512 ip6_hbh_t *hbhhdr; local
520 hbhhdr = (ip6_hbh_t *)whereptr;
521 ehdrlen = 8 * (hbhhdr->ip6h_len + 1);
522 if ((uchar_t *)hbhhdr + ehdrlen > endptr)
524 nexthdrp = &hbhhdr->ip6h_nxt;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c949 ip6_hbh_t *hbhhdr; local
970 hbhhdr = (ip6_hbh_t *)whereptr;
971 exthdrlength = 8 * (hbhhdr->ip6h_len + 1);
972 if ((uchar_t *)hbhhdr + exthdrlength > endptr)
974 nexthdr = hbhhdr->ip6h_nxt;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c544 ip6_hbh_t *hbhhdr; local
565 hbhhdr = (ip6_hbh_t *)whereptr;
566 exthdrlength = 8 * (hbhhdr->ip6h_len + 1);
567 if ((uchar_t *)hbhhdr + exthdrlength > endptr)
569 nexthdr = hbhhdr->ip6h_nxt;
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c134 ip6_hbh_t *hbhhdr; local
142 hbhhdr = (ip6_hbh_t *)whereptr;
143 ehdrlen = 8 * (hbhhdr->ip6h_len + 1);
144 if ((uchar_t *)hbhhdr + ehdrlen > endptr)
146 nexthdrp = &hbhhdr->ip6h_nxt;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c646 ip6_hbh_t *hbhhdr; local
666 hbhhdr = (ip6_hbh_t *)&ip6h[1];
667 ehdrlen = 8 * (hbhhdr->ip6h_len + 1);
684 hbhhdr = (ip6_hbh_t *)&ip6h[1];
692 ira->ira_protocol = hbhhdr->ip6h_nxt;
694 optptr = (uint8_t *)&hbhhdr[1];
H A Dip6.c4021 ip6_hbh_t *hbhhdr; local
4044 hbhhdr = (ip6_hbh_t *)byteptr;
4045 nexthdr = hbhhdr->ip6h_nxt;
4046 ehdrlen = ehdrlen + 8 * (hbhhdr->ip6h_len + 1);
4945 ip6_hbh_t *hbhhdr; local
4961 hbhhdr = (ip6_hbh_t *)whereptr;
4962 nexthdr = hbhhdr->ip6h_nxt;
4963 ehdrlen = 8 * (hbhhdr->ip6h_len + 1);
H A Dipsecah.c2399 ip6_hbh_t *hbhhdr; local
2443 hbhhdr = (ip6_hbh_t *)oi_opt;
2444 nexthdr = hbhhdr->ip6h_nxt;
2445 ehdrlen = 8 * (hbhhdr->ip6h_len + 1);
2454 hbhhdr = (ip6_hbh_t *)pi_opt;
2455 prev_nexthdr = (uint8_t *)&hbhhdr->ip6h_nxt;
3758 ip6_hbh_t *hbhhdr; local
3795 hbhhdr = (ip6_hbh_t *)whereptr;
3796 nexthdr = &hbhhdr->ip6h_nxt;
3797 hdrlen = 8 * (hbhhdr
[all...]

Completed in 106 milliseconds