Searched refs:get_u64 (Results 1 - 7 of 7) 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 Diproute_lwtunnel.c209 if (get_u64(&id, *argv, 0))
282 if (get_u64(&id, *argv, 0))
H A Dipxfrm.c1471 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1476 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1481 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1486 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1491 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1496 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1501 ret = get_u64(&lft->soft_packet_limit, *argv, 0);
1506 ret = get_u64(&lft->hard_packet_limit, *argv, 0);
/external/openssh/
H A Dmisc.h95 u_int64_t get_u64(const void *)
H A Dmisc.c761 get_u64(const void *vp) function
/external/iproute2/include/
H A Dutils.h108 int get_u64(__u64 *val, const char *arg, int base);
/external/iproute2/lib/
H A Dutils.c199 int get_u64(__u64 *val, const char *arg, int base) function

Completed in 4322 milliseconds