summaryrefslogtreecommitdiffstats
path: root/libc/include/netinet/in6.h
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-12 18:45:14 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-12 18:45:14 -0800
commit194d3fa048cf909ca592dd56fa538dc9cd3f5ddb (patch)
tree3a00bb9e267cf952d7d1140ff9a39ca07ee6c994 /libc/include/netinet/in6.h
parentfde8642fc43bdd224e43e5ee9583a49a758fb03c (diff)
downloadbionic-194d3fa048cf909ca592dd56fa538dc9cd3f5ddb.zip
bionic-194d3fa048cf909ca592dd56fa538dc9cd3f5ddb.tar.gz
bionic-194d3fa048cf909ca592dd56fa538dc9cd3f5ddb.tar.bz2
eclair snapshot
Diffstat (limited to 'libc/include/netinet/in6.h')
-rw-r--r--libc/include/netinet/in6.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/include/netinet/in6.h b/libc/include/netinet/in6.h
index e645c48..2f5fee1 100644
--- a/libc/include/netinet/in6.h
+++ b/libc/include/netinet/in6.h
@@ -90,4 +90,12 @@
#define INET6_ADDRSTRLEN 46
+#define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP
+#define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP
+
+#define IN6ADDR_ANY_INIT {{{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}}
+
+#define ipv6mr_interface ipv6mr_ifindex
+
+
#endif /* _NETINET_IN6_H */