Home
last modified time | relevance | path

Searched refs:inter_packet_wait (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-dos.c169 pcap->inter_packet_wait = timeout_ms; in pcap_open_live()
213 if (p->inter_packet_wait > 0) in pcap_read_one()
216 expiry.tv_usec = now.tv_usec + 1000UL * p->inter_packet_wait; in pcap_read_one()
288 if (p->inter_packet_wait <= 0 || (volatile int)p->fd <= 0) in pcap_read_one()
591 p->inter_packet_wait = wait; in pcap_set_wait()
Dpcap-int.h161 int inter_packet_wait; /* offline: wait between packets */ member