Home
last modified time | relevance | path

Searched defs:IS_MULTICAST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet.h49 #define IS_MULTICAST(ehp) \ macro
H A Dvsw_ldc.h482 #define IS_MULTICAST(ehp) \ macro
H A Dvnet_gen.h107 #define IS_MULTICAST(ehp) \ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c229 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c711 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro