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

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bpf.c295 #define TSTOMILLI(ts) (((ts)->tv_sec * 1000) + ((ts)->tv_nsec / 1000000)) macro
315 expire = TSTOMILLI(&p->md.firstsel) + p->md.timeout;
316 tmout = expire - TSTOMILLI(&cur);
317 #undef TSTOMILLI macro

Completed in 113 milliseconds