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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1532 int error, iswep, ismcast, isfrag, ismrr; local
1555 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1650 if (ismcast) {
1720 if (ismcast) {
1850 int ismcast; local
1878 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1944 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2066 int error, ismcast, ismrr; local
2084 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2099 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: ismcast
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c2928 int type, ismcast, pkt_len, error, rix; local
2940 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2951 } else if (ismcast) {
3003 if (!ismcast) {
3026 if (!ismcast)
3119 int ismcast, pkt_len, error; local
3126 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3185 if (!ismcast && (params->ibp_flags & IEEE80211_BPF_NOACK) == 0) {
/freebsd-11-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-11-stable/sys/dev/wpi/
H A Dif_wpi.c2774 int swcrypt, ismcast, totlen; local
2778 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2798 else if (ismcast)
2838 if (!ismcast) {
2851 if (!ismcast) {
2881 if (ismcast || type != IEEE80211_FC0_TYPE_DATA)
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2905 int hasqos, ismcast; local
2912 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2930 else if (ismcast)
2983 if (ismcast)
2986 if (!ismcast) {
3076 if (URTWN_CHIP_HAS_RATECTL(sc) || ismcast ||
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1036 int error, ismcast, iswep; local
1048 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1781 int ismcast, flags, xflags, staid; local
1787 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1790 if (!ismcast)
1806 if (!ismcast) {
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c3070 int error, iswep, ismcast; local
3084 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3238 if (!ismcast) {
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6199 int protdur, rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
6208 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
6221 else if (ismcast)
6311 if (!ismcast)

Completed in 336 milliseconds