/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | v6ionames.c | 16 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 57 #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 D | ip.sed.in | 59 SED_REPLACE(IPPROTO_ROUTING)
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2693 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 D | ip6_input.c | 2025 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 D | ipsecah.c | 2457 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 D | spd.c | 2720 case IPPROTO_ROUTING: in ipsec_init_inbound_sel() 2837 case IPPROTO_ROUTING: in ipsec_init_outbound_ports()
|
H A D | ipsecesp.c | 2706 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipsec.c | 194 proto == IPPROTO_ROUTING || proto == IPPROTO_FRAGMENT) { in interpret_ah()
|
H A D | snoop_ip.c | 412 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 D | snoop_filter.c | 287 case IPPROTO_ROUTING: in ip_proto_of() 337 case IPPROTO_ROUTING: in ip_hdr_len()
|
H A D | snoop_ether.c | 1775 case IPPROTO_ROUTING: in ipv6_header_len()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 517 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 D | traceroute_aux6.c | 582 case IPPROTO_ROUTING: in IPv6_hdrlen()
|
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 533 case IPPROTO_ROUTING: in get_port_info()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | in.h | 163 #define IPPROTO_ROUTING 43 /* Routing header for IPv6 */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 987 case IPPROTO_ROUTING: in IPv6_hdrlen()
|
/titanic_50/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct.c | 155 case IPPROTO_ROUTING: in flowacct_port_info()
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 2185 #ifndef IPPROTO_ROUTING 2186 # define IPPROTO_ROUTING 43 macro
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 262 { 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 D | codes.c | 2366 case IPPROTO_ROUTING: return ("IPPROTO_ROUTING"); in ipprotos()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 1438 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }
|