Home
last modified time | relevance | path

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

12

/src/contrib/tcpdump/
H A Dipproto.h74 #ifndef IPPROTO_ROUTING
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
H A Dprint-ip6.c92 case IPPROTO_ROUTING: in ip6_finddst()
196 case IPPROTO_ROUTING: in nextproto6_cksum()
407 case IPPROTO_ROUTING: in ip6_print()
H A Dipproto.c34 { IPPROTO_ROUTING, "Routing" },
H A Dprint-icmp6.c1368 case IPPROTO_ROUTING: in get_upperlayer()
/src/sbin/ipf/libipf/
H A Dv6ionames.c17 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/src/cddl/lib/libdtrace/
H A Dip.d140 #pragma D binding "1.5" IPPROTO_ROUTING
141 inline short IPPROTO_ROUTING = 43; variable
183 proto == IPPROTO_ROUTING ? "ROUTING" :
/src/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h40 #define NEXTHDR_ROUTING IPPROTO_ROUTING
/src/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/src/sys/netinet6/
H A Dip6_input.c298 IP6PROTO_REGISTER(IPPROTO_ROUTING, route6_input, NULL); in ip6_init()
1423 case IPPROTO_ROUTING: in ip6_savecontrol()
1452 case IPPROTO_ROUTING: in ip6_savecontrol()
1656 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Dicmp6.c983 case IPPROTO_ROUTING: in icmp6_notify_error()
H A Dip6_output.c594 IPPROTO_ROUTING); in ip6_output()
/src/usr.bin/systat/
H A Dip6.c227 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
/src/sys/netinet/
H A Din.h178 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/src/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h893 #ifndef IPPROTO_ROUTING
894 # define IPPROTO_ROUTING 43 macro
H A Dfil.c214 { IPPROTO_ROUTING, 0x000004 },
511 case IPPROTO_ROUTING : in ipf_pr_ipv6hdr()
736 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING); in ipf_pr_routing6()
/src/sys/netgraph/
H A Dng_checksum.c444 case IPPROTO_ROUTING: in checksum_ipv6()
/src/sys/netgraph/netflow/
H A Dng_netflow.c868 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/src/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/src/sys/netipsec/
H A Dxform_ah.c496 case IPPROTO_ROUTING: in ah_massage_headers()
/src/sys/net/altq/
H A Daltq_subr.c1285 case IPPROTO_ROUTING:
/src/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1199 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/src/sbin/ipf/ipmon/
H A Dipmon.c1162 case IPPROTO_ROUTING : in print_ipflog()
/src/sbin/ping/
H A Dping6.c2582 case IPPROTO_ROUTING: in pr_retip()
/src/sbin/ipf/common/
H A Dipf_y.y1629 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }
/src/contrib/libpcap/
H A Dgencode.c133 #ifndef IPPROTO_ROUTING
134 #define IPPROTO_ROUTING 43 macro
6328 s[i]->s.k = IPPROTO_ROUTING; in gen_protochain()

12