Searched refs:to_ms (Results 1 – 2 of 2) sorted by relevance
42 Timeouts are supported. pcap_dispatch() will return after to_ms milliseconds43 regardless of how many packets are received. If to_ms is zero pcap_dispatch()
771 pcap_open_live(const char *source, int snaplen, int promisc, int to_ms, char *errbuf) in pcap_open_live() argument785 status = pcap_set_timeout(p, to_ms); in pcap_open_live()