debian man page for socket_mcjoin6

Query: socket_mcjoin6

OS: debian

Section: 3

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

socket_mcjoin6(3)					     Library Functions Manual						 socket_mcjoin6(3)

NAME
socket_mcjoin6 - join a multicast group
SYNTAX
#include <socket.h> int socket_mcjoin6(int s,const char groupip[16],uint32 interface);
DESCRIPTION
socket_mcjoin6 joins the IPv6 multicast group groupip on interface. If something goes wrong, socket_mcjoin6 returns -1, setting errno appropriately.
SEE ALSO
socket_mcleave6(3), socket_mcjoin4(3), socket_getifidx(3) socket_mcjoin6(3)
Related Man Pages
mcfirst(1) - debian
rdma_join_multicast(3) - debian
socket_send6(3) - debian
ibv_detach_mcast(3) - centos
rdma_join_multicast(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?