summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2015-12-09 11:14:27 +0000
committermelifaro <melifaro@FreeBSD.org>2015-12-09 11:14:27 +0000
commit2bb0e924cc5d81b56b5eba9cae7011c55a7c6215 (patch)
treeb51cf84b1ab953667c973fb841c08dd96b18b2c2 /sys/netinet/ip_var.h
parent5c5e34926e2c938c9685b97f44dca9eeee77e3a1 (diff)
downloadFreeBSD-src-2bb0e924cc5d81b56b5eba9cae7011c55a7c6215.zip
FreeBSD-src-2bb0e924cc5d81b56b5eba9cae7011c55a7c6215.tar.gz
Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),
ip_dooptions(), icmp6_redirect_input(), in6_lltable_rtcheck(), in6p_lookup_mcast_ifp() and in6_selecthlim() use new routing api. Eliminate now-unused ip_rtaddr(). Fix lookup key fib6_lookup_nh_basic() which was lost diring merge. Make fib6_lookup_nh_basic() and fib6_lookup_nh_extended() always return IPv6 destination address with embedded scope. Currently rw_gateway has it scope embedded, do the same for non-gatewayed destinations. Sponsored by: Yandex LLC
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 3416805..f4ad4ff 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -222,8 +222,6 @@ int ipproto_register(short);
int ipproto_unregister(short);
struct mbuf *
ip_reass(struct mbuf *);
-struct in_ifaddr *
- ip_rtaddr(struct in_addr, u_int fibnum);
void ip_savecontrol(struct inpcb *, struct mbuf **, struct ip *,
struct mbuf *);
void ip_slowtimo(void);
OpenPOWER on IntegriCloud