Searched refs:ismcast (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c119 struct ieee80211_node *ni, int ismcast)
132 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
235 int hasqos, ismcast, macid; local
240 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
254 if (ismcast)
257 if (!ismcast) {
324 r92c_tx_raid(sc, txd, ni, ismcast);
357 int ismcast; local
362 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
368 if (ismcast)
118 r92c_tx_raid(struct rtwn_softc *sc, struct r92c_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
[all...]
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c127 struct ieee80211_node *ni, int ismcast)
140 if (ismcast || !(ni->ni_flags & IEEE80211_NODE_HT)) {
238 int hasqos, ismcast, macid; local
243 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
257 if (ismcast)
260 if (!ismcast) {
325 r12a_tx_raid(sc, txd, ni, ismcast);
358 int ismcast; local
363 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
369 if (ismcast)
126 r12a_tx_raid(struct rtwn_softc *sc, struct r12a_tx_desc *txd, struct ieee80211_node *ni, int ismcast) argument
[all...]
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn_tx.c123 int ismcast; local
129 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
136 else if (ismcast)
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tx.c1560 int error, iswep, ismcast, isfrag, ismrr; local
1585 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1681 if (ismcast) {
1755 if (ismcast) {
1913 int ismcast; local
1952 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2145 int error, ismcast, ismrr; local
2163 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2178 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: ismcast
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_io.c3142 int ismcast; local
3149 ismcast = IS_MCAST(dest);
3150 if (!ismcast)
3163 ismcast ? "\tMCAST\t***** " : "",
3170 ismcast ? "\tMCAST\t***** " : "", src->fd,
3176 if (ismcast && ttl > 0 && ttl != src->last_ttl) {
3228 if (ismcast)
3230 } while (ismcast && src != NULL);
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwi.c2921 int type, ismcast, pkt_len, error, rix; local
2933 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2943 } else if (ismcast) {
2995 if (!ismcast) {
3018 if (!ismcast)
3111 int ismcast, pkt_len, error; local
3118 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3177 if (!ismcast && (params->ibp_flags & IEEE80211_BPF_NOACK) == 0) {
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c2239 int hasqos, xferlen, type, ismcast; local
2278 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2285 else if (ismcast)
2300 if (ismcast ||
2305 if (!ismcast) {
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c2757 int ismcast; local
2765 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2775 else if (ismcast)
2865 if (ismcast)
2868 if (!ismcast && (!qos || (qos & IEEE80211_QOS_ACKPOLICY) !=
H A Dif_zyd.c2441 int rate, totlen, type, ismcast; local
2452 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2461 if (ismcast)
2499 if (!ismcast) {
H A Dif_urtw.c1688 pkttime = 0, txdur = 0, isshort = 0, xferlen, ismcast; local
1695 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1728 if (ismcast)
1738 if (ismcast)
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c2798 int swcrypt, ismcast, totlen; local
2802 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2820 else if (ismcast)
2858 if (!ismcast) {
2871 if (!ismcast) {
2901 if (ismcast || type != IEEE80211_FC0_TYPE_DATA)
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo.c1035 int error, ismcast, iswep; local
1047 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c1784 int ismcast, flags, xflags, staid; local
1790 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1793 if (!ismcast)
1808 if (!ismcast) {
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c3074 int error, iswep, ismcast; local
3088 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3242 if (!ismcast) {
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c6409 int rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
6418 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
6430 else if (ismcast)
6520 if (!ismcast)

Completed in 487 milliseconds