2001-02-05 19:21:49 +00:00
|
|
|
.TH socket_mcleave4 3
|
|
|
|
.SH NAME
|
|
|
|
socket_mcleave4 \- leave a multicast group
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/socket.h>
|
2001-02-05 19:21:49 +00:00
|
|
|
|
2001-02-05 19:35:33 +00:00
|
|
|
int \fBsocket_mcleave4\fP(int \fIs\fR, const char \fIgroupip\fR[4]);
|
2001-02-05 19:21:49 +00:00
|
|
|
.SH DESCRIPTION
|
2001-02-05 19:35:33 +00:00
|
|
|
socket_mcleave4 leaves the IPv4 multicast group \fIgroupip\fR.
|
2001-02-05 19:21:49 +00:00
|
|
|
|
|
|
|
If something goes wrong, socket_mcleave4 returns -1, setting errno
|
|
|
|
appropriately.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
socket_mcjoin4(3), socket_mcleave6(3), socket_getifidx(3)
|