HomeSort by: relevance | last modified time | path
    Searched refs:ifdrop (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 354 uint32 ifdrop; /* Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop) */ member in struct:rpcap_stats
pcap-rpcap.c 972 ps->ps_ifdrop = ntohl(netstats.ifdrop);
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2570 netstats->ifdrop = htonl(stats->ps_ifdrop);
2580 netstats->ifdrop = htonl(stats->ps_ifdrop);

Completed in 88 milliseconds