HomeSort by relevance Sort by last modified time
    Searched refs:__t2q_get_rate (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 25 int __t2q_get_rate(const char **text,int up) function
92 if ((value = __t2q_get_rate(text,0)) == RATE_ERROR) return -1;
97 if ((value = __t2q_get_rate(text,0)) == RATE_ERROR) return -1;
102 if ((value = __t2q_get_rate(text,1)) == RATE_ERROR) return -1;
atm.h 105 int __t2q_get_rate(const char **text,int up);

Completed in 111 milliseconds