subtype 2115 dev/ic/ath.c u_int subtype, flags, ctsduration, antenna; subtype 2261 dev/ic/ath.c subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; subtype 2262 dev/ic/ath.c if (subtype == IEEE80211_FC0_SUBTYPE_BEACON) { subtype 2264 dev/ic/ath.c } else if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) { subtype 2266 dev/ic/ath.c } else if (subtype == IEEE80211_FC0_SUBTYPE_ATIM) { subtype 2272 dev/ic/ath.c subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; subtype 2273 dev/ic/ath.c if (subtype == IEEE80211_FC0_SUBTYPE_PS_POLL) subtype 2988 dev/ic/ath.c struct ieee80211_node *ni, int subtype, int rssi, u_int32_t rstamp) subtype 2993 dev/ic/ath.c (*sc->sc_recv_mgmt)(ic, m, ni, subtype, rssi, rstamp); subtype 2995 dev/ic/ath.c switch (subtype) { subtype 2277 dev/ic/atw.c struct ieee80211_node *ni, int subtype, int rssi, u_int32_t rstamp) subtype 2282 dev/ic/atw.c if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_REQ && subtype 2286 dev/ic/atw.c (*sc->sc_recv_mgmt)(ic, m, ni, subtype, rssi, rstamp); subtype 2288 dev/ic/atw.c switch (subtype) { subtype 2819 dev/ic/if_wi.c int subtype; subtype 2823 dev/ic/if_wi.c subtype = IFM_IEEE80211_DS1; subtype 2826 dev/ic/if_wi.c subtype = IFM_IEEE80211_DS2; subtype 2829 dev/ic/if_wi.c subtype = IFM_AUTO; subtype 2832 dev/ic/if_wi.c subtype = IFM_IEEE80211_DS5; subtype 2835 dev/ic/if_wi.c subtype = IFM_IEEE80211_DS11; subtype 2838 dev/ic/if_wi.c subtype = IFM_MANUAL; /* Unable to represent */ subtype 2860 dev/ic/if_wi.c subtype = IFM_MANUAL; /* Unable to represent */ subtype 2863 dev/ic/if_wi.c media = IFM_MAKEWORD(IFM_TYPE(media), subtype, options, subtype 400 dev/ic/opl.c sd->subtype = sc->model == OPL_2 ? SYNTH_SUB_FM_TYPE_ADLIB subtype 3556 dev/ic/rtw.c struct ieee80211_node *ni, int subtype, int rssi, u_int32_t rstamp) subtype 3560 dev/ic/rtw.c (*sc->sc_mtbl.mt_recv_mgmt)(ic, m, ni, subtype, rssi, rstamp); subtype 3562 dev/ic/rtw.c switch (subtype) { subtype 767 dev/pci/if_ipw.c letoh32(cmd->type), letoh32(cmd->subtype), letoh32(cmd->seq), subtype 1089 dev/pci/if_ipw.c sc->cmd.subtype = htole32(0); subtype 1165 dev/pci/if_ipw.c shdr->hdr.subtype = htole32(0); subtype 1243 dev/pci/if_ipw.c DPRINTFN(5, ("TX!HDR!%u!%u!%u!%u", shdr->hdr.type, shdr->hdr.subtype, subtype 156 dev/pci/if_ipwreg.h uint32_t subtype; subtype 196 dev/pci/if_ipwreg.h uint32_t subtype; subtype 1663 dev/pci/if_wpi.c uint8_t subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; subtype 1666 dev/pci/if_wpi.c if (subtype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) subtype 1669 dev/pci/if_wpi.c if (subtype == IEEE80211_FC0_SUBTYPE_ASSOC_REQ || subtype 1670 dev/pci/if_wpi.c subtype == IEEE80211_FC0_SUBTYPE_REASSOC_REQ) subtype 548 dev/pci/if_wpireg.h uint8_t subtype; subtype 505 dev/sequencer.c si->synth_subtype = md->subtype; subtype 1051 dev/sequencer.c md->subtype = 0; subtype 69 dev/sequencervar.h int subtype; subtype 589 dev/usb/uaudio.c uaudio_find_iface(const char *buf, int size, int *offsp, int subtype) subtype 598 dev/usb/uaudio.c d->bInterfaceSubClass == subtype) subtype 335 net/if_media.h #define IFM_MAKEWORD(type, subtype, options, instance) \ subtype 336 net/if_media.h ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT)) subtype 419 net/pfvar.h #define PF_OSFP_UNPACK(osfp, class, version, subtype) do { \ subtype 424 net/pfvar.h (subtype) = (osfp) & ((1 << _FP_SUBTYPE_BITS) - 1); \ subtype 426 net/pfvar.h #define PF_OSFP_PACK(osfp, class, version, subtype) do { \ subtype 431 net/pfvar.h (osfp) |= (subtype) & ((1 << _FP_SUBTYPE_BITS) - 1); \ subtype 895 net80211/ieee80211.c int subtype; subtype 919 net80211/ieee80211.c if (ieeerates[i].subtype == IFM_SUBTYPE(mword)) subtype 137 net80211/ieee80211_input.c u_int8_t dir, type, subtype; subtype 437 net80211/ieee80211_input.c subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; subtype 441 net80211/ieee80211_input.c if (subtype != IEEE80211_FC0_SUBTYPE_BEACON && subtype 442 net80211/ieee80211_input.c subtype != IEEE80211_FC0_SUBTYPE_PROBE_RESP) { subtype 452 net80211/ieee80211_input.c switch (subtype) { subtype 471 net80211/ieee80211_input.c ieee80211_mgt_subtype_name[subtype subtype 490 net80211/ieee80211_input.c (*ic->ic_recv_mgmt)(ic, m, ni, subtype, rssi, rstamp); subtype 498 net80211/ieee80211_input.c subtype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; subtype 499 net80211/ieee80211_input.c if (subtype == IEEE80211_FC0_SUBTYPE_PS_POLL) { subtype 1826 net80211/ieee80211_input.c struct ieee80211_node *ni, int subtype, int rssi, u_int32_t rstamp) subtype 1828 net80211/ieee80211_input.c switch (subtype) { subtype 1855 net80211/ieee80211_input.c "handled\n", __func__, subtype));