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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c1162 int field_to_convert = 3; local
1174 if (field_to_convert != 4 && strstr(buffer, "bytes"))
1176 field_to_convert = 4;
1212 while (--field_to_convert && *bufptr != '\0')
1230 if (field_to_convert == 0)

Completed in 111 milliseconds