Symbol: IPV6_HDR_LEN
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
471
if (ilen >= ICMP6_MINLEN + IPV6_HDR_LEN +
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
611
if (ilen > ICMP6_MINLEN + IPV6_HDR_LEN) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
618
ICMP6_MINLEN + IPV6_HDR_LEN);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
331
hdrlen = IPV6_HDR_LEN;
usr/src/common/inet/inet_hash.c
273
if (((unsigned char *)ip6hp + IPV6_HDR_LEN > mp->b_wptr) ||
usr/src/common/inet/inet_hash.c
68
if (((uchar_t *)ip6h + IPV6_HDR_LEN) > endptr)
usr/src/common/inet/inet_hash.c
71
length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ilb/ilb.c
1919
pkt_len = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/conn_opt.c
2316
ip6h->ip6_plen = htons(hdrs_len - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/conn_opt.c
2420
ip6h->ip6_plen = htons(hdrs_len + data_length - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/icmp.c
1295
iph_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/icmp.c
2427
ASSERT(ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN == ixa->ixa_pktlen);
usr/src/uts/common/inet/ip/icmp.c
4068
ip6h->ip6_plen = htons((uint16_t)(pktlen - IPV6_HDR_LEN));
usr/src/uts/common/inet/ip/igmp.c
2087
exthdr_length = hdr_length - IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/igmp.c
2453
size_t size = IPV6_HDR_LEN + sizeof (mld_hdr_t);
usr/src/uts/common/inet/ip/igmp.c
2554
size = IPV6_HDR_LEN + optlen + padlen + icmpsize;
usr/src/uts/common/inet/ip/ip.c
12234
pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip.c
12316
ira->ira_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip.c
14574
ntohs(((ip6_t *)mp->b_rptr)->ip6_plen) + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip6.c
1339
len_needed = ipst->ips_ipv6_icmp_return - IPV6_HDR_LEN - len;
usr/src/uts/common/inet/ip/ip6.c
1349
mp1 = allocb(IPV6_HDR_LEN + len, BPRI_MED);
usr/src/uts/common/inet/ip/ip6.c
1368
mp1->b_wptr = (uchar_t *)ip6h + (IPV6_HDR_LEN + len);
usr/src/uts/common/inet/ip/ip6.c
1375
msg_len += IPV6_HDR_LEN + len;
usr/src/uts/common/inet/ip/ip6.c
1376
if (msg_len > IP_MAXPACKET + IPV6_HDR_LEN) {
usr/src/uts/common/inet/ip/ip6.c
1377
(void) adjmsg(mp, IP_MAXPACKET + IPV6_HDR_LEN - msg_len);
usr/src/uts/common/inet/ip/ip6.c
1378
msg_len = IP_MAXPACKET + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
1380
ip6h->ip6_plen = htons((uint16_t)(msgdsize(mp) - IPV6_HDR_LEN));
usr/src/uts/common/inet/ip/ip6.c
1499
size_t len_needed = IPV6_HDR_LEN + ICMP6_MINLEN;
usr/src/uts/common/inet/ip/ip6.c
1698
(ipst->ips_ipv6_icmp_return - IPV6_HDR_LEN - len)/8*8;
usr/src/uts/common/inet/ip/ip6.c
2612
length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
3060
length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
3768
ip6h->ip6_plen = htons((uint16_t)(packet_size - IPV6_HDR_LEN));
usr/src/uts/common/inet/ip/ip6.c
3926
ehdrlen = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
4037
ASSERT(ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN == pkt_len);
usr/src/uts/common/inet/ip/ip6.c
4155
unfragmentable_len - IPV6_HDR_LEN));
usr/src/uts/common/inet/ip/ip6.c
4412
len = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
447
if (ip_hdr_length != IPV6_HDR_LEN) {
usr/src/uts/common/inet/ip/ip6.c
450
for (i = 0; i < IPV6_HDR_LEN; i++) {
usr/src/uts/common/inet/ip/ip6.c
452
mp->b_rptr[IPV6_HDR_LEN - i - 1];
usr/src/uts/common/inet/ip/ip6.c
454
mp->b_rptr += (ip_hdr_length - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip6.c
458
i -= (ip_hdr_length - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip6.c
460
ip_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
461
ASSERT(ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN == msgdsize(mp));
usr/src/uts/common/inet/ip/ip6.c
4852
size = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
551
if ((uchar_t *)ip6h + IPV6_HDR_LEN > mp->b_wptr)
usr/src/uts/common/inet/ip/ip6.c
559
hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
886
if (mp->b_wptr - mp->b_rptr < IPV6_HDR_LEN)
usr/src/uts/common/inet/ip/ip6.c
894
hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6.c
947
hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_if.c
2401
uint_t ip_loopback_mtu_v6plus = IP_LOOPBACK_MTU + IPV6_HDR_LEN + 20;
usr/src/uts/common/inet/ip/ip6_input.c
1052
ira->ira_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_input.c
1053
ira->ira_ip_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_input.c
1123
ntohs(((ip6_t *)mp->b_rptr)->ip6_plen) + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip6_input.c
2002
ASSERT(ira->ira_pktlen == ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip6_input.c
2435
rptr + IPV6_HDR_LEN + ehdrlen > mp->b_wptr) {
usr/src/uts/common/inet/ip/ip6_input.c
2436
ip6h = ip_pullup(mp, IPV6_HDR_LEN + ehdrlen, ira);
usr/src/uts/common/inet/ip/ip6_input.c
2610
rptr + IPV6_HDR_LEN + ehdrlen > mp->b_wptr) {
usr/src/uts/common/inet/ip/ip6_input.c
2611
ip6h = ip_pullup(mp, IPV6_HDR_LEN + ehdrlen, ira);
usr/src/uts/common/inet/ip/ip6_input.c
294
if (!OK_32PTR(ip6h) || MBLKL(mp) < IPV6_HDR_LEN) {
usr/src/uts/common/inet/ip/ip6_input.c
295
mp = ip_check_and_align_header(mp, IPV6_HDR_LEN, &iras);
usr/src/uts/common/inet/ip/ip6_input.c
344
iras.ira_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_input.c
560
mp = ip_check_length(mp, rptr, len, pkt_len, IPV6_HDR_LEN, ira);
usr/src/uts/common/inet/ip/ip6_input.c
600
ira->ira_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_input.c
643
ira->ira_ip_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_input.c
649
if (pkt_len < IPV6_HDR_LEN + MIN_EHDR_LEN) {
usr/src/uts/common/inet/ip/ip6_input.c
656
rptr + IPV6_HDR_LEN + MIN_EHDR_LEN > mp->b_wptr) {
usr/src/uts/common/inet/ip/ip6_input.c
657
ip6h = ip_pullup(mp, IPV6_HDR_LEN + MIN_EHDR_LEN, ira);
usr/src/uts/common/inet/ip/ip6_input.c
668
if (pkt_len < IPV6_HDR_LEN + ehdrlen) {
usr/src/uts/common/inet/ip/ip6_input.c
675
rptr + IPV6_HDR_LEN + ehdrlen > mp->b_wptr) {
usr/src/uts/common/inet/ip/ip6_input.c
676
ip6h = ip_pullup(mp, IPV6_HDR_LEN + ehdrlen, ira);
usr/src/uts/common/inet/ip/ip6_input.c
977
ira->ira_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_output.c
132
ixa->ixa_pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_output.c
428
pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip6_output.c
490
pktlen = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip_ndp.c
1604
icmp6_t *icmp6 = (icmp6_t *)(mp->b_rptr + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
1889
icmp_nd = (icmp6_t *)(mp->b_rptr + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
1890
len = mp->b_wptr - mp->b_rptr - IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip_ndp.c
2115
icmp_nd = (icmp6_t *)(mp->b_rptr + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
2116
len = mp->b_wptr - mp->b_rptr - IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip_ndp.c
2310
icmp_nd = (icmp6_t *)(mp->b_rptr + IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
2319
len = mp->b_wptr - mp->b_rptr - IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip_ndp.c
2424
len = IPV6_HDR_LEN + sizeof (nd_neighbor_advert_t) + plen * 8;
usr/src/uts/common/inet/ip/ip_ndp.c
2447
ip6h->ip6_plen = htons(len - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
2455
opt = (nd_opt_hdr_t *)((uint8_t *)ip6h + IPV6_HDR_LEN +
usr/src/uts/common/inet/ip/ip_ndp.c
2508
ip6h->ip6_plen = htons(len - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/ip_ndp.c
3127
pkt_len = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ip_ndp.c
5264
pkt_len = ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ipsecah.c
2927
option_length = hdr_size - IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ipsecah.c
2971
*length_to_skip = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/ipsecah.c
3796
bcopy(ip6h, nip6h, IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/spd.c
2746
hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/spd.c
2862
hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/inet/ip/tn_ipopt.c
1209
buflen - (IPV6_HDR_LEN + hbhlen));
usr/src/uts/common/inet/ip/tn_ipopt.c
1295
buflen - (IPV6_HDR_LEN + 2));
usr/src/uts/common/inet/ip/tn_ipopt.c
1314
ovbcopy(ip6hbh, ip6hbh + hbhlen, buflen - IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/tnet.c
709
ASSERT(MBLKL(mp) >= IPV6_HDR_LEN);
usr/src/uts/common/inet/ip/tnet.c
781
(mp->b_rptr + IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp.c
1207
ip_hdr_length_v6(mp, ip6h) : IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_common.c
1016
ip6h->ip6_plen = htons(hdrs_len - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_common.c
409
ip6h->ip6_plen = htons(sum - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_cookie.c
686
iackip6h->ip6_plen = htons(ipsctplen + errlen - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_error.c
280
ahip6h->ip6_plen = htons(ixa->ixa_pktlen - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_error.c
385
if (ip_hdr_len > IPV6_HDR_LEN) {
usr/src/uts/common/inet/sctp/sctp_error.c
388
to = mp->b_rptr + ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_error.c
389
ovbcopy(ip6h, to, IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_error.c
390
mp->b_rptr += ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_error.c
391
ip_hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_error.c
396
ip6h->ip6_plen = htons(ahlen - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_error.c
429
ip6h->ip6_plen = htons(ixas.ixa_pktlen - IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_shutdown.c
295
if (ip_hdr_len > IPV6_HDR_LEN) {
usr/src/uts/common/inet/sctp/sctp_shutdown.c
298
to = mp->b_rptr + ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_shutdown.c
299
ovbcopy(ip6h, to, IPV6_HDR_LEN);
usr/src/uts/common/inet/sctp/sctp_shutdown.c
300
mp->b_rptr += ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_shutdown.c
301
ip_hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/inet/sctp/sctp_shutdown.c
305
ip6h->ip6_plen = htons(ixas.ixa_pktlen - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp.c
3353
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN))
usr/src/uts/common/inet/tcp/tcp_input.c
2343
ip6->ip6_plen = htons(total_hdr_len - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_input.c
702
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) + TCP_MIN_HEADER_LENGTH);
usr/src/uts/common/inet/tcp/tcp_output.c
1308
tcp->tcp_ip6h->ip6_plen = htons(plen - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2021
htons(len - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2061
tcp->tcp_ip6h->ip6_plen = htons(len - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2411
ip6h->ip6_plen = htons(total_hdr_len - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2433
IPV6_HDR_LEN - TCPOPT_REAL_TS_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2622
if (ip_hdr_len > IPV6_HDR_LEN) {
usr/src/uts/common/inet/tcp/tcp_output.c
2625
to = mp->b_rptr + ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/tcp/tcp_output.c
2626
ovbcopy(ip6h, to, IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2627
mp->b_rptr += ip_hdr_len - IPV6_HDR_LEN;
usr/src/uts/common/inet/tcp/tcp_output.c
2628
ip_hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/inet/tcp/tcp_output.c
2652
ip6h->ip6_plen = htons(len - IPV6_HDR_LEN);
usr/src/uts/common/inet/tcp/tcp_output.c
2664
ixa->ixa_ip_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/tcp/tcp_output.c
2889
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) - TCP_MIN_HEADER_LENGTH;
usr/src/uts/common/inet/tcp/tcp_output.c
3324
ip6->ip6_plen = htons(data_length - IPV6_HDR_LEN);
usr/src/uts/common/inet/udp/udp.c
1157
iph_hdr_length = IPV6_HDR_LEN;
usr/src/uts/common/inet/udp/udp.c
2183
ASSERT(ntohs(ip6h->ip6_plen) + IPV6_HDR_LEN == ixa->ixa_pktlen);
usr/src/uts/common/inet/udp/udp.c
310
#define UDP_MAXPACKET_IPV6 (IP_MAXPACKET - UDPH_SIZE - IPV6_HDR_LEN)
usr/src/uts/common/inet/udp/udp.c
3415
ip6h->ip6_plen = htons((uint16_t)(pktlen - IPV6_HDR_LEN));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1461
hdrs += IPV6_HDR_LEN;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7112
if (MBLKL(mp) < sizeof (ib_header_info_t) + IPV6_HDR_LEN) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7113
if (!pullupmsg(mp, IPV6_HDR_LEN +
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7132
IPV6_HDR_LEN + len + 4) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7134
IPV6_HDR_LEN + len + 4)) {
usr/src/uts/common/io/mac/mac_sched.c
1751
hdr_len = IPV6_HDR_LEN;
usr/src/uts/common/io/mac/mac_util.c
1079
(oiphlen - IPV6_HDR_LEN) + otcphlen + mss);
usr/src/uts/common/io/mac/mac_util.c
1153
(oiphlen - IPV6_HDR_LEN) + otcphlen + len);
usr/src/uts/common/io/mac/mac_util.c
1515
if (((uchar_t *)ip6h + IPV6_HDR_LEN) > endptr)
usr/src/uts/common/io/mac/mac_util.c
1518
length = IPV6_HDR_LEN;
usr/src/uts/common/io/mac/mac_util.c
2042
if (((unsigned char *)ip6hp + IPV6_HDR_LEN > mp->b_wptr) ||
usr/src/uts/common/io/mac/mac_util.c
969
(oiphlen - IPV6_HDR_LEN) + otcphlen + mss);
usr/src/uts/common/ipp/flowacct/flowacct.c
129
uint_t length = IPV6_HDR_LEN;
usr/src/uts/common/ipp/ipgpc/classifier.c
506
uint_t length = IPV6_HDR_LEN;
usr/src/uts/common/os/ip_cksum.c
461
length = IPV6_HDR_LEN;
usr/src/uts/common/sys/ib/clients/ibd/ibd.h
421
+ IPV6_HDR_LEN + sizeof (nd_neighbor_advert_t)); \