OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text2qos
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/plugins/pppoatm/
atm.h
65
/*
text2qos
flags */
97
int
text2qos
(const char *text,struct atm_qos *qos,int flags);
pppoatm.c
148
if (
text2qos
(qosstr, &qos, 0))
text2qos.c
0
/*
text2qos
.c - Converts textual representation of QOS parameters to binary
125
int
text2qos
(const char *text,struct atm_qos *qos,int flags)
function
/external/iproute2/tc/
q_atm.c
64
(void)
text2qos
("aal5,ubr:sdu=9180,rx:none",&qos,0);
85
if (
text2qos
(*argv,&qos,0) < 0) {
/external/iproute2/
configure
14
(void)
text2qos
("aal5,ubr:sdu=9180,rx:none",&qos,0);
Completed in 90 milliseconds