Lines Matching defs:rtime_fd
202 int rtime_fd = -1, time_valid, flag = 0;
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 != -1)
604 (void) t_close(rtime_fd);