HomeSort by relevance Sort by last modified time
    Searched defs:qos (Results 1 - 11 of 11) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_tcp.h 38 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
44 * Messge type dir. hdr.v?i type addr qos vcc result
atmsvc.h 34 struct atm_qos qos; /* QOS parameters */ member in struct:atmsvc_msg
atmmpc.h 59 struct atm_qos qos; member in struct:k_message
  /external/iproute2/tc/
q_atm.c 45 "[ qos QOS ] [ sndbuf BYTES ]\n");
55 struct atm_qos qos; local
66 (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);
85 else if (!strcmp(*argv,"qos")) {
87 if (text2qos(*argv,&qos,0) < 0) {
158 if (setsockopt(s,SOL_ATM,SO_ATMQOS,&qos,sizeof(qos)) < 0) {
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 51 { "qos", o_string, &qosstr,
52 "set QoS for PPPoATM connection", 1},
134 struct atm_qos qos; local
144 memset(&qos, 0, sizeof qos);
145 qos.txtp.traffic_class = qos.rxtp.traffic_class = ATM_UBR;
146 /* TODO: support simplified QoS setting */
148 if (text2qos(qosstr, &qos, 0))
149 fatal("Can't parse QoS: \"%s\"")
    [all...]
  /external/qemu/hw/
bt-l2cap.c 504 l2cap_conf_opt_qos *qos; local
560 qos = (void *) opt->val;
563 val = qos->flags;
565 qos->flags = 0;
570 val = qos->service_type;
573 qos->service_type = L2CAP_CONF_QOS_BEST_EFFORT;
582 val = le32_to_cpu(qos->token_rate);
584 qos->token_rate = cpu_to_le32(0x100000);
587 val = le32_to_cpu(qos->token_bucket_size);
589 qos->token_bucket_size = cpu_to_le32(65500)
    [all...]
bt.h 721 hci_qos qos; member in struct:__anon6177
1418 hci_qos qos; member in struct:__anon6263
1553 hci_qos qos; member in struct:__anon6282
    [all...]
  /external/kernel-headers/original/linux/
atmdev.h 255 ATM_VF_HASQOS, /* QOS parameters have been set */
297 struct atm_qos qos; /* QOS */ member in struct:atm_vcc
391 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h 53 /** @defgroup QoS Quality Of Service group
54 * \brief The Quality of Service group includes the list of functions which perform the TWD QoS
370 * Qos header: 0/2 bytes, for QoS-data or QoS-Null the two QoS bytes are added.
373 * HT control: 0/4 added only for packte support QoS and HT
1485 TI_UINT16 qos; \/**< *\/ member in struct:__anon18747
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 601 hci_qos qos; member in struct:__anon1555
1628 hci_qos qos; member in struct:__anon1687
1760 hci_qos qos; member in struct:__anon1705
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h 53 /** @defgroup QoS Quality Of Service group
54 * \brief The Quality of Service group includes the list of functions which perform the TWD QoS
378 * Qos header: 0/2 bytes, for QoS-data or QoS-Null the two QoS bytes are added.
381 * HT control: 0/4 added only for packte support QoS and HT
1517 TI_UINT16 qos; \/**< *\/ member in struct:__anon10424
    [all...]

Completed in 442 milliseconds