HomeSort by relevance Sort by last modified time
    Searched refs:get_u64 (Results 1 - 9 of 9) sorted by null

  /external/iproute2/ip/
ipntable.c 132 if (get_u64(&gc_int, *argv, 0))
154 if (get_u64(&breachable, *argv, 0))
166 if (get_u64(&retrans, *argv, 0))
178 if (get_u64(&gc_stale, *argv, 0))
190 if (get_u64(&delay_probe, *argv, 0))
246 if (get_u64(&anycast_delay, *argv, 0))
258 if (get_u64(&proxy_delay, *argv, 0))
281 if (get_u64(&locktime, *argv, 0))
iplink_bridge.c 255 if (get_u64(&mcast_last_member_intvl, *argv, 0))
265 if (get_u64(&mcast_membership_intvl, *argv, 0))
275 if (get_u64(&mcast_querier_intvl, *argv, 0))
285 if (get_u64(&mcast_query_intvl, *argv, 0))
295 if (get_u64(&mcast_query_resp_intvl, *argv, 0))
305 if (get_u64(&mcast_startup_query_intvl, *argv, 0))
ipxfrm.c 1456 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1461 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1466 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1471 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1476 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 92 uint64_t get_u64(int attribute) { function in class:WifiEvent
137 uint64_t get_u64() { function in class:nl_iterator
255 u64 get_u64(const struct nlattr *nla) function in class:WifiRequest
455 virtual u64 get_u64(const struct nlattr *nla);
cpp_bindings.cpp 900 u64 WifiVendorCommand::get_u64(const struct nlattr *nla) function in class:WifiVendorCommand
902 return mMsg.get_u64(nla);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 92 uint64_t get_u64(int attribute) { function in class:WifiEvent
137 uint64_t get_u64() { function in class:nl_iterator
gscan.cpp 351 result->ts = it2.get_u64();
357 result->rtt = it2.get_u64();
359 result->rtt_sd = it2.get_u64();
    [all...]
  /external/iproute2/include/
utils.h 98 int get_u64(__u64 *val, const char *arg, int base);
  /external/iproute2/lib/
utils.c 214 int get_u64(__u64 *val, const char *arg, int base) function
374 int ret = get_u64(&v, arg, base);

Completed in 103 milliseconds