Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:tb

282     struct _timeb tb;
284 _ftime(&tb);
285 curtime = (u_int)tb.time * (u_int)1000;
286 curtime += (u_int)tb.millitm;