Searched refs:arp_mc_map (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/net/ |
D | arp.h | 48 extern int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
|
/linux-3.4.99/net/ipv4/ |
D | arp.c | 188 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir) in arp_mc_map() function 294 arp_mc_map(addr, neigh->ha, dev, 1); in arp_constructor() 459 arp_mc_map(paddr, haddr, dev, 1); in arp_set_predefined()
|
D | igmp.c | 1023 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_add() 1036 if (arp_mc_map(addr, buf, dev, 0) == 0) in ip_mc_filter_del()
|