Renamed net_device::{add|rem}_multi() to {add|remove}_multicast for consistency and clarity.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21008 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,8 +55,10 @@ struct net_device_module_info {
|
||||
status_t (*set_promiscuous)(struct net_device *device, bool promiscuous);
|
||||
status_t (*set_media)(struct net_device *device, uint32 media);
|
||||
|
||||
status_t (*add_multi)(struct net_device *device, const sockaddr *);
|
||||
status_t (*rem_multi)(struct net_device *device, const sockaddr *);
|
||||
status_t (*add_multicast)(struct net_device *device,
|
||||
const sockaddr *address);
|
||||
status_t (*remove_multicast)(struct net_device *device,
|
||||
const sockaddr *address);
|
||||
};
|
||||
|
||||
#endif // NET_DEVICE_H
|
||||
|
||||
Reference in New Issue
Block a user