Searched refs:sec2str (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.sbin/rtadvd/
H A Dtimer_subr.h61 char *sec2str(uint32_t, char *buf);
H A Dtimer_subr.c64 sec2str(uint32_t s, char *buf) function
/freebsd-13-stable/usr.sbin/rtsold/
H A Ddump.c104 : sec2str(&ifi->expire));
118 sec2str(&rao->rao_expire));
123 sec2str(&rao->rao_expire));
158 sec2str(const struct timespec *total) function
H A Drtsold.h200 extern const char *sec2str(const struct timespec *);
H A Drtsold.c657 sec2str(&rao->rao_expire));
691 sec2str(&now));
759 ifi->ifname, sec2str(&now));
/freebsd-13-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c560 sec2str(rai->rai_lifetime, ssbuf));
568 printf("%s/", sec2str(rai->rai_mininterval, ssbuf));
569 printf("%s\n", sec2str(rai->rai_maxinterval, ssbuf));
590 sec2str(rai->rai_reachabletime, ssbuf));
593 sec2str(rai->rai_retranstimer, ssbuf),
705 sec2str(ifi_s->ifi_burstinterval, ssbuf),
741 "infinity" : sec2str(rti->rti_ltime, ssbuf));
774 "infinity" : sec2str(pfx->pfx_validlifetime, ssbuf));
779 sec2str(pfx->pfx_vltimeexpire - now.tv_sec, ssbuf) :
786 "infinity" : sec2str(pf
[all...]
/freebsd-13-stable/sbin/ifconfig/
H A Daf_inet6.c68 static char *sec2str(time_t);
282 sec2str(lifetime.ia6t_preferred - now.tv_sec));
290 sec2str(lifetime.ia6t_expire - now.tv_sec));
389 sec2str(time_t total) function
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c151 static char *sec2str(time_t);
686 printf(" %-9.9s", sec2str(expire - now.tv_sec));
1100 sec2str(p->expire - now.tv_sec));
1172 sec2str(p->expire - now.tv_sec));
1321 sec2str(time_t total) function

Completed in 201 milliseconds