Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
socket_mcloop6(3)	    Library Functions Manual	       socket_mcloop6(3)

NAME
     socket_mcloop6 - set multicast loopback

SYNTAX
     #include <libowfat/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 appropri-
     ately.

SEE ALSO
     socket_mcloop4(3), socket_mcjoin6(3), socket_mcleave6(3)

							       socket_mcloop6(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_socket_mcloop6&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help