Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Darp.h46 const unsigned char *dest_hw,
53 const unsigned char *dest_hw,
/linux-3.4.99/net/ipv4/
Darp.c581 const unsigned char *dest_hw, in arp_create() argument
606 if (dest_hw == NULL) in arp_create()
607 dest_hw = dev->broadcast; in arp_create()
612 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()
699 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send() argument
712 dest_hw, src_hw, target_hw); in arp_send()