Searched refs:sec2str (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.sbin/rtadvctl/ |
H A D | rtadvctl.c | 558 sec2str(rai->rai_lifetime, ssbuf)); in action_show() 566 printf("%s/", sec2str(rai->rai_mininterval, ssbuf)); in action_show() 567 printf("%s\n", sec2str(rai->rai_maxinterval, ssbuf)); in action_show() 588 sec2str(rai->rai_reachabletime, ssbuf)); in action_show() 591 sec2str(rai->rai_retranstimer, ssbuf), in action_show() 703 sec2str(ifi_s->ifi_burstinterval, ssbuf), in action_show() 739 "infinity" : sec2str(rti->rti_ltime, ssbuf)); in action_show_rtinfo() 772 "infinity" : sec2str(pfx->pfx_validlifetime, ssbuf)); in action_show_prefix() 777 sec2str(pfx->pfx_vltimeexpire - now.tv_sec, ssbuf) : in action_show_prefix() 784 "infinity" : sec2str(pf in action_show_prefix() [all...] |
/freebsd/usr.sbin/rtsold/ |
H A D | dump.c | 102 : sec2str(&ifi->expire)); in rtsold_dump() 116 sec2str(&rao->rao_expire)); in rtsold_dump() 121 sec2str(&rao->rao_expire)); in rtsold_dump() 156 sec2str(const struct timespec *total) in sec2str() function
|
H A D | rtsold.h | 200 extern const char *sec2str(const struct timespec *);
|
H A D | rtsold.c | 665 sec2str(&rao->rao_expire)); in rtsol_check_timer() 699 sec2str(&now)); in rtsol_check_timer() 770 ifi->ifname, sec2str(&now)); in rtsol_timer_update()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.h | 21 char *sec2str(time_t total);
|
H A D | ndp.c | 757 xo_emit("{d:/ %-9.9s}{e:expires_sec/%d}", sec2str(expire_in), expire_in); in dump_rtsock() 1238 sec2str(p->expire - now.tv_sec), in rtrlist() 1337 sec2str(expire_in), expire_in); in plist() 1500 sec2str(time_t total) in sec2str() function
|
H A D | ndp_netlink.c | 261 xo_emit("{d:/ %-9.9s}{e:expires_sec/%d}", sec2str(expire_in), expire_in); in print_entry()
|
/freebsd/usr.sbin/rtadvd/ |
H A D | timer_subr.h | 60 char *sec2str(uint32_t, char *buf);
|
H A D | timer_subr.c | 63 sec2str(uint32_t s, char *buf) in sec2str() function
|
/freebsd/sbin/ifconfig/ |
H A D | af_inet6.c | 86 static char *sec2str(time_t); 284 printf(" %s", px_time < now->tv_sec ? "0" : sec2str(px_time - now->tv_sec)); in print_lifetime() 595 sec2str(time_t total) in sec2str() function
|