Home
last modified time | relevance | path

Searched refs:FIL_MULTICAST (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Delink3reg.h271 # define FIL_MULTICAST (u_int16_t) (0x02) macro
Delink3.c859 ((ifp->if_flags & IFF_MULTICAST) ? FIL_MULTICAST : 0) | in epsetfilter()
Delinkxl.c766 mask |= FIL_MULTICAST; in ex_set_mc()