Searched refs:get_u64 (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/ip/
H A Dipntable.c139 if (get_u64(&gc_int, *argv, 0))
161 if (get_u64(&breachable, *argv, 0))
173 if (get_u64(&retrans, *argv, 0))
185 if (get_u64(&gc_stale, *argv, 0))
197 if (get_u64(&delay_probe, *argv, 0))
255 if (get_u64(&anycast_delay, *argv, 0))
267 if (get_u64(&proxy_delay, *argv, 0))
290 if (get_u64(&locktime, *argv, 0))
H A Dipxfrm.c1395 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1400 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1405 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1410 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1415 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1420 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1425 ret = get_u64(&lft->soft_packet_limit, *argv, 0);
1430 ret = get_u64(&lft->hard_packet_limit, *argv, 0);
/external/iproute2/include/
H A Dutils.h86 extern int get_u64(__u64 *val, const char *arg, int base);
/external/iproute2/lib/
H A Dutils.c146 int get_u64(__u64 *val, const char *arg, int base) function

Completed in 511 milliseconds