Home
last modified time | relevance | path

Searched refs:IPPROTO_DSTOPTS (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dv6ionames.c21 { IPPROTO_DSTOPTS, 0x000080, 0, "dstopts" },
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip6.c2675 case IPPROTO_DSTOPTS: in ip_find_hdr_v6()
2778 case IPPROTO_DSTOPTS: in ip_hdr_length_nexthdr_v6()
2814 case IPPROTO_DSTOPTS: in ip_hdr_length_nexthdr_v6()
2960 if (hdr_type != IPPROTO_DSTOPTS) in ip_process_options_v6()
2989 if (hdr_type != IPPROTO_DSTOPTS) { in ip_process_options_v6()
3178 case IPPROTO_DSTOPTS: in ipsec_needs_processing_v6()
3190 if (*nexthdrp == IPPROTO_DSTOPTS) in ipsec_needs_processing_v6()
3396 if (prev_nexthdr == IPPROTO_DSTOPTS) { in ip_input_fragment_v6()
3963 while (nexthdr == IPPROTO_HOPOPTS || nexthdr == IPPROTO_DSTOPTS || in ip_get_dst_v6()
4031 nexthdr == IPPROTO_DSTOPTS) { in ip_source_routed_v6()
[all …]
H A Dip6_input.c2025 protocol != IPPROTO_DSTOPTS || protocol != IPPROTO_ROUTING || in ip_fanout_v6()
2056 case IPPROTO_DSTOPTS: in ip_fanout_v6()
2408 case IPPROTO_DSTOPTS: { in ip_fanout_v6()
2468 ehdrlen - 2, IPPROTO_DSTOPTS, ira)) { in ip_fanout_v6()
H A Dipsecah.c2320 ASSERT(hdr_type == IPPROTO_DSTOPTS || hdr_type == IPPROTO_HOPOPTS); in ah_fix_tlv_options_v6()
2494 case IPPROTO_DSTOPTS: in ah_fix_phdr_v6()
2516 IPPROTO_DSTOPTS, copy_always); in ah_fix_phdr_v6()
3799 case IPPROTO_DSTOPTS: in ah_auth_in_done()
H A Dspd.c2721 case IPPROTO_DSTOPTS: in ipsec_init_inbound_sel()
2838 case IPPROTO_DSTOPTS: in ipsec_init_outbound_ports()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dip.sed.in66 SED_REPLACE(IPPROTO_DSTOPTS)
H A Dip.d.in71 #pragma D binding "1.5" IPPROTO_DSTOPTS
72 inline int IPPROTO_DSTOPTS = @IPPROTO_DSTOPTS@; variable
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c193 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ah()
H A Dsnoop_ip.c411 if (proto == IPPROTO_HOPOPTS || proto == IPPROTO_DSTOPTS || in interpret_ipv6()
533 case IPPROTO_DSTOPTS: in print_ipv6_extensions()
721 case IPPROTO_DSTOPTS: return ("IPv6-DstOpts"); in getproto()
H A Dsnoop_filter.c289 case IPPROTO_DSTOPTS: in ip_proto_of()
339 case IPPROTO_DSTOPTS: in ip_hdr_len()
H A Dsnoop_ether.c1774 case IPPROTO_DSTOPTS: in ipv6_header_len()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_util.c509 case IPPROTO_DSTOPTS: in mac_ip_hdr_length_v6()
547 case IPPROTO_DSTOPTS: in mac_ip_hdr_length_v6()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c573 case IPPROTO_DSTOPTS: in IPv6_hdrlen()
/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c526 case IPPROTO_DSTOPTS: in get_port_info()
/titanic_41/usr/src/uts/common/netinet/
H A Din.h170 #define IPPROTO_DSTOPTS 60 /* Destination options */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c976 case IPPROTO_DSTOPTS: in IPv6_hdrlen()
/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c148 case IPPROTO_DSTOPTS: in flowacct_port_info()
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2201 #ifndef IPPROTO_DSTOPTS
2202 # define IPPROTO_DSTOPTS 60 macro
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c917 ip6hp->ip6_nxt = IPPROTO_DSTOPTS; in iptun_headergen()
3000 newouter6->it6h_ip6h.ip6_nxt = IPPROTO_DSTOPTS; in iptun_insert_encaplimit()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c266 { IPPROTO_DSTOPTS, 0x000080 },
433 case IPPROTO_DSTOPTS :
669 return frpr_ipv6exthdr(fin, 1, IPPROTO_DSTOPTS);
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2363 case IPPROTO_DSTOPTS: return ("IPPROTO_DSTOPTS"); in ipprotos()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y1433 | IPFY_IPV6OPT_DSTOPTS { $$ = getv6optbyvalue(IPPROTO_DSTOPTS); }