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)) {
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))
q_sfq.c 59 if (get_integer(&opt.v0.perturb_period, *argv, 0)) {
f_u32.c 216 if (get_integer(off, p, 0))
752 if (get_integer(&off, *argv, 0))
759 if (get_integer(&off, *argv, 0))
777 if (get_integer(&shift, *argv, 0))
809 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 80 extern int get_integer(int *val, const char *arg, int base);
  /external/iproute2/ip/
iplink.c 318 if (get_integer(&qlen, *argv, 0))
325 if (get_integer(&mtu, *argv, 0))
334 else if (get_integer(&netns, *argv, 0) == 0)
386 if (get_integer(&vf, *argv, 0)) {
818 if (get_integer(&qlen, *argv, 0))
824 if (get_integer(&mtu, *argv, 0))
  /external/iproute2/lib/
utils.c 33 int get_integer(int *val, const char *arg, int base) function
  /external/iproute2/misc/
ss.c 1041 if (get_integer(&a.port, port+1, 0)) {
1066 if (get_integer(&a.port, port+1, 0)) {
1114 if (get_integer(&a.port, port, 0)) {
    [all...]

Completed in 198 milliseconds