Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c1105 optlen = hbhlen - 2; in tsol_find_secopt_v6()
1181 hbhlen = (ip6hbh[1] + 1) << 3; in tsol_remove_secopt_v6()
1208 ovbcopy(ip6hbh + hbhlen, ip6hbh, in tsol_remove_secopt_v6()
1209 buflen - (IPV6_HDR_LEN + hbhlen)); in tsol_remove_secopt_v6()
1212 return (-hbhlen); in tsol_remove_secopt_v6()
1217 after_secopt = ip6hbh + hbhlen; in tsol_remove_secopt_v6()
1312 pad_len = hbhlen - (2 + rawlen); in tsol_prepend_option_v6()
1320 ip6hbh[1] = (hbhlen >> 3) - 1; in tsol_prepend_option_v6()
1386 uint_t hbhlen; in tsol_check_label_v6() local
1423 hbhlen = (ip6hbh[1] + 1) << 3; in tsol_check_label_v6()
[all …]