Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c189 #define IS_BCAST_MCAST(m) __M_FLAGS_ARE_SET(m, M_BCAST | M_MCAST) macro
5689 if (!IS_BCAST_MCAST(m)) {
6154 is_bcast_mcast = IS_BCAST_MCAST(m);
6394 is_bcast_mcast = IS_BCAST_MCAST(m);
9634 is_broadcast = IS_BCAST_MCAST(list.head);