HomeSort by: relevance | last modified time | path
    Searched defs:ismcast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 3616 int i, error, iswep, ismcast, isfrag, ismrr; local
3633 ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1);
3751 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE) && !ismcast) {
3811 if (ismcast) {
3849 if (ismcast && ic->ic_ps_sta) {
3857 if (ismcast) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 3178 int ismcast; local
3185 ismcast = IS_MCAST(dest);
3186 if (!ismcast) {
3203 ismcast ? "\tMCAST\t***** " : "",
3214 ismcast ? "\tMCAST\t***** " : "", src->fd,
3217 if (ismcast && ttl > 0 && ttl != src->last_ttl) {
3270 if (ismcast)
3272 } while (ismcast && src != NULL);

Completed in 71 milliseconds