HomeSort by relevance Sort by last modified time
    Searched refs:qos (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 1 /* text2qos.c - Converts textual representation of QOS parameters to binary
125 int text2qos(const char *text,struct atm_qos *qos,int flags)
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
    [all...]
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...]
atm.h 97 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);
  /bionic/libc/kernel/uapi/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /development/ndk/platforms/android-L/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /external/kernel-headers/original/uapi/linux/
atm_tcp.h 39 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
45 * 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm_tcp.h 39 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
45 * 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_tcp.h 39 struct atm_qos qos; /* both directions */ member in struct:atmtcp_control
45 * 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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atm_tcp.h 42 struct atm_qos qos; member in struct:atmtcp_control
atmsvc.h 40 struct atm_qos qos; member in struct:atmsvc_msg

Completed in 1467 milliseconds

1 2 3