Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dv6ionames.c16 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/illumos-gate/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)
/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c93 case IPPROTO_ROUTING: in inet_pkthash_ip_hdr_length_v6()
124 case IPPROTO_ROUTING: in inet_pkthash_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c479 case IPPROTO_ROUTING: in ip_hdr_length_nexthdr_v6()
513 case IPPROTO_ROUTING: in ip_hdr_length_nexthdr_v6()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2683 case IPPROTO_ROUTING: in ip_find_hdr_v6()
3093 case IPPROTO_ROUTING: in ipsec_needs_processing_v6()
3863 nexthdr == IPPROTO_ROUTING) { in ip_get_dst_v6()
3864 if (nexthdr == IPPROTO_ROUTING) in ip_get_dst_v6()
3948 case IPPROTO_ROUTING: in ip_source_routed_v6()
4069 if (nexthdr == IPPROTO_ROUTING) { in ip_fragment_v6()
4263 if (nexthdr == IPPROTO_ROUTING) { in ip_fraghdr_add_v6()
4569 *nxthdr_ptr = IPPROTO_ROUTING; in ip_build_hdrs_v6()
4609 if (ip6h->ip6_nxt == IPPROTO_ROUTING) in ip_find_rthdr_v6()
4638 case IPPROTO_ROUTING: in ip_find_rthdr_v6()
[all …]
H A Dip6_input.c2023 protocol != IPPROTO_DSTOPTS && protocol != IPPROTO_ROUTING && in ip_fanout_v6()
2055 case IPPROTO_ROUTING: in ip_fanout_v6()
2583 case IPPROTO_ROUTING: { in ip_fanout_v6()
H A Dipsecah.c2302 case IPPROTO_ROUTING: in ah_fix_phdr_v6()
2355 if (outbound && dsthdr->ip6d_nxt != IPPROTO_ROUTING && in ah_fix_phdr_v6()
3649 case IPPROTO_ROUTING: in ah_auth_in_done()
H A Dspd.c2721 case IPPROTO_ROUTING: in ipsec_init_inbound_sel()
2838 case IPPROTO_ROUTING: in ipsec_init_outbound_ports()
H A Dipsecesp.c2464 ipp.ipp_dstopts->ip6d_nxt != IPPROTO_ROUTING) { in esp_outbound()
/illumos-gate/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.c1777 case IPPROTO_ROUTING: in ipv6_header_len()
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h179 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c580 case IPPROTO_ROUTING: in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c533 case IPPROTO_ROUTING: in get_port_info()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1624 case IPPROTO_ROUTING: in mac_ip_hdr_length_v6()
1655 case IPPROTO_ROUTING: in mac_ip_hdr_length_v6()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c987 case IPPROTO_ROUTING: in IPv6_hdrlen()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h165 #define IPPROTO_ROUTING 43 /* Routing header for IPv6 */ macro
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c155 case IPPROTO_ROUTING: in flowacct_port_info()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2185 #ifndef IPPROTO_ROUTING
2186 # define IPPROTO_ROUTING 43 macro
/illumos-gate/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)
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2399 case IPPROTO_ROUTING: return ("IPPROTO_ROUTING"); in ipprotos()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1438 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }