Searched refs:dest_ip (Results 1 – 2 of 2) sorted by relevance
/net/bridge/ |
D | br_arp_nd_proxy.c | 44 struct net_device *dev, __be32 dest_ip, __be32 src_ip, in br_arp_send() argument 55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send() 58 arp_send(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send() 63 skb = arp_create(ARPOP_REPLY, ETH_P_ARP, dest_ip, dev, src_ip, in br_arp_send()
|
/net/ipv4/ |
D | arp.c | 301 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() argument 314 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 323 void arp_send(int type, int ptype, __be32 dest_ip, in arp_send() argument 328 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 544 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() argument 641 memcpy(arp_ptr, &dest_ip, 4); in arp_create()
|