Searched refs:atm_qos (Results 1 – 8 of 8) sorted by relevance
/external/ppp/pppd/plugins/pppoatm/ |
D | 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); 99 int qos_equal(const struct atm_qos *a,const struct atm_qos *b);
|
D | text2qos.c | 125 int text2qos(const char *text,struct atm_qos *qos,int flags) in text2qos()
|
D | pppoatm.c | 134 struct atm_qos qos; in connect_pppoatm()
|
/external/iproute2/include/linux/ |
D | atm.h | 72 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 159 struct atm_qos { struct
|
/external/kernel-headers/original/linux/ |
D | atm.h | 75 #define SO_ATMQOS __SO_ENCODE(SOL_ATM,2,struct atm_qos) 162 struct atm_qos { struct
|
D | atmdev.h | 297 struct atm_qos qos; /* QOS */ 391 int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags);
|
/external/iproute2/ |
D | configure | 13 struct atm_qos qos;
|
/external/iproute2/tc/ |
D | q_atm.c | 53 struct atm_qos qos; in atm_parse_class_opt()
|