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

FreeBSD Manual Pages

  
 
  

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

NAME
     socket_mcleave4 - leave a multicast group

SYNTAX
     #include <libowfat/socket.h>

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

DESCRIPTION
     socket_mcleave4 leaves the IPv4 multicast group groupip.

     If  something  goes wrong, socket_mcleave4 returns -1, setting errno appro-
     priately.

SEE ALSO
     socket_mcjoin4(3), socket_mcleave6(3), socket_getifidx(3)

							      socket_mcleave4(3)

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

home | help