Searched refs:to_ms (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-nit.c212 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) argument
224 if (to_ms != 0) {
226 nioc.nioc_timeout.tv_sec = to_ms / 1000;
227 nioc.nioc_timeout.tv_usec = (to_ms * 1000) % 1000000;
H A Dpcap-snit.c230 nit_setflags(int fd, int promisc, int to_ms, char *ebuf) argument
237 if (to_ms != 0) {
238 timeout.tv_sec = to_ms / 1000;
239 timeout.tv_usec = (to_ms * 1000) % 1000000;
H A Dpcap.c446 pcap_open_live(const char *source, int snaplen, int promisc, int to_ms, char *errbuf) argument
460 status = pcap_set_timeout(p, to_ms);

Completed in 80 milliseconds