support RFC 3678's Protocol-Independent setsockopt()s for IPv4 multicast.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20691 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-04-15 03:07:28 +00:00
parent 46527f6806
commit 6c501a4085
5 changed files with 130 additions and 26 deletions
+1
View File
@@ -71,6 +71,7 @@ struct net_datalink_module_info {
const struct sockaddr *address,
net_interface **_interface,
uint32 *_matchedType);
net_interface *(*get_interface)(struct net_domain *domain, uint32 index);
net_interface *(*get_interface_with_address)(struct net_domain *domain,
const struct sockaddr *address);