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

/external/libpcap/
H A Dpcap-linux.c1012 int field_to_convert = 3, if_name_sz = strlen(if_name); local
1024 if (field_to_convert != 4 && strstr(buffer, "bytes"))
1026 field_to_convert = 4;
1038 while( --field_to_convert && *bufptr != '\0')

Completed in 104 milliseconds