Searched refs:tmout (Results 1 – 1 of 1) sorted by relevance
323 int expire, tmout; in pcap_next_zbuf() local341 tmout = p->opt.timeout; in pcap_next_zbuf()342 if (tmout) in pcap_next_zbuf()346 tmout = expire - TSTOMILLI(&cur); in pcap_next_zbuf()348 if (tmout <= 0) { in pcap_next_zbuf()369 if (tmout != 0) { in pcap_next_zbuf()370 tv.tv_sec = tmout / 1000; in pcap_next_zbuf()371 tv.tv_usec = (tmout * 1000) % 1000000; in pcap_next_zbuf()