HomeSort by relevance Sort by last modified time
    Searched full:mcast_idx (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
ne2000.c 232 unsigned int total_len, next, avail, len, index, mcast_idx; local
256 mcast_idx = compute_mcast_idx(buf);
257 if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7))))

Completed in 83 milliseconds