socket_mcleave6 - Man Page
leave a multicast group
Syntax
#include <socket.h>
int socket_mcleave6(int s, const char groupip[16]);
Description
socket_mcleave6 leaves the IPv6 multicast group groupip.
If something goes wrong, socket_mcleave6 returns -1, setting errno appropriately.