Searched refs:dest_ip (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | arp.h | 40 void arp_send(int type, int ptype, __be32 dest_ip, 47 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
|
/linux-4.4.14/net/ipv4/ |
D | arp.c | 297 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() argument 310 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 319 void arp_send(int type, int ptype, __be32 dest_ip, in arp_send() argument 324 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 520 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() argument 617 memcpy(arp_ptr, &dest_ip, 4); in arp_create()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 2253 __be32 dest_ip, __be32 src_ip, in bond_arp_send() argument 2260 arp_op, slave_dev->name, &dest_ip, &src_ip); in bond_arp_send() 2262 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()
|