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

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 289 uint8_t qos; local
296 /* nonce[0] is qos, determined later */
314 * on whether this is a 4-address frame/QOS frame.
318 * a QOS frame.
326 qos = qwh4->i_qos[0] & 0x0f; /* just priority bits */
327 ad[28] = qos;
331 qos = 0;
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
339 ad[22] = qos;
343 qos = 0
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 1986 /* XXX: use non-QoS tid? */
2483 uint16_t qos; local
2485 qos = ieee80211_get_qos(wh);
2486 tid = qos & IEEE80211_QOS_TID;
if_otus.c 1951 uint16_t macctl, qos; local
1973 qos = ieee80211_get_qos(wh);
1974 qid = ieee80211_up_to_ac(ic, qos & IEEE80211_QOS_TID);
1976 qos = 0;
1981 qos = 0;
1999 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY_MASK) ==
if_run.c 2539 uint16_t qos, dur, mcs; local
2563 qos = ((struct ieee80211_qosframe *)wh)->i_qos[0];
2564 tid = qos & IEEE80211_QOS_TID;
2567 qos = 0;
2631 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
  /src/sys/dev/ic/
arn5008.c 1099 /* XXX: use non-QoS tid? */
1317 uint16_t qos; local
1356 /* XXX 2-byte padding for QoS and 4-addr headers. */
1363 qos = ieee80211_get_qos(wh);
1364 tid = qos & IEEE80211_QOS_TID;
1367 qos = ieee80211_get_qos(wh);
1372 qos = 0;
1376 qos = 0;
1380 qos = 0;
1486 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) =
    [all...]
arn9003.c 1245 /* XXX: use non-QoS tid? */
1470 uint16_t qos; local
1509 /* XXX 2-byte padding for QoS and 4-addr headers. */
1516 qos = ieee80211_get_qos(wh);
1517 tid = qos & IEEE80211_QOS_TID;
1520 qos = ieee80211_get_qos(wh);
1525 qos = 0;
1529 qos = 0;
1533 qos = 0;
1643 (hasqos && (qos & IEEE80211_QOS_ACKPOLICY_MASK) =
    [all...]
rt2860.c 1636 uint16_t qos, dur; local
1662 qos = ieee80211_get_qos(wh);
1663 tid = qos & IEEE80211_QOS_TID;
1666 qos = 0;
1694 /* let HW generate seq numbers for non-QoS frames */
1727 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
  /src/sys/dev/pci/
if_rtwn.c 1834 uint16_t qos, seq; local
1853 qos = ieee80211_get_qos(wh);
1854 tid = qos & IEEE80211_QOS_TID;
1861 /* non-qos data frames */
1946 /* Use HW sequence numbering for non-QoS frames. */
if_iwm.c 4948 uint16_t qos = ieee80211_get_qos(wh); local
4949 int qostid = qos & IEEE80211_QOS_TID;
7910 /* No QoS encapsulation for EAPOL frames. */
  /src/sys/netbt/
l2cap.h 193 /* L2CAP QoS type */
293 l2cap_qos_t qos; /* L2CAP_OPT_QOS */ member in union:__anon7414
343 #define SO_L2CAP_IQOS 3 /* incoming QoS */
344 #define SO_L2CAP_OQOS 4 /* outgoing QoS */
388 l2cap_qos_t lc_iqos; /* incoming QoS flow control */
389 l2cap_qos_t lc_oqos; /* outgoing Qos flow control */
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 81 int qos = IPTOS_DSCP_EF; /* QoS RFC3246 */ variable
3016 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (void *)&qos,
3017 sizeof(qos)))
3020 qos, stoa(addr));
3031 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, (void *)&qos,
3032 sizeof(qos)))
3035 qos, stoa(addr));
  /src/crypto/external/bsd/openssh/dist/
packet.c 199 /* QoS handling */
2271 int qos = state->interactive_mode ? local
2280 set_sock_tos(ssh->state->connection_in, qos);
2293 /* Set QoS flags to be used for interactive and non-interactive sessions */
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 2525 /* QoS Map Configure */
2671 /* Protected QoS Management Action frame */
6282 int qos = flags & WPA_STA_WMM; local
6295 len = sizeof(*hdr) + (qos ? 2 : 0) + sizeof(rfc1042_header) + 2 +
6309 if (qos) {
6319 if (qos) {
6320 /* Set highest priority in QoS header */
10318 const u8 *addr, int qos)
10332 if (qos) {
10356 int qos)
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 2635 #define kQoSArgShortName "QoS class"
2668 StringOptionEx( 'q', "qos", &gGAINew_QoS, kQoSArgShortName, "Specifies the QoS of the queue used for the dnssd_getaddrinfo object.", false,
33444 qos_class_t qos; local
    [all...]

Completed in 139 milliseconds