Home
last modified time | relevance | path

Searched refs:sec2str (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ifconfig/
H A Daf_inet6.c71 static char *sec2str(time_t);
313 sec2str(lifetime.ia6t_preferred - now.tv_sec));
321 sec2str(lifetime.ia6t_expire - now.tv_sec));
428 sec2str(time_t total) function
/f-stack/tools/ndp/
H A Dndp.c185 static char *sec2str(time_t);
772 printf(" %-9.9s", sec2str(expire - now.tv_sec)); in dump()
1206 sec2str(p->expire - now.tv_sec)); in rtrlist()
1281 sec2str(p->expire - now.tv_sec)); in plist()
1433 sec2str(time_t total) in sec2str() function