NAME rtime - "get remote time" CONTENTS Library Synopsis Description Return Values See Also LIBRARY .Lb libc SYNOPSIS .In sys/types.h .In sys/time.h .In netinet/in.h int .Fo rtime "struct sockaddr_in *addrp" "struct timeval *timep" "struct timeval *timeout" .Fc DESCRIPTION The rtime function consults the Internet Time Server at the address pointed to by addrp and returns the remote time in the .Vt timeval struct pointed to by timep. Normally, the UDP protocol is used when consulting the Time Server. The timeout argument specifies how long the routine should wait before giving up when waiting for a reply. If timeout is specified as NULL, however, the routine will instead use TCP and block until a reply is received from the time server. RETURN VALUES .Rv -std rtime SEE ALSO timed(8)