diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/in.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/in.h b/sysdeps/unix/sysv/linux/bits/in.h index 5f8d8d6fd9..65b7c71816 100644 --- a/sysdeps/unix/sysv/linux/bits/in.h +++ b/sysdeps/unix/sysv/linux/bits/in.h @@ -84,13 +84,6 @@ struct ip_mreqn int imr_ifindex; /* Interface index */ }; -/* As above but for IPv6. */ -struct ipv6_mreq - { - struct in6_addr ipv6mr_multiaddr; /* IPv6 multicast address of group */ - int ipv6mr_ifindex; /* local IPv6 address of interface */ - }; - /* Options for use with `getsockopt' and `setsockopt' at the IPv6 level. The first word in the comment at the right is the data type used; "bool" means a boolean value stored in an `int'. */ |