Searched refs:get_unsigned (Results 1 - 18 of 18) sorted by relevance

/external/iproute2/tc/
H A Dq_choke.c53 if (get_unsigned(&opt.limit, *argv, 0)) {
67 if (get_unsigned(&opt.qth_min, *argv, 0)) {
73 if (get_unsigned(&opt.qth_max, *argv, 0)) {
79 if (get_unsigned(&burst, *argv, 0)) {
H A Dq_prio.c66 if (get_unsigned(&band, *argv, 10)) {
H A Dq_rr.c67 if (get_unsigned(&band, *argv, 10)) {
H A Df_rsvp.c240 if (get_unsigned(&tid, *argv, 0)) {
249 if (get_unsigned(&tid, *argv, 0)) {
258 if (get_unsigned(&tid, *argv, 0)) {
H A Dm_skbedit.c72 if (get_unsigned(&tmp, *argv, 10) || tmp > 65535) {
H A Dq_red.c71 if (get_unsigned(&burst, *argv, 0)) {
H A Dq_sfq.c122 if (get_unsigned(&burst, *argv, 0)) {
H A Dq_gred.c175 if (get_unsigned(&burst, *argv, 0)) {
H A Df_u32.c1038 if (get_unsigned(&divisor, *argv, 0) ||
1099 if (get_unsigned(&divisor, *argv, 0) || divisor == 0 ||
/external/iproute2/ip/
H A Dlink_gre.c142 if (get_unsigned(&uval, *argv, 0) < 0) {
159 if (get_unsigned(&uval, *argv, 0)<0) {
174 if (get_unsigned(&uval, *argv, 0)<0) {
218 if (get_unsigned(&uval, *argv, 0))
H A Diproute.c650 if (get_unsigned(&w, *argv, 0) || w == 0 || w > 256)
792 if (get_unsigned(&mtu, *argv, 0))
802 if (get_unsigned(&hoplimit, *argv, 0))
812 if (get_unsigned(&mss, *argv, 0))
822 if (get_unsigned(&reord, *argv, 0))
852 if (get_unsigned(&win, *argv, 0))
862 if (get_unsigned(&win, *argv, 0))
872 if (get_unsigned(&win, *argv, 0))
882 if (get_unsigned(&win, *argv, 0))
903 if (get_unsigned(
[all...]
H A Dip.c238 if (get_unsigned(&size, argv[1], 0)) {
H A Diptunnel.c109 if (get_unsigned(&uval, *argv, 0)<0) {
122 if (get_unsigned(&uval, *argv, 0)<0) {
135 if (get_unsigned(&uval, *argv, 0)<0) {
175 if (get_unsigned(&uval, *argv, 0))
H A Diplink.c216 if (get_unsigned(&ivv.vlan, *argv, 0)) {
225 if (get_unsigned(&ivv.qos, *argv, 0)) {
237 if (get_unsigned(&ivt.rate, *argv, 0)) {
H A Dipneigh.c76 if (get_unsigned(state, arg, 0))
H A Dipxfrm.c1241 if (get_unsigned(&uval, *argv, 0)<0) {
/external/iproute2/include/
H A Dutils.h81 extern int get_unsigned(unsigned *val, const char *arg, int base);
/external/iproute2/lib/
H A Dutils.c66 if (!get_unsigned(val, arg, base))
82 int get_unsigned(unsigned *val, const char *arg, int base) function

Completed in 642 milliseconds