Symbol: ip6_frag_t
usr/src/cmd/cmd-inet/usr.sbin/ping/ping_aux6.c
919
ip6_frag_t *fraghdr;
usr/src/cmd/cmd-inet/usr.sbin/ping/ping_aux6.c
965
fraghdr = (ip6_frag_t *)whereptr;
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
545
ip6_frag_t *fraghdr;
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute_aux6.c
591
fraghdr = (ip6_frag_t *)whereptr;
usr/src/common/inet/inet_hash.c
101
fraghdr = (ip6_frag_t *)whereptr;
usr/src/common/inet/inet_hash.c
102
ehdrlen = sizeof (ip6_frag_t);
usr/src/common/inet/inet_hash.c
263
ip6_frag_t *frag = NULL;
usr/src/common/inet/inet_hash.c
58
uint16_t *hdr_length, uint8_t *next_hdr, ip6_frag_t **fragp)
usr/src/common/inet/inet_hash.c
66
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip.h
2802
ip6_frag_t *ipp_fraghdr;
usr/src/uts/common/inet/ip.h
3277
extern mblk_t *ip_input_fragment_v6(mblk_t *, ip6_t *, ip6_frag_t *, uint_t,
usr/src/uts/common/inet/ip.h
3541
ip6_frag_t *);
usr/src/uts/common/inet/ip/ip.c
12273
pktlen += sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip.c
3908
pmtu -= sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
2605
ip6_frag_t *tmpfraghdr;
usr/src/uts/common/inet/ip/ip6.c
2709
tmpfraghdr = (ip6_frag_t *)whereptr;
usr/src/uts/common/inet/ip/ip6.c
2710
ehdrlen = sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
3194
ip6_frag_t *fraghdr, uint_t remlen, ip_recv_attr_t *ira)
usr/src/uts/common/inet/ip/ip6.c
3725
if (hdr_length < sizeof (ip6_frag_t)) {
usr/src/uts/common/inet/ip/ip6.c
3761
mp->b_wptr = mp->b_rptr + hdr_length - sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
3775
ira->ira_ip_hdr_length = hdr_length - sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
4012
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip/ip6.c
4085
unfragmentable_len += sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
4151
fraghdr = (ip6_frag_t *)(hmp0->b_rptr + unfragmentable_len -
usr/src/uts/common/inet/ip/ip6.c
4152
sizeof (ip6_frag_t));
usr/src/uts/common/inet/ip/ip6.c
4221
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip/ip6.c
4281
hmp = allocb_tmpl(unfragmentable_len + sizeof (ip6_frag_t) +
usr/src/uts/common/inet/ip/ip6.c
4292
hmp->b_wptr = hmp->b_rptr + unfragmentable_len + sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6.c
4295
fraghdr = (ip6_frag_t *)(hmp->b_rptr + unfragmentable_len);
usr/src/uts/common/inet/ip/ip6.c
4298
fip6h->ip6_plen = htons(ntohs(fip6h->ip6_plen) + sizeof (ip6_frag_t));
usr/src/uts/common/inet/ip/ip6.c
4604
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip/ip6.c
4642
fraghdr = (ip6_frag_t *)ptr;
usr/src/uts/common/inet/ip/ip6.c
4643
hdrlen = sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6_input.c
2491
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip/ip6_input.c
2493
if (ira->ira_pktlen - ip_hdr_length < sizeof (ip6_frag_t))
usr/src/uts/common/inet/ip/ip6_input.c
2497
rptr + ip_hdr_length + sizeof (ip6_frag_t) > mp->b_wptr) {
usr/src/uts/common/inet/ip/ip6_input.c
2499
ip_hdr_length + sizeof (ip6_frag_t), ira);
usr/src/uts/common/inet/ip/ip6_input.c
2504
fraghdr = (ip6_frag_t *)(rptr + ip_hdr_length);
usr/src/uts/common/inet/ip/ip6_input.c
2543
ip_hdr_length += sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/ip6_output.c
1113
pktlen += sizeof (ip6_frag_t);
usr/src/uts/common/inet/ip/spd.c
6274
ip6_frag_t *fraghdr;
usr/src/uts/common/inet/ip/spd.c
6492
ip6_frag_t *nfraghdr;
usr/src/uts/common/io/mac/mac_flow.c
1969
ip6_frag_t *frag = NULL;
usr/src/uts/common/io/mac/mac_protect.c
811
ip6_frag_t *frag = NULL;
usr/src/uts/common/io/mac/mac_protect.c
860
ip6_frag_t *frag = NULL;
usr/src/uts/common/io/mac/mac_util.c
1505
uint8_t *next_hdr, ip6_frag_t **fragp)
usr/src/uts/common/io/mac/mac_util.c
1513
ip6_frag_t *fraghdr;
usr/src/uts/common/io/mac/mac_util.c
1548
fraghdr = (ip6_frag_t *)whereptr;
usr/src/uts/common/io/mac/mac_util.c
1549
ehdrlen = sizeof (ip6_frag_t);
usr/src/uts/common/io/mac/mac_util.c
2032
ip6_frag_t *frag = NULL;
usr/src/uts/common/os/ip_cksum.c
457
ip6_frag_t *fraghdr;
usr/src/uts/common/os/ip_cksum.c
489
fraghdr = (ip6_frag_t *)whereptr;
usr/src/uts/common/os/ip_cksum.c
490
ehdrlen = sizeof (ip6_frag_t);
usr/src/uts/common/sys/mac_impl.h
698
uint8_t *, ip6_frag_t **);