Home
last modified time | relevance | path

Searched refs:get_unsigned (Results 1 – 25 of 30) sorted by relevance

12

/external/iproute2/tc/
Dq_hhf.c43 if (get_unsigned(&limit, *argv, 0)) { in hhf_parse_opt()
49 if (get_unsigned(&quantum, *argv, 0)) { in hhf_parse_opt()
55 if (get_unsigned(&hh_limit, *argv, 0)) { in hhf_parse_opt()
67 if (get_unsigned(&admit_bytes, *argv, 0)) { in hhf_parse_opt()
79 if (get_unsigned(&non_hh_weight, *argv, 0)) { in hhf_parse_opt()
Dq_fq.c99 if (get_unsigned(&plimit, *argv, 0)) { in fq_parse_opt()
106 if (get_unsigned(&flow_plimit, *argv, 0)) { in fq_parse_opt()
113 if (get_unsigned(&buckets, *argv, 0)) { in fq_parse_opt()
133 if (get_unsigned(&quantum, *argv, 0)) { in fq_parse_opt()
140 if (get_unsigned(&initial_quantum, *argv, 0)) { in fq_parse_opt()
147 if (get_unsigned(&orphan_mask, *argv, 0)) { in fq_parse_opt()
Dq_choke.c53 if (get_unsigned(&opt.limit, *argv, 0)) { in choke_parse_opt()
67 if (get_unsigned(&opt.qth_min, *argv, 0)) { in choke_parse_opt()
73 if (get_unsigned(&opt.qth_max, *argv, 0)) { in choke_parse_opt()
79 if (get_unsigned(&burst, *argv, 0)) { in choke_parse_opt()
Dq_pie.c59 if (get_unsigned(&limit, *argv, 0)) { in pie_parse_opt()
77 if (get_unsigned(&alpha, *argv, 0) || in pie_parse_opt()
84 if (get_unsigned(&beta, *argv, 0) || in pie_parse_opt()
Dq_gred.c62 if (get_unsigned(&opt.DPs, *argv, 10)) { in init_gred()
77 if (get_unsigned(&opt.def_DP, *argv, 10)) { in init_gred()
168 if (get_unsigned(&opt.DP, *argv, 10)) { in gred_parse_opt()
179 if (get_unsigned(&burst, *argv, 0)) { in gred_parse_opt()
Dq_fq_codel.c74 if (get_unsigned(&limit, *argv, 0)) { in fq_codel_parse_opt()
80 if (get_unsigned(&flows, *argv, 0)) { in fq_codel_parse_opt()
86 if (get_unsigned(&quantum, *argv, 0)) { in fq_codel_parse_opt()
Df_rsvp.c240 if (get_unsigned(&tid, *argv, 0)) { in rsvp_parse_opt()
249 if (get_unsigned(&tid, *argv, 0)) { in rsvp_parse_opt()
258 if (get_unsigned(&tid, *argv, 0)) { in rsvp_parse_opt()
Dq_prio.c66 if (get_unsigned(&band, *argv, 10)) { in prio_parse_opt()
Dq_rr.c67 if (get_unsigned(&band, *argv, 10)) { in rr_parse_opt()
De_bpf.c89 if (get_unsigned(&key, *argv, 0)) { in parse_bpf()
Dm_skbedit.c71 if (get_unsigned(&tmp, *argv, 10) || tmp > 65535) { in parse_skbedit()
Dq_codel.c74 if (get_unsigned(&limit, *argv, 0)) { in codel_parse_opt()
Dq_red.c71 if (get_unsigned(&burst, *argv, 0)) { in red_parse_opt()
Dq_sfq.c122 if (get_unsigned(&burst, *argv, 0)) { in sfq_parse_opt()
/external/iproute2/ip/
Dlink_vti.c123 if (get_unsigned(&uval, *argv, 0) < 0) { in vti_parse_opt()
139 if (get_unsigned(&uval, *argv, 0) < 0) { in vti_parse_opt()
153 if (get_unsigned(&uval, *argv, 0) < 0) { in vti_parse_opt()
Dlink_vti6.c119 if (get_unsigned(&uval, *argv, 0) < 0) { in vti6_parse_opt()
135 if (get_unsigned(&uval, *argv, 0) < 0) { in vti6_parse_opt()
149 if (get_unsigned(&uval, *argv, 0) < 0) { in vti6_parse_opt()
Dlink_gre.c167 if (get_unsigned(&uval, *argv, 0) < 0) { in gre_parse_opt()
184 if (get_unsigned(&uval, *argv, 0)<0) { in gre_parse_opt()
199 if (get_unsigned(&uval, *argv, 0)<0) { in gre_parse_opt()
246 if (get_unsigned(&uval, *argv, 0)) in gre_parse_opt()
Diproute.c761 if (get_unsigned(&w, *argv, 0) || w == 0 || w > 256) in parse_one_nh()
937 if (get_unsigned(&mtu, *argv, 0)) in iproute_modify()
947 if (get_unsigned(&hoplimit, *argv, 0) || hoplimit > 255) in iproute_modify()
957 if (get_unsigned(&mss, *argv, 0)) in iproute_modify()
967 if (get_unsigned(&reord, *argv, 0)) in iproute_modify()
997 if (get_unsigned(&win, *argv, 0)) in iproute_modify()
1007 if (get_unsigned(&win, *argv, 0)) in iproute_modify()
1017 if (get_unsigned(&win, *argv, 0)) in iproute_modify()
1027 if (get_unsigned(&win, *argv, 0)) in iproute_modify()
1047 if (get_unsigned(&quickack, *argv, 0)) in iproute_modify()
[all …]
Dlink_gre6.c163 if (get_unsigned(&uval, *argv, 0) < 0) { in gre_parse_opt()
180 if (get_unsigned(&uval, *argv, 0)<0) { in gre_parse_opt()
195 if (get_unsigned(&uval, *argv, 0)<0) { in gre_parse_opt()
Drtm_map.c123 return get_unsigned(realms, arg, 0); in get_rt_realms_or_raw()
Diplink.c288 if (get_unsigned(&ivv.vlan, *argv, 0)) in iplink_parse_vf()
297 if (get_unsigned(&ivv.qos, *argv, 0)) in iplink_parse_vf()
309 if (get_unsigned(&ivt.rate, *argv, 0)) in iplink_parse_vf()
321 if (get_unsigned(&tivt.max_tx_rate, *argv, 0)) in iplink_parse_vf()
328 if (get_unsigned(&tivt.min_tx_rate, *argv, 0)) in iplink_parse_vf()
Diplink_geneve.c66 if (get_unsigned(&uval, *argv, 0)) in geneve_parse_opt()
Dtunnel.c191 if (get_unsigned(&uval, key, 0) < 0) { in tnl_parse_key()
Dip.c269 if (get_unsigned(&size, argv[1], 0)) { in main()
/external/iproute2/include/
Dutils.h103 int get_unsigned(unsigned *val, const char *arg, int base);

12