Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Darp.h70 const unsigned char *dest_hw,
77 const unsigned char *dest_hw,
/Linux-v5.4/net/bridge/
Dbr_arp_nd_proxy.c45 const unsigned char *dest_hw, in br_arp_send() argument
55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send()
59 dest_hw, src_hw, target_hw); in br_arp_send()
64 dest_hw, src_hw, target_hw); in br_arp_send()
/Linux-v5.4/net/ipv4/
Darp.c300 const unsigned char *dest_hw, in arp_send_dst() argument
312 dest_hw, src_hw, target_hw); in arp_send_dst()
322 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send() argument
325 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
523 const unsigned char *dest_hw, in arp_create() argument
548 if (!dest_hw) in arp_create()
549 dest_hw = dev->broadcast; in arp_create()
554 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()