Home
last modified time | relevance | path

Searched refs:get_u64 (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Dipntable.c139 if (get_u64(&gc_int, *argv, 0)) in ipntable_modify()
161 if (get_u64(&breachable, *argv, 0)) in ipntable_modify()
173 if (get_u64(&retrans, *argv, 0)) in ipntable_modify()
185 if (get_u64(&gc_stale, *argv, 0)) in ipntable_modify()
197 if (get_u64(&delay_probe, *argv, 0)) in ipntable_modify()
255 if (get_u64(&anycast_delay, *argv, 0)) in ipntable_modify()
267 if (get_u64(&proxy_delay, *argv, 0)) in ipntable_modify()
290 if (get_u64(&locktime, *argv, 0)) in ipntable_modify()
Dipxfrm.c1471 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0); in xfrm_lifetime_cfg_parse()
1476 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0); in xfrm_lifetime_cfg_parse()
1481 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0); in xfrm_lifetime_cfg_parse()
1486 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0); in xfrm_lifetime_cfg_parse()
1491 ret = get_u64(&lft->soft_byte_limit, *argv, 0); in xfrm_lifetime_cfg_parse()
1496 ret = get_u64(&lft->hard_byte_limit, *argv, 0); in xfrm_lifetime_cfg_parse()
1501 ret = get_u64(&lft->soft_packet_limit, *argv, 0); in xfrm_lifetime_cfg_parse()
1506 ret = get_u64(&lft->hard_packet_limit, *argv, 0); in xfrm_lifetime_cfg_parse()
Diproute_lwtunnel.c209 if (get_u64(&id, *argv, 0)) in parse_encap_ip()
282 if (get_u64(&id, *argv, 0)) in parse_encap_ip6()
/external/openssh/
Dmisc.h103 u_int64_t get_u64(const void *)
Dmisc.c831 get_u64(const void *vp) in get_u64() function
/external/iproute2/include/
Dutils.h108 int get_u64(__u64 *val, const char *arg, int base);
/external/iproute2/lib/
Dutils.c199 int get_u64(__u64 *val, const char *arg, int base) in get_u64() function