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 44 if (get_integer(&opt.bands, *argv, 10)) {
q_rr.c 45 if (get_integer(&opt.bands, *argv, 10)) {
q_sfq.c 48 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 216 if (get_integer(off, p, 0))
751 if (get_integer(&off, *argv, 0))
758 if (get_integer(&off, *argv, 0))
776 if (get_integer(&shift, *argv, 0))
808 if (get_integer(&num, *argv, 0))
q_cbq.c 75 if (get_integer(&ewma_log, *argv, 0)) {
253 if (get_integer(&ewma_log, *argv, 0)) {
f_rsvp.c 136 if (get_integer(&pi->offset, *argv, 0))
  /external/iproute2/include/
utils.h 79 extern int get_integer(int *val, const char *arg, int base);
  /external/iproute2/ip/
iplink.c 290 if (get_integer(&qlen, *argv, 0))
297 if (get_integer(&mtu, *argv, 0))
304 if (get_integer(&netns, *argv, 0))
355 if (get_integer(&vf, *argv, 0)) {
729 if (get_integer(&qlen, *argv, 0))
735 if (get_integer(&mtu, *argv, 0))
  /external/iproute2/lib/
utils.c 32 int get_integer(int *val, const char *arg, int base) function
  /external/iproute2/misc/
ss.c 1032 if (get_integer(&a.port, port+1, 0)) {
1057 if (get_integer(&a.port, port+1, 0)) {
1105 if (get_integer(&a.port, port, 0)) {
    [all...]

Completed in 111 milliseconds