Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c214 const uchar_t *ip6hbh; in tsol_get_option_v6() local
227 optlen = (ip6hbh[1] + 1) << 3; in tsol_get_option_v6()
1106 optptr = ip6hbh + 2; in tsol_find_secopt_v6()
1207 next_hdr = ip6hbh[0]; in tsol_remove_secopt_v6()
1208 ovbcopy(ip6hbh + hbhlen, ip6hbh, in tsol_remove_secopt_v6()
1241 ip6hbh[1] -= delta/8; in tsol_remove_secopt_v6()
1294 ovbcopy(ip6hbh + 2, ip6hbh + 2 + optlen, in tsol_prepend_option_v6()
1303 ip6hbh[1] += optlen; in tsol_prepend_option_v6()
1314 ovbcopy(ip6hbh, ip6hbh + hbhlen, buflen - IPV6_HDR_LEN); in tsol_prepend_option_v6()
1315 ip6hbh[0] = ip6h->ip6_nxt; in tsol_prepend_option_v6()
[all …]
H A Digmp.c2451 ip6_hbh_t *ip6hbh; in mld_sendpkt() local
2476 ip6hbh = (struct ip6_hbh *)&ip6h[1]; in mld_sendpkt()
2477 ip6router = (struct ip6_opt_router *)&ip6hbh[1]; in mld_sendpkt()
2492 ip6hbh->ip6h_nxt = IPPROTO_ICMPV6; in mld_sendpkt()
2493 ip6hbh->ip6h_len = 0; in mld_sendpkt()
2529 ip6_hbh_t *ip6hbh; in mldv2_sendrpt() local
2633 ip6hbh = (ip6_hbh_t *)&(ip6h[1]); in mldv2_sendrpt()
2634 ip6router = (struct ip6_opt_router *)&(ip6hbh[1]); in mldv2_sendrpt()
2635 mld2r = (mld2r_t *)((uint8_t *)ip6hbh + optlen + padlen); in mldv2_sendrpt()
2645 ip6hbh->ip6h_nxt = IPPROTO_ICMPV6; in mldv2_sendrpt()
[all …]