Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c152 static char *ttl_to_string(long);
1648 printw(" %9s", ttl_to_string(tp->st_age)); in topipstates()
1957 static char *ttl_to_string(long int ttl) in ttl_to_string() function