HomeSort by: relevance | last modified time | path
    Searched defs:linux_get_stat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-linux.c 757 linux_get_stat(const char * if_name, const char * stat) { function
779 long long int missed = linux_get_stat(if_name, "rx_missed_errors");
780 long long int fifo = linux_get_stat(if_name, "rx_fifo_errors");
pcap-linux.c 757 linux_get_stat(const char * if_name, const char * stat) { function
779 long long int missed = linux_get_stat(if_name, "rx_missed_errors");
780 long long int fifo = linux_get_stat(if_name, "rx_fifo_errors");

Completed in 52 milliseconds