/
githubmirror
/
libtirpc
Обзор
Документация
Войти
/
githubmirror
/
libtirpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
man/rtime.3t
50 строк
1009 B
Chuck Lever
man: Replace outdated Solaris and BSD references in the man pages
23 янв 2014, 20:27
23 янв 2014, 20:27
fd96ce3
Код
Авторство
О чём код?
.\" @(#)rtime.3n 2.1 88/08/08 4.0 RPCSRC; from 1.5 88/02/08 SMI .\" $FreeBSD: src/lib/libc/rpc/rtime.3,v 1.8 2002/12/19 09:40:23 ru Exp $ .\" .Dd November 22, 1987 .Dt RTIME 3 .Os .Sh NAME .Nm rtime .Nd "get remote time" .Sh SYNOPSIS .In sys/types.h .In sys/time.h .In netinet/in.h .Ft int .Fo rtime .Fa "struct sockaddr_in *addrp" .Fa "struct timeval *timep" .Fa "struct timeval *timeout" .Fc .Sh DESCRIPTION The .Fn rtime function consults the Internet Time Server at the address pointed to by .Fa addrp and returns the remote time in the .Vt timeval struct pointed to by .Fa timep . Normally, the .Tn UDP protocol is used when consulting the Time Server. The .Fa timeout argument specifies how long the routine should wait before giving up when waiting for a reply. If .Fa timeout is specified as .Dv NULL , however, the routine will instead use .Tn TCP and block until a reply is received from the time server. .Sh RETURN VALUES .Rv -std rtime .Sh AVAILABILITY The .Fn rtime function is part of libtirpc.