Searched refs:get_integer (Results 1 - 13 of 13) sorted by relevance

/external/iproute2/tc/
H A Dq_prio.c47 if (get_integer(&opt.bands, *argv, 10)) {
H A Dq_rr.c47 if (get_integer(&opt.bands, *argv, 10)) {
H A Dq_sfq.c50 if (get_integer(&opt.perturb_period, *argv, 0)) {
H A Dtc_stab.c85 if (get_integer(&s.overhead, *argv, 10)) {
H A Dm_pedit.c246 return get_integer((int *) val, *argv, 0);
349 if (get_integer(&off, *argv, 0))
H A Dtc_util.c184 if (get_integer(&cell, slash+1, 0))
322 if (get_integer(&cell, slash+1, 0))
H A Df_u32.c218 if (get_integer(off, p, 0))
719 if (get_integer(&off, *argv, 0))
726 if (get_integer(&off, *argv, 0))
744 if (get_integer(&shift, *argv, 0))
776 if (get_integer(&num, *argv, 0))
H A Dq_cbq.c76 if (get_integer(&ewma_log, *argv, 0)) {
254 if (get_integer(&ewma_log, *argv, 0)) {
H A Df_rsvp.c138 if (get_integer(&pi->offset, *argv, 0))
/external/iproute2/ip/
H A Diplink.c219 if (get_integer(&qlen, *argv, 0))
226 if (get_integer(&mtu, *argv, 0))
233 if (get_integer(&netns, *argv, 0))
646 if (get_integer(&qlen, *argv, 0))
652 if (get_integer(&mtu, *argv, 0))
/external/iproute2/include/
H A Dutils.h79 extern int get_integer(int *val, const char *arg, int base);
/external/iproute2/lib/
H A Dutils.c32 int get_integer(int *val, const char *arg, int base) function
/external/iproute2/misc/
H A Dss.c975 if (get_integer(&a.port, port+1, 0)) {
1000 if (get_integer(&a.port, port+1, 0)) {
1048 if (get_integer(&a.port, port, 0)) {

Completed in 91 milliseconds