| /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/netbt/ |
| l2cap_signal.c | 538 * We don't actually support QoS, but an incoming 542 m_copydata(m, 0, L2CAP_OPT_QOS_SIZE, &val.qos); 543 switch (val.qos.service_type) { 561 l2cap_qos_btoh(&chan->lc_iqos, &val.qos); 757 * QoS request, where they need to state their 762 m_copydata(m, 0, L2CAP_OPT_QOS_SIZE, &val.qos); 763 switch (val.qos.service_type) { 766 l2cap_qos_btoh(&chan->lc_oqos, &val.qos); 961 * 0 2 Bi-directional QoS 1172 /* Outgoing QoS Flow (24 octets) * [all...] |
| 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/sys/arch/mips/cavium/dev/ |
| octeon_powvar.h | 155 int qos, /* 0-7 */ 169 __SHIFTIN(qos, POW_STORE_DATA_QOS) | 189 0, /* qos (not used for SWTAG) */ 208 0, /* qos (not used for SWTAG_FULL) */ 226 0, /* qos (not used for SWTAG_DESCHED) */ 244 0, /* qos (not used for DESCHED) */ 253 octpow_ops_addwq(paddr_t addr, int qos, int grp, int type, uint32_t tag) 262 qos, 280 0, /* qos (not used for UPD_WQP_GRP) */ 298 0, /* qos (not used for CLR_NSCHED) * [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_io.h | 87 extern int qos;
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ap_drv_ops.h | 280 int qos) 284 hapd->driver->poll_client(hapd->drv_priv, own_addr, addr, qos);
|
| /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| ddeml.d | 226 SECURITY_QUALITY_OF_SERVICE qos;
|
| /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));
|
| ntp_config.c | 4188 qos = curr_var->value.i << 2;
|
| /src/sys/dev/usb/ |
| 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) !=
|
| 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;
|
| /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_hostap.c | 1155 const u8 *addr, int qos)
|
| driver.h | 2208 /** Driver supports QoS Mapping */ 4247 * set_qos_map - Set QoS Map 4249 * @qos_map_set: QoS Map 4250 * @qos_map_set_len: Length of QoS Map 4486 * @qos: Indicates whether station is QoS station 4493 const u8 *addr, int qos);
|
| 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/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/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...] |