Searched refs:ip6hbh (Results 1 – 2 of 2) sorted by relevance
214 const uchar_t *ip6hbh; in tsol_get_option_v6() local224 ip6hbh = (const uchar_t *)&ip6h[1]; in tsol_get_option_v6()225 if (ip6hbh + MIN_EHDR_LEN > mp->b_wptr) in tsol_get_option_v6()227 optlen = (ip6hbh[1] + 1) << 3; in tsol_get_option_v6()228 if (ip6hbh + optlen > mp->b_wptr) in tsol_get_option_v6()230 if (!tsol_find_secopt_v6(ip6hbh, optlen, in tsol_get_option_v6()1091 const uchar_t *ip6hbh, /* Start of the hop-by-hop extension header */ in tsol_find_secopt_v6() argument1106 optptr = ip6hbh + 2; in tsol_find_secopt_v6()1165 uchar_t *ip6hbh; /* hop-by-hop header */ in tsol_remove_secopt_v6() local1180 ip6hbh = (uchar_t *)&ip6h[1]; in tsol_remove_secopt_v6()[all …]
2452 ip6_hbh_t *ip6hbh; in mld_sendpkt() local2477 ip6hbh = (struct ip6_hbh *)&ip6h[1]; in mld_sendpkt()2478 ip6router = (struct ip6_opt_router *)&ip6hbh[1]; in mld_sendpkt()2483 mldh = (mld_hdr_t *)((uint8_t *)ip6hbh + router_alert_length); in mld_sendpkt()2493 ip6hbh->ip6h_nxt = IPPROTO_ICMPV6; in mld_sendpkt()2494 ip6hbh->ip6h_len = 0; in mld_sendpkt()2530 ip6_hbh_t *ip6hbh; in mldv2_sendrpt() local2634 ip6hbh = (ip6_hbh_t *)&(ip6h[1]); in mldv2_sendrpt()2635 ip6router = (struct ip6_opt_router *)&(ip6hbh[1]); in mldv2_sendrpt()2636 mld2r = (mld2r_t *)((uint8_t *)ip6hbh + optlen + padlen); in mldv2_sendrpt()[all …]