Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c160 nxt_proto = &hdrptr->ip6d_nxt; in mac_ipv6_header()
164 nxt_proto = &hdrptr->ip6d_nxt; in mac_ipv6_header()
204 nexthdr = exthdrptr->ip6d_nxt; in mac_ipv6_header_info()
265 nexthdr = hdrptr->ip6d_nxt; in mac_ipv6_pdata_verify()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip6.h78 uint8_t ip6d_nxt; /* next header */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2670 nexthdr = tmpdstopts->ip6d_nxt; in ip_find_hdr_v6()
3091 nexthdrp = &desthdr->ip6d_nxt; in ipsec_needs_processing_v6()
3301 prev_nexthdr = dest_hdr->ip6d_nxt; in ip_input_fragment_v6()
4063 if (dest_hdr->ip6d_nxt == IPPROTO_ROUTING) { in ip_fragment_v6()
4065 nexthdr = dest_hdr->ip6d_nxt; in ip_fragment_v6()
4255 if (dest_hdr->ip6d_nxt == IPPROTO_ROUTING) { in ip_fraghdr_add_v6()
4257 nexthdr = dest_hdr->ip6d_nxt; in ip_fraghdr_add_v6()
4558 nxthdr_ptr = &dst->ip6d_nxt; in ip_build_hdrs_v6()
4582 nxthdr_ptr = &dest->ip6d_nxt; in ip_build_hdrs_v6()
4635 nexthdr = desthdr->ip6d_nxt; in ip_find_rthdr_v6()
[all …]
H A Dipsecah.c2355 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
2356 dsthdr->ip6d_nxt != IPPROTO_HOPOPTS) in ah_fix_phdr_v6()
2358 nexthdr = dsthdr->ip6d_nxt; in ah_fix_phdr_v6()
3646 nexthdr = &dsthdr->ip6d_nxt; in ah_auth_in_done()
H A Dipsecesp.c810 ipp.ipp_dstopts->ip6d_nxt = nexthdr; in esp_strip_header()
2464 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
H A Dip6_input.c2467 ira->ira_protocol = desthdr->ip6d_nxt; in ip_fanout_v6()
/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c91 nexthdrp = &desthdr->ip6d_nxt; in inet_pkthash_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c477 nexthdrp = &desthdr->ip6d_nxt; in ip_hdr_length_nexthdr_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c541 proto = ipv6ext_dest->ip6d_nxt; in print_ipv6_extensions()
1092 nxt_hdr = ipv6ext_dest->ip6d_nxt; in prt_dest_options()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c576 nexthdr = desthdr->ip6d_nxt; in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c531 nexthdrp = &desthdr->ip6d_nxt; in get_port_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c983 nexthdr = desthdr->ip6d_nxt; in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c153 nexthdrp = &desthdr->ip6d_nxt; in flowacct_port_info()
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c3004 newouter6->it6h_encaplim.iel_destopt.ip6d_nxt = outer6->ip6_nxt; in iptun_insert_encaplimit()
3080 ixa->ixa_protocol = v6hdrs->it6h_encaplim.iel_destopt.ip6d_nxt; in iptun_out_process_ipv6()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1622 nexthdrp = &desthdr->ip6d_nxt; in mac_ip_hdr_length_v6()