Lines Matching refs:mac_dst
34 u8 mac_dst[ETH_ALEN];
48 u8 mac_dst[ETH_ALEN]; /* target hardware address */
261 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) {
263 ether_addr_copy(client_info->mac_dst, arp->mac_src);
397 if (is_valid_ether_addr(rx_hash_table[index].mac_dst)) {
426 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst))
436 client_info->mac_dst,
438 client_info->mac_dst);
501 is_valid_ether_addr(client_info->mac_dst)) {
542 is_valid_ether_addr(client_info->mac_dst)) {
571 if (!is_broadcast_ether_addr(arp->mac_dst)) {
573 ether_addr_copy(client_info->mac_dst, arp->mac_dst);
611 /* arp->mac_dst is broadcast for arp reqeusts.
615 ether_addr_copy(client_info->mac_dst, arp->mac_dst);
619 if (is_valid_ether_addr(client_info->mac_dst)) {
717 if (!is_zero_ether_addr(client_info->mac_dst)) {
913 ether_addr_copy(pkt.mac_dst, mac_addr);