Searched refs:IPPROTO_ROUTING (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | ipproto.h | 74 #ifndef IPPROTO_ROUTING 75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
|
| HD | print-ip6.c | 92 case IPPROTO_ROUTING: in ip6_finddst() 196 case IPPROTO_ROUTING: in nextproto6_cksum() 405 case IPPROTO_ROUTING: in ip6_print()
|
| HD | ipproto.c | 34 { IPPROTO_ROUTING, "Routing" },
|
| HD | print-icmp6.c | 1354 case IPPROTO_ROUTING: in get_upperlayer()
|
| /freebsd-13-stable/sbin/ipf/libipf/ |
| HD | v6ionames.c | 17 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
|
| /freebsd-13-stable/cddl/lib/libdtrace/ |
| HD | ip.d | 140 #pragma D binding "1.5" IPPROTO_ROUTING 141 inline short IPPROTO_ROUTING = 43; variable 183 proto == IPPROTO_ROUTING ? "ROUTING" :
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/net/ |
| HD | ipv6.h | 40 #define NEXTHDR_ROUTING IPPROTO_ROUTING
|
| /freebsd-13-stable/sys/netpfil/ipfw/pmod/ |
| HD | tcpmod.c | 134 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
|
| /freebsd-13-stable/usr.bin/systat/ |
| HD | ip6.c | 230 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | ip6_input.c | 1457 case IPPROTO_ROUTING: in ip6_savecontrol() 1487 case IPPROTO_ROUTING: in ip6_savecontrol() 1691 case IPPROTO_ROUTING: in ip6_nexthdr()
|
| HD | in6_proto.c | 257 .pr_protocol = IPPROTO_ROUTING,
|
| HD | icmp6.c | 954 case IPPROTO_ROUTING: in icmp6_notify_error()
|
| HD | ip6_output.c | 625 IPPROTO_ROUTING); in ip6_output()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | in.h | 180 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
|
| /freebsd-13-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_compat.h | 903 #ifndef IPPROTO_ROUTING 904 # define IPPROTO_ROUTING 43 macro
|
| HD | fil.c | 218 { IPPROTO_ROUTING, 0x000004 }, 507 case IPPROTO_ROUTING : in ipf_pr_ipv6hdr() 733 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING); in ipf_pr_routing6()
|
| /freebsd-13-stable/sys/netgraph/ |
| HD | ng_checksum.c | 444 case IPPROTO_ROUTING: in checksum_ipv6()
|
| /freebsd-13-stable/sys/netgraph/netflow/ |
| HD | ng_netflow.c | 855 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
|
| /freebsd-13-stable/sys/netipsec/ |
| HD | xform_ah.c | 495 case IPPROTO_ROUTING: in ah_massage_headers()
|
| /freebsd-13-stable/sys/netpfil/ipfw/nptv6/ |
| HD | nptv6.c | 123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
|
| /freebsd-13-stable/sys/net/altq/ |
| HD | altq_subr.c | 1318 case IPPROTO_ROUTING:
|
| /freebsd-13-stable/sys/netpfil/ipfw/nat64/ |
| HD | nat64_translate.c | 1198 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
|
| /freebsd-13-stable/sbin/ipf/ipmon/ |
| HD | ipmon.c | 1172 case IPPROTO_ROUTING : in print_ipflog()
|
| /freebsd-13-stable/sbin/ping/ |
| HD | ping6.c | 2694 case IPPROTO_ROUTING: in pr_retip()
|
| /freebsd-13-stable/sys/netpfil/pf/ |
| HD | pf_norm.c | 1239 case IPPROTO_ROUTING: in pf_normalize_ip6()
|
12