Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcpdump/
H A Dipproto.h74 #ifndef IPPROTO_ROUTING
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */ macro
H A Dprint-ip6.c94 case IPPROTO_ROUTING: in ip6_finddst()
198 case IPPROTO_ROUTING: in nextproto6_cksum()
409 case IPPROTO_ROUTING: in ip6_print()
H A Dipproto.c36 { IPPROTO_ROUTING, "Routing" },
H A Dprint-icmp6.c1356 case IPPROTO_ROUTING: in get_upperlayer()
/freebsd/sbin/ipf/libipf/
H A Dv6ionames.c17 { IPPROTO_ROUTING, 0x000004, 0, "routing" },
/freebsd/cddl/lib/libdtrace/
H A Dip.d140 #pragma D binding "1.5" IPPROTO_ROUTING
141 inline short IPPROTO_ROUTING = 43; variable
183 proto == IPPROTO_ROUTING ? "ROUTING" :
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h40 #define NEXTHDR_ROUTING IPPROTO_ROUTING
/freebsd/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c133 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in tcpmod_ipv6_setmss()
/freebsd/sys/netinet6/
H A Dip6_input.c288 IP6PROTO_REGISTER(IPPROTO_ROUTING, route6_input, NULL); in ip6_init()
1442 case IPPROTO_ROUTING: in ip6_savecontrol()
1471 case IPPROTO_ROUTING: in ip6_savecontrol()
1675 case IPPROTO_ROUTING: in ip6_nexthdr()
H A Dicmp6.c980 case IPPROTO_ROUTING: in icmp6_notify_error()
H A Dip6_output.c628 IPPROTO_ROUTING); in ip6_output()
/freebsd/usr.bin/systat/
H A Dip6.c227 DO(ip6s_nxthist[IPPROTO_ROUTING], 16, 35); in showip6()
/freebsd/sys/netinet/
H A Din.h178 #define IPPROTO_ROUTING 43 /* IP6 routing header */ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h896 #ifndef IPPROTO_ROUTING
897 # define IPPROTO_ROUTING 43 macro
H A Dfil.c214 { IPPROTO_ROUTING, 0x000004 },
503 case IPPROTO_ROUTING : in ipf_pr_ipv6hdr()
729 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING); in ipf_pr_routing6()
/freebsd/sys/netgraph/
H A Dng_checksum.c444 case IPPROTO_ROUTING: in checksum_ipv6()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c868 case IPPROTO_ROUTING: in ng_netflow_rcvdata()
/freebsd/sys/netipsec/
H A Dxform_ah.c496 case IPPROTO_ROUTING: in ah_massage_headers()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c123 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nptv6_getlasthdr()
/freebsd/sys/net/altq/
H A Daltq_subr.c1285 case IPPROTO_ROUTING:
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c1199 while (proto == IPPROTO_HOPOPTS || proto == IPPROTO_ROUTING || in nat64_getlasthdr()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1161 case IPPROTO_ROUTING : in print_ipflog()
/freebsd/sbin/ping/
H A Dping6.c2582 case IPPROTO_ROUTING: in pr_retip()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1629 | IPFY_IPV6OPT_ROUTING { $$ = getv6optbyvalue(IPPROTO_ROUTING); }
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1298 case IPPROTO_ROUTING: in pf_normalize_ip6()

12