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

  /external/iproute2/ip/
ipntable.c 139 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))
iproute_lwtunnel.c 209 if (get_u64(&id, *argv, 0))
282 if (get_u64(&id, *argv, 0))
ipxfrm.c 1471 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
    [all...]
  /external/openssh/
misc.h 95 u_int64_t get_u64(const void *)
misc.c 761 get_u64(const void *vp) function
  /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
235 u64 get_u64(const struct nlattr *nla) function in class:WifiRequest
433 virtual u64 get_u64(const struct nlattr *nla);
cpp_bindings.cpp 891 u64 WifiVendorCommand::get_u64(const struct nlattr *nla) function in class:WifiVendorCommand
893 return mMsg.get_u64(nla);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 75 uint64_t get_u64(int attribute) { function in class:WifiEvent
120 uint64_t get_u64() { function in class:nl_iterator
gscan.cpp 334 result->ts = it2.get_u64();
340 result->rtt = it2.get_u64();
342 result->rtt_sd = it2.get_u64();
    [all...]
  /external/iproute2/include/
utils.h 108 int get_u64(__u64 *val, const char *arg, int base);
  /external/iproute2/lib/
utils.c 199 int get_u64(__u64 *val, const char *arg, int base) function

Completed in 1110 milliseconds