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

/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfstat.c1316 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local
1571 sprintf(str4, "proto");
1574 sprintf(str4, "# pkts");
1577 sprintf(str4, "# bytes");
1580 sprintf(str4, "ttl");
1583 sprintf(str4, "src ip");
1586 sprintf(str4, "src port");
1589 sprintf(str4, "dest ip");
1592 sprintf(str4, "dest port");
1595 sprintf(str4, "unknow
[all...]
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c930 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
931 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
947 shdr->wIndex = htols(strtoul(str4, 0, 16));

Completed in 118 milliseconds