Home
last modified time | relevance | path

Searched refs:dest_ip (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/
Darp.h40 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.1.27/net/ipv4/
Darp.c481 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() argument
578 memcpy(arp_ptr, &dest_ip, 4); in arp_create()
602 void arp_send(int type, int ptype, __be32 dest_ip, in arp_send() argument
616 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c2232 __be32 dest_ip, __be32 src_ip, in bond_arp_send() argument
2239 arp_op, slave_dev->name, &dest_ip, &src_ip); in bond_arp_send()
2241 skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip, in bond_arp_send()