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

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath_tx.c501 int error, iswep, ismcast, isfrag, ismrr; local
521 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
613 if (ismcast) {
652 if (ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth))
658 if (ismcast) {
881 int error, ismcast, ismrr; local
896 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
926 /* XXX leave ismcast to injector? */
927 if ((params->ibp_flags & IEEE80211_BPF_NOACK) || ismcast)
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c2955 int type, ismcast, pkt_len, error, rix; local
2967 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
2978 } else if (ismcast) {
3029 if (!ismcast) {
3052 if (!ismcast)
3145 int ismcast, pkt_len, error; local
3152 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3210 if (!ismcast && (params->ibp_flags & IEEE80211_BPF_NOACK) == 0) {
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c3087 int ismcast; local
3092 ismcast = IS_MCAST(dest);
3093 if (!ismcast)
3106 ismcast ? "\tMCAST\t***** " : "",
3113 ismcast ? "\tMCAST\t***** " : "", src->fd,
3119 if (ismcast && ttl > 0 && ttl != src->last_ttl) {
3171 if (ismcast)
3173 } while (ismcast && src != NULL);
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpi.c1871 int i, error, nsegs, rate, hdrlen, ismcast; local
1880 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1904 tx->id = ismcast ? WPI_ID_BROADCAST : WPI_ID_BSS;
1907 if (!ismcast) {
1929 } else if (ismcast) {
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c1787 int ismcast, flags, xflags, staid; local
1793 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
1796 if (!ismcast)
1812 if (!ismcast) {
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.c1092 int error, ismcast, iswep; local
1105 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3186 int error, iswep, ismcast; local
3200 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3358 if (!ismcast) {
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c9614 int protdur, rts_rate, rts_rate_fb, ismcast, isshort, rix, type; local
9622 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
9631 else if (ismcast)
9703 if (!ismcast)

Completed in 224 milliseconds