Home
last modified time | relevance | path

Searched refs:text2qos (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/tc/
Dq_atm.c61 (void) text2qos("aal5,ubr:sdu=9180,rx:none", &qos, 0); in atm_parse_class_opt()
80 if (text2qos(*argv, &qos, 0) < 0) { in atm_parse_class_opt()
/external/ppp/pppd/plugins/pppoatm/
DCOPYING2 text2qos.c are taken from the linux-atm libraries. These are
DMakefile.linux28 PLUGIN_OBJS += text2qos.o text2atm.o misc.o ans.o
Datm.h97 int text2qos(const char *text,struct atm_qos *qos,int flags);
Dpppoatm.c145 if (text2qos(qosstr, &qos, 0)) in connect_pppoatm()
Dtext2qos.c125 int text2qos(const char *text,struct atm_qos *qos,int flags) in text2qos() function
/external/iproute2/
Dconfigure47 (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0);