]> Git Repo - qemu.git/blobdiff - slirp/dhcpv6.h
tests/migration: Enable the migration test on s390x, too
[qemu.git] / slirp / dhcpv6.h
index 9189cd3f2d3c68cf47f9279e286773db5e493c85..3373f6cb89d05ea7fe816269cadf6b7fff70d159 100644 (file)
@@ -17,6 +17,9 @@
                             0x00, 0x00, 0x00, 0x00,\
                             0x00, 0x01, 0x00, 0x02 } }
 
+#define in6_dhcp_multicast(a)\
+    in6_equal(a, &(struct in6_addr)ALLDHCP_MULTICAST)
+
 void dhcpv6_input(struct sockaddr_in6 *srcsas, struct mbuf *m);
 
 #endif
This page took 0.022846 seconds and 4 git commands to generate.