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

/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_state.h133 uint32_t curtime; member in struct:NATState
379 #define curtime pData->curtime macro
H A Dslirp.c593 * curtime kept to an accuracy of 1ms
601 curtime = (u_int)tb.time * (u_int)1000;
602 curtime += (u_int)tb.millitm;
606 curtime = (u_int)tt.tv_sec * (u_int)1000;
607 curtime += (u_int)tt.tv_usec / (u_int)1000;
610 curtime++;
687 time_fasttimo = curtime; /* Flag when we want a fasttimo */
769 if (so->so_expire <= curtime)
915 if (time_fasttimo && ((curtime - time_fasttimo) >= 2))
922 if (do_slowtimo && ((curtime
[all...]
H A Dbootp.c721 || curtime - pData->dnsLastUpdate > 60 * 1000 /* one minute */
733 pData->dnsLastUpdate = curtime;
H A Ddebug.c265 n = RTStrPrintf(buff, sizeof(buff), "udp[%d sec]", (so->so_expire - curtime) / 1000);
311 so->so_expire ? so->so_expire - curtime : 0,
H A Dtftp.c233 pTftpSession->iTimestamp = curtime;
353 if ((int)(curtime - pTftpSession->iTimestamp) > 5000)
H A Dudp.c553 so->so_expire = curtime + SO_EXPIRE;
622 so->so_expire = curtime + SO_EXPIRE;
H A Dsocket.c777 so->so_expire = curtime + SO_EXPIRE;
924 so->so_expire = curtime + SO_EXPIRE;
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Ddnsproxy.c407 so->so_expire = curtime + recursive_timeout * 1000;
452 /* curtime += 300; */
546 so->so_expire = curtime + SO_EXPIREFAST;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c2238 la->timeStamp = la->curtime / 1000; /* NB: la->pData->curtime (msec) */
2571 la->timeStamp = la->curtime / 1000; /* NB: la->pData->curtime (msec) */

Completed in 74 milliseconds