Home
last modified time | relevance | path

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

12

/freebsd-12.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.c1201 case IPPROTO_ROUTING: in get_upperlayer()
/freebsd-12.1/contrib/ipfilter/lib/
H A Dv6ionames.c18 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/freebsd-12.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-12.1/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/freebsd-12.1/sys/netinet6/
H A Dip6_input.c1503 case IPPROTO_ROUTING: in ip6_savecontrol()
1551 case IPPROTO_ROUTING: in ip6_savecontrol()
1687 case IPPROTO_ROUTING: in ip6_pullexthdr()
1805 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Din6_proto.c263 .pr_protocol = IPPROTO_ROUTING,
H A Dicmp6.c940 case IPPROTO_ROUTING: in icmp6_notify_error()
/freebsd-12.1/usr.bin/systat/
H A Dip6.c231 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
/freebsd-12.1/sys/netinet/
H A Din.h181 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_compat.h937 #ifndef IPPROTO_ROUTING
938 # define IPPROTO_ROUTING 43 macro
H A Dfil.c224 { IPPROTO_ROUTING, 0x000004 },
516 case IPPROTO_ROUTING :
747 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING);
/freebsd-12.1/sys/netgraph/
H A Dng_checksum.c447 case IPPROTO_ROUTING: in checksum_ipv6()
/freebsd-12.1/sys/netgraph/netflow/
H A Dng_netflow.c852 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/freebsd-12.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c125 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/freebsd-12.1/sys/netipsec/
H A Dxform_ah.c520 case IPPROTO_ROUTING: in ah_massage_headers()
/freebsd-12.1/sys/net/altq/
H A Daltq_subr.c1318 case IPPROTO_ROUTING:
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1145 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipmon.c1190 case IPPROTO_ROUTING :
H A Dipf_y.y1630 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }
/freebsd-12.1/sys/netpfil/pf/
H A Dpf_norm.c1030 case IPPROTO_ROUTING: in pf_normalize_ip6()
/freebsd-12.1/sbin/ping6/
H A Dping6.c2639 case IPPROTO_ROUTING: in pr_retip()
/freebsd-12.1/contrib/libpcap/
H A Dgencode.c147 #ifndef IPPROTO_ROUTING
148 #define IPPROTO_ROUTING 43 macro
5904 s[i]->s.k = IPPROTO_ROUTING; in gen_protochain()

12