#include <mcast.h>

Data Fields | |
| int | fd |
| union { | |
| struct sockaddr_in ipv4 | |
| struct sockaddr_in6 ipv6 | |
| } | addr |
| socklen_t | sockaddr_len |
| struct mcast_stats | stats |
| union { ... } mcast_sock::addr |
Referenced by mcast_recv(), mcast_send(), and mcast_server_create().
| int mcast_sock::fd |
| struct sockaddr_in mcast_sock::ipv4 |
Referenced by mcast_server_create().
| struct sockaddr_in6 mcast_sock::ipv6 |
Referenced by mcast_server_create().
| socklen_t mcast_sock::sockaddr_len |
Referenced by mcast_send(), and mcast_server_create().
| struct mcast_stats mcast_sock::stats |
Referenced by mcast_recv(), and mcast_send().