socket_mcjoin6
join a multicast group
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
join a multicast group
#include <libowfat/socket.h>
int socket_mcjoin6(int s,const char groupip[16],uint32 interface);
socket_mcjoin6 joins the IPv6 multicast group groupip on interface.
If something goes wrong, socket_mcjoin6 returns -1, setting errno appropriately.