Searched refs:thetime (Results 1 – 1 of 1) sorted by relevance
/sunrpc/ |
A D | rtime.c | 78 uint32_t thetime; in rtime() local 96 res = __sendto (s, (char *) &thetime, sizeof (thetime), 0, in rtime() 117 res = __recvfrom (s, (char *) &thetime, sizeof (thetime), 0, in rtime() 130 res = __read (s, (char *) &thetime, sizeof (thetime)); in rtime() 135 if (res != sizeof (thetime)) in rtime() 140 thetime = ntohl (thetime); in rtime() 141 timep->tv_sec = thetime - TOFFSET; in rtime()
|
Completed in 4 milliseconds