HomeSort by relevance Sort by last modified time
    Searched refs:get_u64 (Results 1 - 7 of 7) 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))
ipxfrm.c 1395 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1400 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1405 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1410 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1415 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1420 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1425 ret = get_u64(&lft->soft_packet_limit, *argv, 0);
1430 ret = get_u64(&lft->hard_packet_limit, *argv, 0);
  /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 257 result->ts = it2.get_u64();
263 result->rtt = it2.get_u64();
265 result->rtt_sd = it2.get_u64();
    [all...]
  /external/iproute2/include/
utils.h 86 extern int get_u64(__u64 *val, const char *arg, int base);
  /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
  /external/iproute2/lib/
utils.c 146 int get_u64(__u64 *val, const char *arg, int base) function

Completed in 105 milliseconds