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

  /external/libnl/include/netlink/
utils.h 55 extern char * nl_msec2str(uint64_t, char *, size_t);
  /external/libnl/lib/route/
neightbl.c 261 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(pa->ntp_anycast_delay, y, sizeof(y))
    [all...]
addr.c 380 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/
utils.c 405 char * nl_msec2str(uint64_t msec, char *buf, size_t len) function
  /external/libnl/lib/netfilter/
ct_obj.c 216 nl_msec2str(timeout_ms, buf, sizeof(buf)));

Completed in 344 milliseconds