Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/tcpdump/
H A Dipproto.h74 #ifndef IPPROTO_ROUTING
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
H A Dprint-ip6.c95 case IPPROTO_ROUTING: in ip6_finddst()
186 case IPPROTO_ROUTING: in nextproto6_cksum()
331 case IPPROTO_ROUTING: in ip6_print()
H A Dipproto.c36 { IPPROTO_ROUTING, "Routing" },
H A Dprint-icmp6.c1206 case IPPROTO_ROUTING: in get_upperlayer()
/freebsd-13.1/sbin/ipf/libipf/
H A Dv6ionames.c18 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/freebsd-13.1/cddl/lib/libdtrace/
H A Dip.d142 #pragma D binding "1.5" IPPROTO_ROUTING
143 inline short IPPROTO_ROUTING = 43; variable
185 proto == IPPROTO_ROUTING ? "ROUTING" :
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h42 #define NEXTHDR_ROUTING IPPROTO_ROUTING
/freebsd-13.1/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/freebsd-13.1/usr.bin/systat/
H A Dip6.c233 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
/freebsd-13.1/sys/netinet6/
H A Dip6_input.c1441 case IPPROTO_ROUTING: in ip6_savecontrol()
1471 case IPPROTO_ROUTING: in ip6_savecontrol()
1675 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Din6_proto.c259 .pr_protocol = IPPROTO_ROUTING,
H A Dicmp6.c962 case IPPROTO_ROUTING: in icmp6_notify_error()
/freebsd-13.1/sys/netinet/
H A Din.h181 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h904 #ifndef IPPROTO_ROUTING
905 # define IPPROTO_ROUTING 43 macro
H A Dfil.c220 { IPPROTO_ROUTING, 0x000004 },
509 case IPPROTO_ROUTING : in ipf_pr_ipv6hdr()
735 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING); in ipf_pr_routing6()
/freebsd-13.1/sys/netgraph/
H A Dng_checksum.c446 case IPPROTO_ROUTING: in checksum_ipv6()
/freebsd-13.1/sys/netgraph/netflow/
H A Dng_netflow.c857 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/freebsd-13.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c125 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/freebsd-13.1/sys/netipsec/
H A Dxform_ah.c493 case IPPROTO_ROUTING: in ah_massage_headers()
/freebsd-13.1/sys/net/altq/
H A Daltq_subr.c1319 case IPPROTO_ROUTING:
/freebsd-13.1/sbin/ipf/ipmon/
H A Dipmon.c1173 case IPPROTO_ROUTING : in print_ipflog()
/freebsd-13.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1200 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/freebsd-13.1/sbin/ping/
H A Dping6.c2684 case IPPROTO_ROUTING: in pr_retip()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_norm.c1234 case IPPROTO_ROUTING: in pf_normalize_ip6()
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y1630 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }

12