| /freebsd-12.1/contrib/tcpdump/ |
| H A D | ipproto.h | 74 #ifndef IPPROTO_ROUTING 75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
| H A D | print-ip6.c | 95 case IPPROTO_ROUTING: in ip6_finddst() 186 case IPPROTO_ROUTING: in nextproto6_cksum() 331 case IPPROTO_ROUTING: in ip6_print()
|
| H A D | ipproto.c | 36 { IPPROTO_ROUTING, "Routing" },
|
| H A D | print-icmp6.c | 1201 case IPPROTO_ROUTING: in get_upperlayer()
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | v6ionames.c | 18 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
|
| /freebsd-12.1/cddl/lib/libdtrace/ |
| H A D | ip.d | 142 #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 D | tcpmod.c | 136 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | ip6_input.c | 1503 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 D | in6_proto.c | 263 .pr_protocol = IPPROTO_ROUTING,
|
| H A D | icmp6.c | 940 case IPPROTO_ROUTING: in icmp6_notify_error()
|
| /freebsd-12.1/usr.bin/systat/ |
| H A D | ip6.c | 231 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | in.h | 181 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 937 #ifndef IPPROTO_ROUTING 938 # define IPPROTO_ROUTING 43 macro
|
| H A D | fil.c | 224 { 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 D | ng_checksum.c | 447 case IPPROTO_ROUTING: in checksum_ipv6()
|
| /freebsd-12.1/sys/netgraph/netflow/ |
| H A D | ng_netflow.c | 852 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
|
| /freebsd-12.1/sys/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 125 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | xform_ah.c | 520 case IPPROTO_ROUTING: in ah_massage_headers()
|
| /freebsd-12.1/sys/net/altq/ |
| H A D | altq_subr.c | 1318 case IPPROTO_ROUTING:
|
| /freebsd-12.1/sys/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 1145 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ipmon.c | 1190 case IPPROTO_ROUTING :
|
| H A D | ipf_y.y | 1630 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }
|
| /freebsd-12.1/sys/netpfil/pf/ |
| H A D | pf_norm.c | 1030 case IPPROTO_ROUTING: in pf_normalize_ip6()
|
| /freebsd-12.1/sbin/ping6/ |
| H A D | ping6.c | 2639 case IPPROTO_ROUTING: in pr_retip()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | gencode.c | 147 #ifndef IPPROTO_ROUTING 148 #define IPPROTO_ROUTING 43 macro 5904 s[i]->s.k = IPPROTO_ROUTING; in gen_protochain()
|