Name
dev_addr_add_multiple — 
     Add device addresses from another device
 
Synopsis
| int dev_addr_add_multiple ( | struct net_device * to_dev, | 
|  | struct net_device * from_dev, | 
|  | unsigned char addr_type ); | 
 
Arguments
- to_dev
- 
     device to which addresses will be added
     
- from_dev
- 
     device from which addresses will be added
     
- addr_type
- 
     address type - 0 means type will be used from from_dev
     
Description
   Add device addresses of the one device to another.
   *
   The caller must hold the rtnl_mutex.