Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1288 char hostnm[HOSTNMLEN]; in topipstates() local
1308 gethostname(hostnm, sizeof(hostnm) - 1); in topipstates()
1309 hostnm[sizeof(hostnm) - 1] = '\0'; in topipstates()
1495 snprintf(str1, sizeof(str1), "%s - %s - state top", hostnm, IPL_VERSION); in topipstates()