Searched refs:is_mcast (Results 1 – 2 of 2) sorted by relevance
129 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member187 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member246 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member282 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member337 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member392 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
1474 int hdrsize, hdrspace, datalen, addqos, txfrag, is4addr, is_mcast; in ieee80211_encap() local1482 is_mcast = !! (m->m_flags & (M_MCAST | M_BCAST)); in ieee80211_encap()1553 (((is_mcast == 0) && (ni->ni_flags & in ieee80211_encap()