Searched refs:fraghdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2763 ip6_frag_t *fraghdr; local
2794 fraghdr = (ip6_frag_t *)whereptr;
2796 if ((uchar_t *)&fraghdr[1] > endptr)
2798 nexthdrp = &fraghdr->ip6f_nxt;
3295 ip6_frag_t *fraghdr, uint_t remlen, ip_recv_attr_t *ira)
3297 uint32_t ident = ntohl(fraghdr->ip6f_ident);
3300 uint8_t nexthdr = fraghdr->ip6f_nxt;
3342 offset = (uint16_t)((uchar_t *)&fraghdr[1] - mp->b_rptr);
3431 offset = ntohs(fraghdr->ip6f_offlg) & ~7;
3432 more_frags = (fraghdr
3294 ip_input_fragment_v6(mblk_t *mp, ip6_t *ip6h, ip6_frag_t *fraghdr, uint_t remlen, ip_recv_attr_t *ira) argument
4113 ip6_frag_t *fraghdr; local
4322 ip6_frag_t *fraghdr; local
4705 ip6_frag_t *fraghdr; local
[all...]
H A Dspd.c6266 ip6_frag_t *fraghdr; local
6340 fraghdr = ipp.ipp_fraghdr;
6363 i = IPSEC_FRAG_HASH_FUNC(fraghdr->ip6f_ident);
6374 ASSERT(fraghdr != NULL);
6376 if ((fep->itpfe_id == fraghdr->ip6f_ident) &&
6396 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK);
6399 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0;
6402 "is_last_frag = %d, id = %d, fraghdr = %p, mp = %p\n",
6403 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr,
[all...]
H A Dip6_input.c2497 ip6_frag_t *fraghdr; local
2510 fraghdr = (ip6_frag_t *)(rptr + ip_hdr_length);
2534 ip6h, fraghdr);
2558 mp = ip_input_fragment_v6(mp, ip6h, fraghdr,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c547 ip6_frag_t *fraghdr; local
593 fraghdr = (ip6_frag_t *)whereptr;
594 if ((uchar_t *)&fraghdr[1] > endptr)
596 nexthdr = fraghdr->ip6f_nxt;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c490 ip6_frag_t *fraghdr; local
525 fraghdr = (ip6_frag_t *)whereptr;
527 if ((uchar_t *)&fraghdr[1] > endptr)
529 nexthdrp = &fraghdr->ip6f_nxt;
531 *fragp = fraghdr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c952 ip6_frag_t *fraghdr; local
998 fraghdr = (ip6_frag_t *)whereptr;
999 if ((uchar_t *)&fraghdr[1] > endptr)
1001 nexthdr = fraghdr->ip6f_nxt;

Completed in 96 milliseconds