Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dethernet.h169 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ macro
H A Dbpf.c334 if (ETHER_IS_MULTICAST(eh->ether_dhost)) { in bpf_set_bcast_mcast()
H A Dif_bridge.c5322 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
6697 if (ETHER_IS_MULTICAST(dst) ||
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h495 if (ETHER_IS_MULTICAST(_addr)) { \