Home
last modified time | relevance | path

Searched refs:ip6_frag_t (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c58 uint16_t *hdr_length, uint8_t *next_hdr, ip6_frag_t **fragp) in inet_pkthash_ip_hdr_length_v6()
66 ip6_frag_t *fraghdr; in inet_pkthash_ip_hdr_length_v6()
101 fraghdr = (ip6_frag_t *)whereptr; in inet_pkthash_ip_hdr_length_v6()
102 ehdrlen = sizeof (ip6_frag_t); in inet_pkthash_ip_hdr_length_v6()
263 ip6_frag_t *frag = NULL; in inet_pkt_hash()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c455 ip6_frag_t *fraghdr; in ip_hdr_length_nexthdr_v6()
487 fraghdr = (ip6_frag_t *)whereptr; in ip_hdr_length_nexthdr_v6()
488 ehdrlen = sizeof (ip6_frag_t); in ip_hdr_length_nexthdr_v6()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2605 ip6_frag_t *tmpfraghdr; in ip_find_hdr_v6()
2709 tmpfraghdr = (ip6_frag_t *)whereptr; in ip_find_hdr_v6()
2710 ehdrlen = sizeof (ip6_frag_t); in ip_find_hdr_v6()
3725 if (hdr_length < sizeof (ip6_frag_t)) { in ip_input_fragment_v6()
4012 ip6_frag_t *fraghdr; in ip_fragment_v6()
4085 unfragmentable_len += sizeof (ip6_frag_t); in ip_fragment_v6()
4152 sizeof (ip6_frag_t)); in ip_fragment_v6()
4221 ip6_frag_t *fraghdr; in ip_fraghdr_add_v6()
4604 ip6_frag_t *fraghdr; in ip_find_rthdr_v6()
4642 fraghdr = (ip6_frag_t *)ptr; in ip_find_rthdr_v6()
[all …]
H A Dip6_input.c2495 ip6_frag_t *fraghdr; in ip_fanout_v6()
2497 if (ira->ira_pktlen - ip_hdr_length < sizeof (ip6_frag_t)) in ip_fanout_v6()
2501 rptr + ip_hdr_length + sizeof (ip6_frag_t) > mp->b_wptr) { in ip_fanout_v6()
2503 ip_hdr_length + sizeof (ip6_frag_t), ira); in ip_fanout_v6()
2508 fraghdr = (ip6_frag_t *)(rptr + ip_hdr_length); in ip_fanout_v6()
2547 ip_hdr_length += sizeof (ip6_frag_t); in ip_fanout_v6()
H A Dip6_output.c1116 pktlen += sizeof (ip6_frag_t); in ire_send_wire_v6()
H A Dspd.c6274 ip6_frag_t *fraghdr; in ipsec_fragcache_add()
6492 ip6_frag_t *nfraghdr; in ipsec_fragcache_add()
H A Dip.c3903 pmtu -= sizeof (ip6_frag_t); in ip_get_pmtu()
12254 pktlen += sizeof (ip6_frag_t); in ip_output_post_ipsec()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h111 typedef struct ip6_frag ip6_frag_t; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c545 ip6_frag_t *fraghdr; in IPv6_hdrlen()
591 fraghdr = (ip6_frag_t *)whereptr; in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1589 uint8_t *next_hdr, ip6_frag_t **fragp) in mac_ip_hdr_length_v6()
1597 ip6_frag_t *fraghdr; in mac_ip_hdr_length_v6()
1632 fraghdr = (ip6_frag_t *)whereptr; in mac_ip_hdr_length_v6()
1633 ehdrlen = sizeof (ip6_frag_t); in mac_ip_hdr_length_v6()
2116 ip6_frag_t *frag = NULL; in mac_pkt_hash()
H A Dmac_protect.c811 ip6_frag_t *frag = NULL; in get_dhcpv6_info()
860 ip6_frag_t *frag = NULL; in get_ra_info()
H A Dmac_flow.c1970 ip6_frag_t *frag = NULL; in flow_ip_accept()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c952 ip6_frag_t *fraghdr; in IPv6_hdrlen()
998 fraghdr = (ip6_frag_t *)whereptr; in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h695 uint8_t *, ip6_frag_t **);
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2801 ip6_frag_t *ipp_fraghdr;
3276 extern mblk_t *ip_input_fragment_v6(mblk_t *, ip6_t *, ip6_frag_t *, uint_t,
3538 ip6_frag_t *);