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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c943 int field_to_convert = 3, if_name_sz = strlen(if_name); local
955 if (field_to_convert != 4 && strstr(buffer, "bytes"))
957 field_to_convert = 4;
969 while( --field_to_convert && *bufptr != '\0')

Completed in 72 milliseconds