Searched refs:fraghdr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 547 ip6_frag_t *fraghdr; in IPv6_hdrlen() local 593 fraghdr = (ip6_frag_t *)whereptr; in IPv6_hdrlen() 594 if ((uchar_t *)&fraghdr[1] > endptr) in IPv6_hdrlen() 596 nexthdr = fraghdr->ip6f_nxt; in IPv6_hdrlen()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2763 ip6_frag_t *fraghdr; in ip_hdr_length_nexthdr_v6() local 2794 fraghdr = (ip6_frag_t *)whereptr; in ip_hdr_length_nexthdr_v6() 2796 if ((uchar_t *)&fraghdr[1] > endptr) in ip_hdr_length_nexthdr_v6() 2798 nexthdrp = &fraghdr->ip6f_nxt; in ip_hdr_length_nexthdr_v6() 3295 ip6_frag_t *fraghdr, uint_t remlen, ip_recv_attr_t *ira) in ip_input_fragment_v6() argument 3297 uint32_t ident = ntohl(fraghdr->ip6f_ident); in ip_input_fragment_v6() 3300 uint8_t nexthdr = fraghdr->ip6f_nxt; in ip_input_fragment_v6() 3342 offset = (uint16_t)((uchar_t *)&fraghdr[1] - mp->b_rptr); in ip_input_fragment_v6() 3431 offset = ntohs(fraghdr->ip6f_offlg) & ~7; in ip_input_fragment_v6() 3432 more_frags = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG); in ip_input_fragment_v6() [all …]
|
H A D | spd.c | 6266 ip6_frag_t *fraghdr; in ipsec_fragcache_add() local 6340 fraghdr = ipp.ipp_fraghdr; in ipsec_fragcache_add() 6363 i = IPSEC_FRAG_HASH_FUNC(fraghdr->ip6f_ident); in ipsec_fragcache_add() 6374 ASSERT(fraghdr != NULL); in ipsec_fragcache_add() 6376 if ((fep->itpfe_id == fraghdr->ip6f_ident) && in ipsec_fragcache_add() 6396 firstbyte = ntohs(fraghdr->ip6f_offlg & IP6F_OFF_MASK); in ipsec_fragcache_add() 6399 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0; in ipsec_fragcache_add() 6403 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr, in ipsec_fragcache_add() 6455 fep->itpfe_id = fraghdr->ip6f_ident; in ipsec_fragcache_add() 6745 fraghdr = ipp.ipp_fraghdr; in ipsec_fragcache_add() [all …]
|
H A D | ip6_input.c | 2497 ip6_frag_t *fraghdr; in ip_fanout_v6() local 2510 fraghdr = (ip6_frag_t *)(rptr + ip_hdr_length); in ip_fanout_v6() 2534 ip6h, fraghdr); in ip_fanout_v6() 2558 mp = ip_input_fragment_v6(mp, ip6h, fraghdr, in ip_fanout_v6()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 952 ip6_frag_t *fraghdr; in IPv6_hdrlen() local 998 fraghdr = (ip6_frag_t *)whereptr; in IPv6_hdrlen() 999 if ((uchar_t *)&fraghdr[1] > endptr) in IPv6_hdrlen() 1001 nexthdr = fraghdr->ip6f_nxt; in IPv6_hdrlen()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 490 ip6_frag_t *fraghdr; in mac_ip_hdr_length_v6() local 525 fraghdr = (ip6_frag_t *)whereptr; in mac_ip_hdr_length_v6() 527 if ((uchar_t *)&fraghdr[1] > endptr) in mac_ip_hdr_length_v6() 529 nexthdrp = &fraghdr->ip6f_nxt; in mac_ip_hdr_length_v6() 531 *fragp = fraghdr; in mac_ip_hdr_length_v6()
|