debian man page for socket_mcloop6

Query: socket_mcloop6

OS: debian

Section: 3

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

socket_mcloop6(3)					     Library Functions Manual						 socket_mcloop6(3)

NAME
socket_mcloop6 - set multicast loopback
SYNTAX
#include <socket.h> int socket_mcloop6(int s,char loop);
DESCRIPTION
socket_mcloop6 activates multicast loopback for the socket s if loop is non-zero, and deactivates it otherwise. If loopback is activated, packets sent on this socket will be received on the same host. If something goes wrong, socket_mcloop6 returns -1, setting errno appropriately.
SEE ALSO
socket_mcloop4(3), socket_mcjoin6(3), socket_mcleave6(3) socket_mcloop6(3)
Related Man Pages
lo(4) - netbsd
lo(4) - osx
lo(4) - redhat
lo(4) - centos
lo(4) - sunos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?