HomeSort by relevance Sort by last modified time
    Searched refs:inter_packet_wait (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-int.h 161 int inter_packet_wait; /* offline: wait between packets */ member in struct:pcap
pcap-dos.c 169 pcap->inter_packet_wait = timeout_ms;
213 if (p->inter_packet_wait > 0)
216 expiry.tv_usec = now.tv_usec + 1000UL * p->inter_packet_wait;
288 if (p->inter_packet_wait <= 0 || (volatile int)p->fd <= 0)
591 p->inter_packet_wait = wait;
    [all...]

Completed in 887 milliseconds