Home
last modified time | relevance | path

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

/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()
/net/ipv4/
Darp.c302 const unsigned char *dest_hw, in arp_send_dst() argument
314 dest_hw, src_hw, target_hw); in arp_send_dst()
324 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send() argument
327 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
525 const unsigned char *dest_hw, in arp_create() argument
550 if (!dest_hw) in arp_create()
551 dest_hw = dev->broadcast; in arp_create()
556 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()