Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dethernet.h165 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ macro
H A Dbpf.c333 if (ETHER_IS_MULTICAST(eh->ether_dhost)) { in bpf_set_bcast_mcast()
H A Dif_bridge.c5442 if (ETHER_IS_MULTICAST(eh->ether_dhost)) {
6543 if (ETHER_IS_MULTICAST(dst) ||
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h509 if (ETHER_IS_MULTICAST(_addr)) { \