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_mcjoin4 - join a multicast group

Description

       socket_mcjoin4 joins the IPv4 multicast group groupip on interface.

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

Name

       socket_mcjoin4 - join a multicast group

See Also

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

                                                                                               socket_mcjoin4(3)

Syntax

#include<libowfat/socket.h>

       int socket_mcjoin4(int s,const char groupip[4],const char interface[4]);

See Also