Home
last modified time | relevance | path

Searched defs:ETHER_IS_MULTICAST (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dethernet.h73 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ macro
/f-stack/freebsd/net/
H A Dethernet.h73 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ macro