Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h109 #define NTP_MAXPOLL 17 /* log2 max poll interval (~36 h) */ macro
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c500 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers()
1426 if (minpoll < NTP_MINPOLL || minpoll > NTP_MAXPOLL || in doconfig()
1427 maxpoll < NTP_MINPOLL || maxpoll > NTP_MAXPOLL || in doconfig()
1430 NTP_MINPOLL, NTP_MAXPOLL); in doconfig()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_peer.c915 peer->minpoll = min(minpoll, NTP_MAXPOLL); in newpeer()
H A Dntp_config.c1426 option->value.i > NTP_MAXPOLL) { in create_peer_node()
1429 option->value.i, NTP_MAXPOLL); in create_peer_node()
1430 my_node->maxpoll = NTP_MAXPOLL; in create_peer_node()