Home
last modified time | relevance | path

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

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