Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

socket_mcleave6 - leave a multicast group

Description

       socket_mcleave6 leaves the IPv6 multicast group groupip.

       If something goes wrong, socket_mcleave6 returns -1, setting errno appropriately.

Name

       socket_mcleave6 - leave a multicast group

See Also

socket_mcjoin6(3), socket_mcleave4(3), socket_getifidx(3)

                                                                                              socket_mcleave6(3)

Syntax

#include<libowfat/socket.h>

       int socket_mcleave6(int s, const char groupip[16]);

See Also