Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Darp.h70 const unsigned char *dest_hw,
78 const unsigned char *dest_hw,
/OK3568_Linux_fs/kernel/net/bridge/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A 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()