Searched defs:IS_MULTICAST (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c252 #define IS_MULTICAST(ehp) \ macro
257 } else if (IS_MULTICAST(ehp)) { \
263 } else if (IS_MULTICAST(ehp)) { \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet.h49 #define IS_MULTICAST(ehp) \ macro
H A Dvnet_gen.h107 #define IS_MULTICAST(ehp) \ macro
H A Dvsw_ldc.h482 #define IS_MULTICAST(ehp) \ macro
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c711 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro
713 if (IS_MULTICAST(pkt)) { \
721 if (IS_MULTICAST(pkt)) { \
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h51 #define IS_MULTICAST(eap) \ macro
54 (!IS_BROADCAST(eap) && !IS_MULTICAST(eap))
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c229 #define IS_MULTICAST(pkt) ((pkt[0] & 01) == 1) macro
234 } else if (IS_MULTICAST(pkt)) { \
241 } else if (IS_MULTICAST(pkt)) { \

Completed in 94 milliseconds