Searched defs:dropped_pkts (Results 1 - 1 of 1) sorted by path

/external/libpcap/
H A Dpcap-linux.c1013 long int dropped_pkts = 0; local
1019 while (!dropped_pkts && fgets( buffer, sizeof(buffer), file ))
1048 dropped_pkts = strtol(bufptr, NULL, 10);
1055 return dropped_pkts;

Completed in 208 milliseconds