Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-bpf.c349 #define TSTOMILLI(ts) (((ts)->tv_sec * 1000) + ((ts)->tv_nsec / 1000000)) in pcap_next_zbuf() macro
369 expire = TSTOMILLI(&pb->firstsel) + p->opt.timeout; in pcap_next_zbuf()
370 tmout = expire - TSTOMILLI(&cur); in pcap_next_zbuf()
371 #undef TSTOMILLI in pcap_next_zbuf()