Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dv6ionames.c16 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/titanic_50/usr/src/lib/libdtrace/common/
H A Dip.d.in57 #pragma D binding "1.5" IPPROTO_ROUTING
58 inline int IPPROTO_ROUTING = @IPPROTO_ROUTING@; variable
327 I->ipha_protocol == IPPROTO_ROUTING ? "ROUTE" :
360 I->ip6_ctlun.ip6_un1.ip6_un1_nxt == IPPROTO_ROUTING ? "ROUTE" :
H A Dip.sed.in59 SED_REPLACE(IPPROTO_ROUTING)
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c2693 case IPPROTO_ROUTING: in ip_find_hdr_v6()
2786 case IPPROTO_ROUTING: in ip_hdr_length_nexthdr_v6()
2815 case IPPROTO_ROUTING: in ip_hdr_length_nexthdr_v6()
3194 case IPPROTO_ROUTING: in ipsec_needs_processing_v6()
3407 if (prev_nexthdr == IPPROTO_ROUTING) { in ip_input_fragment_v6()
3964 nexthdr == IPPROTO_ROUTING) { in ip_get_dst_v6()
3965 if (nexthdr == IPPROTO_ROUTING) in ip_get_dst_v6()
4049 case IPPROTO_ROUTING: in ip_source_routed_v6()
4164 if (dest_hdr->ip6d_nxt == IPPROTO_ROUTING) { in ip_fragment_v6()
4170 if (nexthdr == IPPROTO_ROUTING) { in ip_fragment_v6()
[all …]
H A Dip6_input.c2025 protocol != IPPROTO_DSTOPTS || protocol != IPPROTO_ROUTING || in ip_fanout_v6()
2057 case IPPROTO_ROUTING: in ip_fanout_v6()
2585 case IPPROTO_ROUTING: { in ip_fanout_v6()
H A Dipsecah.c2457 case IPPROTO_ROUTING: in ah_fix_phdr_v6()
2510 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
3804 case IPPROTO_ROUTING: in ah_auth_in_done()
H A Dspd.c2720 case IPPROTO_ROUTING: in ipsec_init_inbound_sel()
2837 case IPPROTO_ROUTING: in ipsec_init_outbound_ports()
H A Dipsecesp.c2706 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipsec.c194 proto == IPPROTO_ROUTING || proto == IPPROTO_FRAGMENT) { in interpret_ah()
H A Dsnoop_ip.c412 proto == IPPROTO_ROUTING || proto == IPPROTO_FRAGMENT) { in interpret_ipv6()
543 case IPPROTO_ROUTING: in print_ipv6_extensions()
713 case IPPROTO_ROUTING: return ("IPv6-Route"); in getproto()
H A Dsnoop_filter.c287 case IPPROTO_ROUTING: in ip_proto_of()
337 case IPPROTO_ROUTING: in ip_hdr_len()
H A Dsnoop_ether.c1775 case IPPROTO_ROUTING: in ipv6_header_len()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_util.c517 case IPPROTO_ROUTING: in mac_ip_hdr_length_v6()
548 case IPPROTO_ROUTING: in mac_ip_hdr_length_v6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c582 case IPPROTO_ROUTING: in IPv6_hdrlen()
/titanic_50/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c533 case IPPROTO_ROUTING: in get_port_info()
/titanic_50/usr/src/uts/common/netinet/
H A Din.h163 #define IPPROTO_ROUTING 43 /* Routing header for IPv6 */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c987 case IPPROTO_ROUTING: in IPv6_hdrlen()
/titanic_50/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c155 case IPPROTO_ROUTING: in flowacct_port_info()
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2185 #ifndef IPPROTO_ROUTING
2186 # define IPPROTO_ROUTING 43 macro
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c262 { IPPROTO_ROUTING, 0x000004 },
438 case IPPROTO_ROUTING :
587 if (frpr_ipv6exthdr(fin, 0, IPPROTO_ROUTING) == IPPROTO_NONE)
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c2366 case IPPROTO_ROUTING: return ("IPPROTO_ROUTING"); in ipprotos()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipf_y.y1438 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }