Home
last modified time | relevance | path

Searched refs:atm_qos (Results 1 – 8 of 8) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
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);
99 int qos_equal(const struct atm_qos *a,const struct atm_qos *b);
Dtext2qos.c125 int text2qos(const char *text,struct atm_qos *qos,int flags) in text2qos()
Dpppoatm.c134 struct atm_qos qos; in connect_pppoatm()
/external/iproute2/include/linux/
Datm.h72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
159 struct atm_qos { struct
/external/kernel-headers/original/linux/
Datm.h75 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos)
162 struct atm_qos { struct
Datmdev.h297 struct atm_qos qos; /* QOS */
391 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
/external/iproute2/
Dconfigure13 struct atm_qos qos;
/external/iproute2/tc/
Dq_atm.c53 struct atm_qos qos; in atm_parse_class_opt()