Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/ipfstat/
HDipfstat.c152 static char *ttl_to_string(long);
1649 printw(" %9s", ttl_to_string(tp->st_age)); in topipstates()
1958 static char *ttl_to_string(long int ttl) in ttl_to_string() function