Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1277 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; in topipstates() local
1532 snprintf(str4, sizeof(str4), "proto"); in topipstates()
1535 snprintf(str4, sizeof(str4), "# pkts"); in topipstates()
1538 snprintf(str4, sizeof(str4), "# bytes"); in topipstates()
1541 snprintf(str4, sizeof(str4), "ttl"); in topipstates()
1544 snprintf(str4, sizeof(str4), "src ip"); in topipstates()
1547 snprintf(str4, sizeof(str4), "src port"); in topipstates()
1550 snprintf(str4, sizeof(str4), "dest ip"); in topipstates()
1553 snprintf(str4, sizeof(str4), "dest port"); in topipstates()
1556 snprintf(str4, sizeof(str4), "unknown"); in topipstates()
[all …]