Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ntpd/
Dntp.c79 int a, b, nfds, i, j, idx_peers, timeout, nullfd; in ntp_main() local
231 idx_peers = i; in ntp_main()
261 idx2peer[i - idx_peers] = p; in ntp_main()
295 for (j = 1; nfds > 0 && j < idx_peers; j++) in ntp_main()
305 if (client_dispatch(idx2peer[j - idx_peers], in ntp_main()