Lines Matching refs:mac_dst
34 u8 mac_dst[ETH_ALEN];
48 u8 mac_dst[ETH_ALEN]; /* target hardware address */
262 (!ether_addr_equal_64bits(client_info->mac_dst, arp->mac_src))) {
264 ether_addr_copy(client_info->mac_dst, arp->mac_src);
399 if (is_valid_ether_addr(rx_hash_table[index].mac_dst)) {
428 if (!client_info->slave || !is_valid_ether_addr(client_info->mac_dst))
438 client_info->mac_dst,
440 client_info->mac_dst);
503 is_valid_ether_addr(client_info->mac_dst)) {
544 is_valid_ether_addr(client_info->mac_dst)) {
573 if (!is_broadcast_ether_addr(arp->mac_dst)) {
575 ether_addr_copy(client_info->mac_dst, arp->mac_dst);
613 /* arp->mac_dst is broadcast for arp requests.
617 ether_addr_copy(client_info->mac_dst, arp->mac_dst);
621 if (is_valid_ether_addr(client_info->mac_dst)) {
730 if (!is_zero_ether_addr(client_info->mac_dst)) {
927 ether_addr_copy(pkt.mac_dst, mac_addr);