Searched refs:dest_hw (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Darp.h16 const unsigned char *dest_hw,
24 const unsigned char *dest_hw,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Darp.h16 const unsigned char *dest_hw,
24 const unsigned char *dest_hw,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Darp.c601 * Create an arp packet. If (dest_hw == NULL), we create a broadcast
606 const unsigned char *dest_hw,
629 if (dest_hw == NULL)
630 dest_hw = dev->broadcast;
635 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0)
722 const unsigned char *dest_hw, const unsigned char *src_hw,
735 dest_hw, src_hw, target_hw);
604 arp_create(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
720 arp_send(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Darp.c601 * Create an arp packet. If (dest_hw == NULL), we create a broadcast
606 const unsigned char *dest_hw,
629 if (dest_hw == NULL)
630 dest_hw = dev->broadcast;
635 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0)
722 const unsigned char *dest_hw, const unsigned char *src_hw,
735 dest_hw, src_hw, target_hw);
604 arp_create(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
720 arp_send(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c824 __be64 dest_hw; local
829 dest_hw = ~cpu_to_be64(0); /* broadcast */
831 dest_hw = cpu_to_be64((u64)priv->host->csr.guid_hi << 32 |
894 if (dev_hard_header(skb, dev, ntohs(ether_type), &dest_hw, NULL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Deth1394.c824 __be64 dest_hw; local
829 dest_hw = ~cpu_to_be64(0); /* broadcast */
831 dest_hw = cpu_to_be64((u64)priv->host->csr.guid_hi << 32 |
894 if (dev_hard_header(skb, dev, ntohs(ether_type), &dest_hw, NULL,

Completed in 174 milliseconds