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

/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_miscdefs.h97 struct timeval sip_timeout_val; member in struct:sip_timer_s
104 (timer).sip_timeout_val.tv_sec = mtime / MILLISEC; \
105 mtime -= (timer).sip_timeout_val.tv_sec * MILLISEC; \
106 (timer).sip_timeout_val.tv_usec = mtime * MILLISEC; \
117 (func), &((timer).sip_timeout_val)); \
129 ((timer).sip_timeout_val.tv_sec * MILLISEC + \
130 (timer).sip_timeout_val.tv_usec / MILLISEC)
H A Dsip_timeout.c41 hrtime_t sip_timeout_val; member in struct:timeout
205 new_timeout->sip_timeout_val = future_time;
216 if (current->sip_timeout_val <= new_timeout->sip_timeout_val) {
268 while (timeout != NULL && timeout->sip_timeout_val <= current_time) {
294 return (timeout_list->sip_timeout_val);

Completed in 48 milliseconds