Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c132 if (get_u64(&gc_int, *argv, 0)) in ipntable_modify()
154 if (get_u64(&breachable, *argv, 0)) in ipntable_modify()
166 if (get_u64(&retrans, *argv, 0)) in ipntable_modify()
178 if (get_u64(&gc_stale, *argv, 0)) in ipntable_modify()
190 if (get_u64(&delay_probe, *argv, 0)) in ipntable_modify()
246 if (get_u64(&anycast_delay, *argv, 0)) in ipntable_modify()
258 if (get_u64(&proxy_delay, *argv, 0)) in ipntable_modify()
281 if (get_u64(&locktime, *argv, 0)) in ipntable_modify()
Diplink_bridge.c255 if (get_u64(&mcast_last_member_intvl, *argv, 0)) in bridge_parse_opt()
265 if (get_u64(&mcast_membership_intvl, *argv, 0)) in bridge_parse_opt()
275 if (get_u64(&mcast_querier_intvl, *argv, 0)) in bridge_parse_opt()
285 if (get_u64(&mcast_query_intvl, *argv, 0)) in bridge_parse_opt()
295 if (get_u64(&mcast_query_resp_intvl, *argv, 0)) in bridge_parse_opt()
305 if (get_u64(&mcast_startup_query_intvl, *argv, 0)) in bridge_parse_opt()
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()
/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.h98 int get_u64(__u64 *val, const char *arg, int base);
/external/iproute2/lib/
Dutils.c214 int get_u64(__u64 *val, const char *arg, int base) in get_u64() function
374 int ret = get_u64(&v, arg, base); in get_be64()