aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r--include/net/addrconf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index d1697b587a1a..77f630f12806 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -67,9 +67,11 @@ extern int ipv6_chk_addr(struct net *net,
67#if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE) 67#if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
68extern int ipv6_chk_home_addr(struct in6_addr *addr); 68extern int ipv6_chk_home_addr(struct in6_addr *addr);
69#endif 69#endif
70extern struct inet6_ifaddr * ipv6_get_ifaddr(struct in6_addr *addr, 70extern struct inet6_ifaddr *ipv6_get_ifaddr(struct net *net,
71 struct net_device *dev, 71 struct in6_addr *addr,
72 int strict); 72 struct net_device *dev,
73 int strict);
74
73extern int ipv6_get_saddr(struct dst_entry *dst, 75extern int ipv6_get_saddr(struct dst_entry *dst,
74 struct in6_addr *daddr, 76 struct in6_addr *daddr,
75 struct in6_addr *saddr); 77 struct in6_addr *saddr);