1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-10-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
	netinet/in.h.
This commit is contained in:
Ulrich Drepper
1998-10-06 09:15:03 +00:00
parent c10bb7956d
commit 3cb0721780
3 changed files with 114 additions and 28 deletions

View File

@ -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'. */