Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_time.c202 int rtime_fd = -1, time_valid, flag = 0; in __rpc_get_time_offset() local
508 rtime_fd = t_open(nc->nc_device, O_RDWR, NULL); in __rpc_get_time_offset()
509 if (rtime_fd == -1) { in __rpc_get_time_offset()
514 if (t_bind(rtime_fd, NULL, NULL) < 0) { in __rpc_get_time_offset()
534 if (t_sndudata(rtime_fd, &tu_data) == -1) { in __rpc_get_time_offset()
538 pfd.fd = rtime_fd; in __rpc_get_time_offset()
547 if (t_rcvudata(rtime_fd, &tu_data, &flag) < in __rpc_get_time_offset()
564 if (t_connect(rtime_fd, &sndcall, NULL) == in __rpc_get_time_offset()
573 if (t_rcv(rtime_fd, (char *)&thetime, in __rpc_get_time_offset()
603 if (rtime_fd != -1) in __rpc_get_time_offset()
[all …]