mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
414 B
14 lines
414 B
.TH socket_mcleave6 3 |
|
.SH NAME |
|
socket_mcleave6 \- leave a multicast group |
|
.SH SYNTAX |
|
.B #include <socket.h> |
|
|
|
int \fBsocket_mcleave6\fP(int \fIs\fR, const char \fIgroupip\fR[16]); |
|
.SH DESCRIPTION |
|
socket_mcleave6 leaves the IPv6 multicast group \fIgroupip\fR. |
|
|
|
If something goes wrong, socket_mcleave6 returns -1, setting errno |
|
appropriately. |
|
.SH "SEE ALSO" |
|
socket_mcjoin6(3), socket_mcleave4(3), socket_getifidx(3)
|
|
|