/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...] |
/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 431 virtual u64 get_u64(const struct nlattr *nla);
|
cpp_bindings.cpp | 892 u64 WifiVendorCommand::get_u64(const struct nlattr *nla) function in class:WifiVendorCommand 894 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 | 333 result->ts = it2.get_u64(); 339 result->rtt = it2.get_u64(); 341 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
|