Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Darp.h62 const unsigned char *dest_hw,
69 const unsigned char *dest_hw,
/Linux-v4.19/net/bridge/
Dbr_arp_nd_proxy.c48 const unsigned char *dest_hw, in br_arp_send() argument
58 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send()
62 dest_hw, src_hw, target_hw); in br_arp_send()
67 dest_hw, src_hw, target_hw); in br_arp_send()
/Linux-v4.19/net/ipv4/
Darp.c304 const unsigned char *dest_hw, in arp_send_dst() argument
316 dest_hw, src_hw, target_hw); in arp_send_dst()
326 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send() argument
329 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
527 const unsigned char *dest_hw, in arp_create() argument
552 if (!dest_hw) in arp_create()
553 dest_hw = dev->broadcast; in arp_create()
558 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()