tail head cat sleep
QR code linking to this page

manページ  — RTIME

名称

rtime – リモートタイムの入手

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <sys/types.h>
#include <sys/time.h>
#include <netinet/in.h>

int
rtime(struct sockaddr_in *addrp, struct timeval *timep, struct timeval *timeout);

解説

rtime() は、 addrp が指すアドレスのインターネットタイムサーバを 参考にして、 timep が指す timeval 構造体にリモートタイムを戻します。 通常の 場合は、タイムサーバを参考にするときに UDP プロトコルが使用されます。 timeout パラメータは、ルーチンが応答を待つ期間を指定します。 timeout NULL を指定した場合、このルーチンは TCP を使用し、タイムサーバから応答を 受けるまでブロックします。

戻り値

The rtime function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

関連項目

timed(8)

RTIME (3) November 22, 1987

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

You have successfully logged in, Now press any key to log out