Searched refs:nl_msec2str (Results 1 - 5 of 5) sorted by relevance

/external/libnl/include/netlink/
H A Dutils.h55 extern char * nl_msec2str(uint64_t, char *, size_t);
/external/libnl/lib/route/
H A Dneightbl.c261 nl_msec2str(pa->ntp_reachable_time, rt, sizeof(rt)),
262 nl_msec2str(pa->ntp_retrans_time, rt2, sizeof(rt2)));
279 nl_msec2str(ntbl->nt_config.ndtc_last_flush,
286 nl_msec2str(ntbl->nt_gc_interval, x, sizeof(x)),
292 nl_msec2str(ntbl->nt_config.ndtc_last_rand,
313 nl_msec2str(pa->ntp_locktime, x, sizeof(x)),
314 nl_msec2str(pa->ntp_base_reachable_time,
316 nl_msec2str(pa->ntp_gc_stale_time, z, sizeof(z)));
320 nl_msec2str(pa->ntp_probe_delay, x, sizeof(x)),
321 nl_msec2str(p
[all...]
H A Daddr.c380 nl_msec2str(ci->aci_valid * 1000,
385 nl_msec2str(ci->aci_prefered * 1000,
389 nl_msec2str(addr->a_cacheinfo.aci_cstamp * 10,
393 nl_msec2str(addr->a_cacheinfo.aci_tstamp * 10,
460 nl_msec2str(ci->aci_valid * 1000,
465 nl_msec2str(ci->aci_prefered * 1000,
469 nl_msec2str(addr->a_cacheinfo.aci_cstamp * 10,
473 nl_msec2str(addr->a_cacheinfo.aci_tstamp * 10,
/external/libnl/lib/
H A Dutils.c405 char * nl_msec2str(uint64_t msec, char *buf, size_t len) function
/external/libnl/lib/netfilter/
H A Dct_obj.c216 nl_msec2str(timeout_ms, buf, sizeof(buf)));

Completed in 87 milliseconds