X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnet%2Faddrconf.h;h=bfcc02447b6bad4321f0de72d02e78c995785bc5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=50f4c2c4df86cd1a3296160d0eba27c1e5646774;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/net/addrconf.h b/include/net/addrconf.h index 50f4c2c4d..bfcc02447 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -67,8 +67,7 @@ extern int ipv6_get_saddr(struct dst_entry *dst, struct in6_addr *saddr); extern int ipv6_dev_get_saddr(struct net_device *dev, struct in6_addr *daddr, - struct in6_addr *saddr, - int onlink); + struct in6_addr *saddr); extern int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *); extern int ipv6_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2); @@ -113,7 +112,6 @@ extern int inet6_ac_check(struct sock *sk, struct in6_addr *addr, int ifindex); extern int ipv6_dev_ac_inc(struct net_device *dev, struct in6_addr *addr); extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr); -extern int ipv6_dev_ac_dec(struct net_device *dev, struct in6_addr *addr); extern int ipv6_chk_acast_addr(struct net_device *dev, struct in6_addr *addr);