Home
last modified time | relevance | path

Searched refs:rtime_fd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c200 int rtime_fd = -1, time_valid, flag = 0; in __rpc_get_time_offset() local
506 rtime_fd = t_open(nc->nc_device, O_RDWR, NULL); in __rpc_get_time_offset()
507 if (rtime_fd == -1) { in __rpc_get_time_offset()
512 if (t_bind(rtime_fd, NULL, NULL) < 0) { in __rpc_get_time_offset()
532 if (t_sndudata(rtime_fd, &tu_data) == -1) { in __rpc_get_time_offset()
536 pfd.fd = rtime_fd; in __rpc_get_time_offset()
545 if (t_rcvudata(rtime_fd, &tu_data, &flag) < in __rpc_get_time_offset()
562 if (t_connect(rtime_fd, &sndcall, NULL) == in __rpc_get_time_offset()
571 if (t_rcv(rtime_fd, (char *)&thetime, in __rpc_get_time_offset()
601 if (rtime_fd != -1) in __rpc_get_time_offset()
[all …]