debian man page for socket_mcjoin4

Query: socket_mcjoin4

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

socket_mcjoin4(3)					     Library Functions Manual						 socket_mcjoin4(3)

NAME
socket_mcjoin4 - join a multicast group
SYNTAX
#include <socket.h> int socket_mcjoin4(int s,const char groupip[4],const char interface[4]);
DESCRIPTION
socket_mcjoin4 joins the IPv4 multicast group groupip on interface. If something goes wrong, socket_mcjoin4 returns -1, setting errno appropriately.
SEE ALSO
socket_mcleave4(3), socket_mcjoin6(3), socket_getifidx(3) socket_mcjoin4(3)
Related Man Pages
mcfirst(1) - debian
rdma_join_multicast(3) - debian
ibv_attach_mcast(3) - centos
getsourcefilter(3n) - hpux
mtest(8) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file