Searched refs:cue_mctab (Results 1 – 2 of 2) sorted by relevance
347 sc->cue_mctab[i] = 0xFF; in cue_setmulti()349 &sc->cue_mctab, CUE_MCAST_TABLE_LEN); in cue_setmulti()355 sc->cue_mctab[i] = 0; in cue_setmulti()362 sc->cue_mctab[h >> 3] |= 1 << (h & 0x7); in cue_setmulti()375 sc->cue_mctab[h >> 3] |= 1 << (h & 0x7); in cue_setmulti()379 &sc->cue_mctab, CUE_MCAST_TABLE_LEN); in cue_setmulti()
181 u_int8_t cue_mctab[CUE_MCAST_TABLE_LEN]; member