Lines Matching refs:str4
1277 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()
1561 strcat(str4, " (reverse)"); in topipstates()
1566 str1, str2, str3, str4); in topipstates()