diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-02-04 07:16:56 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-02-04 07:16:56 -0800 |
| commit | 2ee0e091335ae675b93433e9d97533fd74789232 (patch) | |
| tree | db32eabca4c9cb6958b5193b48d78474fd4bb968 /include | |
| parent | 99b74d2a1cb36ca7d67e53ae2a2cc4c0e2c526f2 (diff) | |
[IPV6]: Make note in headers about shared socket option numbers.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/in6.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index 8689112d08f3..5b4e89b1ac68 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h @@ -183,5 +183,17 @@ struct in6_flowlabel_req #define IPV6_IPSEC_POLICY 34 #define IPV6_XFRM_POLICY 35 +/* + * Multicast: + * Following socket options are shared between IPv4 and IPv6. + * + * MCAST_JOIN_GROUP 42 + * MCAST_BLOCK_SOURCE 43 + * MCAST_UNBLOCK_SOURCE 44 + * MCAST_LEAVE_GROUP 45 + * MCAST_JOIN_SOURCE_GROUP 46 + * MCAST_LEAVE_SOURCE_GROUP 47 + * MCAST_MSFILTER 48 + */ #endif |
