Searched refs:qos (Results 1 - 25 of 29) sorted by relevance

12

/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c125 int text2qos(const char *text,struct atm_qos *qos,int flags) argument
153 if (qos && !(flags & T2Q_DEFAULTS)) memset(qos,0,sizeof(*qos));
154 if (qos) qos->txtp.traffic_class = qos->rxtp.traffic_class = traffic_class;
155 if (qos && aal) qos->aal = aal;
157 if (params(&text,qos
[all...]
H A Dpppoatm.c51 { "qos", o_string, &qosstr,
134 struct atm_qos qos; local
144 memset(&qos, 0, sizeof qos);
145 qos.txtp.traffic_class = qos.rxtp.traffic_class = ATM_UBR;
148 if (text2qos(qosstr, &qos, 0))
150 qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead();
151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
152 qos
[all...]
H A Datm.h97 int text2qos(const char *text,struct atm_qos *qos,int flags);
98 int qos2text(char *buffer,int length,const struct atm_qos *qos,int flags);
/external/iproute2/tc/
H A Dq_atm.c43 "[ qos QOS ] [ sndbuf BYTES ]\n");
53 struct atm_qos qos; local
64 (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);
83 else if (!strcmp(*argv,"qos")) {
85 if (text2qos(*argv,&qos,0) < 0) {
156 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) {
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c572 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags);
573 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
574 UINT32_TO_STREAM (p, p_cfg->qos.token_rate);
575 UINT32_TO_STREAM (p, p_cfg->qos.token_bucket_size);
576 UINT32_TO_STREAM (p, p_cfg->qos.peak_bandwidth);
577 UINT32_TO_STREAM (p, p_cfg->qos.latency);
578 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation);
672 UINT8_TO_STREAM (p, p_cfg->qos.qos_flags);
673 UINT8_TO_STREAM (p, p_cfg->qos.service_type);
674 UINT32_TO_STREAM (p, p_cfg->qos
[all...]
H A Dl2c_main.c494 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p);
495 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
496 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p);
497 STREAM_TO_UINT32 (cfg_info.qos.token_bucket_size, p);
498 STREAM_TO_UINT32 (cfg_info.qos.peak_bandwidth, p);
499 STREAM_TO_UINT32 (cfg_info.qos.latency, p);
500 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p);
596 STREAM_TO_UINT8 (cfg_info.qos.qos_flags, p);
597 STREAM_TO_UINT8 (cfg_info.qos.service_type, p);
598 STREAM_TO_UINT32 (cfg_info.qos
[all...]
/external/iproute2/
H A Dconfigure15 struct atm_qos qos;
16 (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);
/external/kernel-headers/original/linux/
H A Dif_link.h265 __u32 qos; member in struct:ifla_vf_vlan
277 __u32 qos; member in struct:ifla_vf_info
H A Datmdev.h297 struct atm_qos qos; /* QOS */ member in struct:atm_vcc
391 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
/external/qemu/hw/
H A Dbt-l2cap.c502 l2cap_conf_opt_qos *qos; local
558 qos = (void *) opt->val;
561 val = qos->flags;
563 qos->flags = 0;
568 val = qos->service_type;
571 qos->service_type = L2CAP_CONF_QOS_BEST_EFFORT;
580 val = le32_to_cpu(qos->token_rate);
582 qos->token_rate = cpu_to_le32(0x100000);
585 val = le32_to_cpu(qos->token_bucket_size);
587 qos
[all...]
H A Dbt.h719 hci_qos qos; member in struct:__anon24681
1416 hci_qos qos; member in struct:__anon24767
1551 hci_qos qos; member in struct:__anon24786
/external/iproute2/include/linux/
H A Dif_link.h295 __u32 qos; member in struct:ifla_vf_vlan
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h221 int qos)
225 hapd->driver->poll_client(hapd->drv_priv, own_addr, addr, qos);
219 hostapd_drv_poll_client(struct hostapd_data *hapd, const u8 *own_addr, const u8 *addr, int qos) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h221 int qos)
225 hapd->driver->poll_client(hapd->drv_priv, own_addr, addr, qos);
219 hostapd_drv_poll_client(struct hostapd_data *hapd, const u8 *own_addr, const u8 *addr, int qos) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h221 int qos)
225 hapd->driver->poll_client(hapd->drv_priv, own_addr, addr, qos);
219 hostapd_drv_poll_client(struct hostapd_data *hapd, const u8 *own_addr, const u8 *addr, int qos) argument
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h155 FLOW_SPEC qos; member in struct:__anon1412
/external/iproute2/ip/
H A Diplink.c73 fprintf(stderr, " [ vlan VLANID [ qos VLAN-QOS ] ]\n");
220 ivv.qos = 0;
223 if (matches(*argv, "qos") == 0) {
225 if (get_unsigned(&ivv.qos, *argv, 0)) {
226 invarg("Invalid \"qos\" value\n", *argv);
H A Dipaddress.c257 if (vf_vlan->qos)
258 fprintf(fp, ", qos %d", vf_vlan->qos);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2713 * @qos: Indicates whether station is QoS station
2720 const u8 *addr, int qos);
H A Ddriver_hostap.c1141 const u8 *addr, int qos)
1140 wpa_driver_hostap_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) argument
H A Ddriver_nl80211.c7392 int qos = flags & WPA_STA_WMM; local
7400 len = sizeof(*hdr) + (qos ? 2 : 0) + sizeof(rfc1042_header) + 2 +
7414 if (qos) {
7424 if (qos) {
10239 const u8 *addr, int qos)
10253 if (qos) {
10277 int qos)
10284 nl80211_send_null_frame(bss, own_addr, addr, qos);
10238 nl80211_send_null_frame(struct i802_bss *bss, const u8 *own_addr, const u8 *addr, int qos) argument
10276 nl80211_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2713 * @qos: Indicates whether station is QoS station
2720 const u8 *addr, int qos);
H A Ddriver_hostap.c1141 const u8 *addr, int qos)
1140 wpa_driver_hostap_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2713 * @qos: Indicates whether station is QoS station
2720 const u8 *addr, int qos);
H A Ddriver_hostap.c1141 const u8 *addr, int qos)
1140 wpa_driver_hostap_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) argument

Completed in 506 milliseconds

12