Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ntpd/
Dserver.c108 server_dispatch(int fd, struct ntpd_conf *conf) in server_dispatch() function
Dntpd.h296 int server_dispatch(int, struct ntpd_conf *);
Dntp.c298 if (server_dispatch(pfd[j].fd, conf) == -1) in ntp_main()