logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

socket_mcjoin6 - join a multicast group

Description

       socket_mcjoin6 joins the IPv6 multicast group groupip on interface.

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

Name

       socket_mcjoin6 - join a multicast group

See Also

socket_mcleave6(3), socket_mcjoin4(3), socket_getifidx(3)

                                                                                               socket_mcjoin6(3)

Syntax

#include<libowfat/socket.h>

       int socket_mcjoin6(int s,const char groupip[16],uint32 interface);

See Also