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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c83 static const u8 mac_bcast[ETH_ALEN] = {0xff,0xff,0xff,0xff,0xff,0xff}; variable
451 mac_bcast, ETH_ALEN)) {
565 memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) {
608 memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) {
635 if (memcmp(arp->mac_dst, mac_bcast, ETH_ALEN)) {
670 if (memcmp(client_info->mac_dst, mac_bcast, ETH_ALEN)) {
1291 if ((memcmp(eth_data->h_dest, mac_bcast, ETH_ALEN) == 0) ||
1302 if (memcmp(eth_data->h_dest, mac_bcast, ETH_ALEN) == 0) {

Completed in 41 milliseconds