Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/tcpdump/
HDipproto.h74 #ifndef IPPROTO_ROUTING
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
HDprint-ip6.c92 case IPPROTO_ROUTING: in ip6_finddst()
196 case IPPROTO_ROUTING: in nextproto6_cksum()
405 case IPPROTO_ROUTING: in ip6_print()
HDipproto.c34 { IPPROTO_ROUTING, "Routing" },
HDprint-icmp6.c1354 case IPPROTO_ROUTING: in get_upperlayer()
/freebsd-13-stable/sbin/ipf/libipf/
HDv6ionames.c17 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/freebsd-13-stable/cddl/lib/libdtrace/
HDip.d140 #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/
HDipv6.h40 #define NEXTHDR_ROUTING IPPROTO_ROUTING
/freebsd-13-stable/sys/netpfil/ipfw/pmod/
HDtcpmod.c134 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/freebsd-13-stable/usr.bin/systat/
HDip6.c230 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
/freebsd-13-stable/sys/netinet6/
HDip6_input.c1457 case IPPROTO_ROUTING: in ip6_savecontrol()
1487 case IPPROTO_ROUTING: in ip6_savecontrol()
1691 case IPPROTO_ROUTING: in ip6_nexthdr()
HDin6_proto.c257 .pr_protocol = IPPROTO_ROUTING,
HDicmp6.c954 case IPPROTO_ROUTING: in icmp6_notify_error()
HDip6_output.c625 IPPROTO_ROUTING); in ip6_output()
/freebsd-13-stable/sys/netinet/
HDin.h180 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h903 #ifndef IPPROTO_ROUTING
904 # define IPPROTO_ROUTING 43 macro
HDfil.c218 { 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/
HDng_checksum.c444 case IPPROTO_ROUTING: in checksum_ipv6()
/freebsd-13-stable/sys/netgraph/netflow/
HDng_netflow.c855 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/freebsd-13-stable/sys/netipsec/
HDxform_ah.c495 case IPPROTO_ROUTING: in ah_massage_headers()
/freebsd-13-stable/sys/netpfil/ipfw/nptv6/
HDnptv6.c123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/freebsd-13-stable/sys/net/altq/
HDaltq_subr.c1318 case IPPROTO_ROUTING:
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.c1198 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c1172 case IPPROTO_ROUTING : in print_ipflog()
/freebsd-13-stable/sbin/ping/
HDping6.c2694 case IPPROTO_ROUTING: in pr_retip()
/freebsd-13-stable/sys/netpfil/pf/
HDpf_norm.c1239 case IPPROTO_ROUTING: in pf_normalize_ip6()

12