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

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

Completed in 15 milliseconds