Home
last modified time | relevance | path

Searched refs:ETHER_IS_MULTICAST (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dethernet.h170 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ macro
H A Dbpf.c422 if (ETHER_IS_MULTICAST(eh->ether_dhost)) { in bpf_movein()
H A Dif_bridge.c5071 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
6294 if (ETHER_IS_MULTICAST(dst) ||
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h452 if (ETHER_IS_MULTICAST(_addr)) { \