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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c259 timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2) { argument
260 return (int32_t)((t1 + toff1) - (t2 + toff2));

Completed in 19 milliseconds