/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | v6ionames.c | 21 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
|
/illumos-gate/usr/src/common/inet/ |
H A D | inet_hash.c | 85 case IPPROTO_DSTOPTS: in inet_pkthash_ip_hdr_length_v6() 123 case IPPROTO_DSTOPTS: in inet_pkthash_ip_hdr_length_v6()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 471 case IPPROTO_DSTOPTS: in ip_hdr_length_nexthdr_v6() 512 case IPPROTO_DSTOPTS: in ip_hdr_length_nexthdr_v6()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2665 case IPPROTO_DSTOPTS: in ip_find_hdr_v6() 2858 if (hdr_type != IPPROTO_DSTOPTS) in ip_process_options_v6() 2887 if (hdr_type != IPPROTO_DSTOPTS) { in ip_process_options_v6() 3077 case IPPROTO_DSTOPTS: in ipsec_needs_processing_v6() 3089 if (*nexthdrp == IPPROTO_DSTOPTS) in ipsec_needs_processing_v6() 3295 if (prev_nexthdr == IPPROTO_DSTOPTS) { in ip_input_fragment_v6() 3862 while (nexthdr == IPPROTO_HOPOPTS || nexthdr == IPPROTO_DSTOPTS || in ip_get_dst_v6() 3930 nexthdr == IPPROTO_DSTOPTS) { in ip_source_routed_v6() 4058 if (nexthdr == IPPROTO_DSTOPTS) { in ip_fragment_v6() 4250 if (nexthdr == IPPROTO_DSTOPTS) { in ip_fraghdr_add_v6() [all …]
|
H A D | ip6_input.c | 2026 protocol != IPPROTO_DSTOPTS && protocol != IPPROTO_ROUTING && in ip_fanout_v6() 2057 case IPPROTO_DSTOPTS: in ip_fanout_v6() 2404 case IPPROTO_DSTOPTS: { in ip_fanout_v6() 2464 ehdrlen - 2, IPPROTO_DSTOPTS, ira)) { in ip_fanout_v6()
|
H A D | ipsecah.c | 2165 ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS); in ah_fix_tlv_options_v6() 2339 case IPPROTO_DSTOPTS: in ah_fix_phdr_v6() 2361 IPPROTO_DSTOPTS, copy_always); in ah_fix_phdr_v6() 3644 case IPPROTO_DSTOPTS: in ah_auth_in_done()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipsec.c | 193 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ah()
|
H A D | snoop_ip.c | 412 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ipv6() 534 case IPPROTO_DSTOPTS: in print_ipv6_extensions() 722 case IPPROTO_DSTOPTS: return ("IPv6-DstOpts"); in getproto()
|
H A D | snoop_filter.c | 289 case IPPROTO_DSTOPTS: in ip_proto_of() 339 case IPPROTO_DSTOPTS: in ip_hdr_len()
|
H A D | snoop_ether.c | 1776 case IPPROTO_DSTOPTS: in ipv6_header_len()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | ip.sed.in | 66 SED_REPLACE(IPPROTO_DSTOPTS)
|
H A D | ip.d.in | 71 #pragma D binding "1.5" IPPROTO_DSTOPTS 72 inline int IPPROTO_DSTOPTS = @IPPROTO_DSTOPTS@; variable
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in.h | 196 #define IPPROTO_DSTOPTS 60 /* IP6 destination option */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 571 case IPPROTO_DSTOPTS: in IPv6_hdrlen()
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 526 case IPPROTO_DSTOPTS: in get_port_info()
|
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_parsing.c | 247 .ip6f_nxt = IPPROTO_DSTOPTS, in build_frag_v6()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 1511 case IPPROTO_DSTOPTS: in mac_ip_hdr_length_v6() 1549 case IPPROTO_DSTOPTS: in mac_ip_hdr_length_v6()
|
H A D | mac_provider.c | 1702 case IPPROTO_DSTOPTS: in mac_parse_is_ipv6eh()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 173 #define IPPROTO_DSTOPTS 60 /* Destination options */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 945 case IPPROTO_DSTOPTS: in IPv6_hdrlen()
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 148 case IPPROTO_DSTOPTS: in flowacct_port_info()
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2208 #ifndef IPPROTO_DSTOPTS 2209 # define IPPROTO_DSTOPTS 60 macro
|
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun.c | 918 ip6hp->ip6_nxt = IPPROTO_DSTOPTS; in iptun_headergen() 3002 newouter6->it6h_ip6h.ip6_nxt = IPPROTO_DSTOPTS; in iptun_insert_encaplimit()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 267 { IPPROTO_DSTOPTS, 0x000080 }, 434 case IPPROTO_DSTOPTS : 670 return frpr_ipv6exthdr(fin, 1, IPPROTO_DSTOPTS);
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 2647 case IPPROTO_DSTOPTS: return ("IPPROTO_DSTOPTS"); in ipprotos()
|