5447e64c6d7b300aa9738af090d87e4b67a08263
[gapil.git] / ip_mreqn.h
1 struct ip_mreqn {
2     struct in_addr imr_multiaddr; /* IP multicast group address */
3     struct in_addr imr_address;   /* IP address of local interface */
4     int            imr_ifindex;   /* interface index */
5 };