Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-wqe.h129 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
187 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
246 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
282 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
337 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
392 …uint64_t is_mcast : 1; /**< set if the hardware determined that the packet is a… member
/f-stack/freebsd/net80211/
H A Dieee80211_output.c1474 int hdrsize, hdrspace, datalen, addqos, txfrag, is4addr, is_mcast; in ieee80211_encap() local
1482 is_mcast = !! (m->m_flags & (M_MCAST | M_BCAST)); in ieee80211_encap()
1553 (((is_mcast == 0) && (ni->ni_flags & in ieee80211_encap()