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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c293 timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2) { argument
294 return (int32_t)((t1 + toff1) - (t2 + toff2));
H A Dtcp_var.h1285 extern int32_t timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2);

Completed in 75 milliseconds