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

  /external/iproute2/tc/
q_prio.c 47 if (get_integer(&opt.bands, *argv, 10)) {
q_rr.c 47 if (get_integer(&opt.bands, *argv, 10)) {
q_sfq.c 50 if (get_integer(&opt.perturb_period, *argv, 0)) {
tc_stab.c 85 if (get_integer(&s.overhead, *argv, 10)) {
m_pedit.c 246 return get_integer((int *) val, *argv, 0);
349 if (get_integer(&off, *argv, 0))
tc_util.c 184 if (get_integer(&cell, slash+1, 0))
322 if (get_integer(&cell, slash+1, 0))
f_u32.c 218 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))
q_cbq.c 76 if (get_integer(&ewma_log, *argv, 0)) {
254 if (get_integer(&ewma_log, *argv, 0)) {
f_rsvp.c 138 if (get_integer(&pi->offset, *argv, 0))
  /external/iproute2/ip/
iplink.c 219 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/
utils.h 79 extern int get_integer(int *val, const char *arg, int base);
  /external/iproute2/lib/
utils.c 32 int get_integer(int *val, const char *arg, int base) function
  /external/iproute2/misc/
ss.c 975 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)) {
    [all...]

Completed in 1344 milliseconds