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

/freebsd-12-stable/contrib/ntp/include/
H A Dlibntp.h16 extern SOCKET move_fd( SOCKET fd );
H A Dntp_io.h86 SOCKET move_fd(SOCKET fd);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsocket.c54 move_fd( function
90 TRACE(1, ("move_fd: estimated max descriptors: %d, "
114 TRACE(1, ("move_fd: selecting new socket boundary: %d\n",
H A Dwork_fork.c485 c->req_write_pipe = move_fd(blocking_pipes[1]);
486 c->resp_read_pipe = move_fd(blocking_pipes[2]);
H A Dwork_thread.c572 c->resp_read_pipe = move_fd(pipe_ends[0]);
573 c->resp_write_pipe = move_fd(pipe_ends[1]);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_io.c2938 fd = move_fd(fd);
4855 fd = move_fd(fd);

Completed in 72 milliseconds