Searched refs:get_u64 (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | ipntable.c | 139 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()
|
D | ipxfrm.c | 1471 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()
|
D | iproute_lwtunnel.c | 209 if (get_u64(&id, *argv, 0)) in parse_encap_ip() 282 if (get_u64(&id, *argv, 0)) in parse_encap_ip6()
|
/external/openssh/ |
D | misc.h | 103 u_int64_t get_u64(const void *)
|
D | misc.c | 831 get_u64(const void *vp) in get_u64() function
|
/external/iproute2/include/ |
D | utils.h | 108 int get_u64(__u64 *val, const char *arg, int base);
|
/external/iproute2/lib/ |
D | utils.c | 199 int get_u64(__u64 *val, const char *arg, int base) in get_u64() function
|