X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Faddrconf.h;h=bccc2feb99da6bf90bbdcbb7d27a9e606cb4b4ef;hb=c0ef877b2c9f543e9fb7953bfe1a0cd3a4eae362;hp=33b593e174412792347be0d366a1f036e963430e;hpb=2d896c780db9cda5dc102bf7a0a2cd4394c1342e;p=linux-2.6 diff --git a/include/net/addrconf.h b/include/net/addrconf.h index 33b593e174..bccc2feb99 100644 --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -83,6 +83,14 @@ extern void addrconf_join_solict(struct net_device *dev, extern void addrconf_leave_solict(struct inet6_dev *idev, struct in6_addr *addr); +/* + * IPv6 Address Label subsystem (addrlabel.c) + */ +extern int ipv6_addr_label_init(void); +extern void ipv6_addr_label_rtnl_register(void); +extern u32 ipv6_addr_label(const struct in6_addr *addr, + int type, int ifindex); + /* * multicast prototypes (mcast.c) */