Searched refs:hbhlen (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 1092 uint_t hbhlen, /* Length of the hop-by-hop extension header */ 1105 optlen = hbhlen - 2; 1166 uint_t hbhlen; /* hop-by-hop extension header length */ local 1181 hbhlen = (ip6hbh[1] + 1) << 3; 1186 if (!tsol_find_secopt_v6(ip6hbh, hbhlen, &secopt, &after_secopt, 1208 ovbcopy(ip6hbh + hbhlen, ip6hbh, 1209 buflen - (IPV6_HDR_LEN + hbhlen)); 1210 ip6h->ip6_plen = htons(ntohs(ip6h->ip6_plen) - hbhlen); 1212 return (-hbhlen); 1217 after_secopt = ip6hbh + hbhlen; 1090 tsol_find_secopt_v6( const uchar_t *ip6hbh, uint_t hbhlen, uchar_t **secoptp, uchar_t **after_secoptp, boolean_t *hbh_needed) argument 1274 uint_t hbhlen; /* Length of the hop-by-hop extension header */ local 1386 uint_t hbhlen; local [all...] |
Completed in 401 milliseconds