Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/include/
Dntp.h107 #define NTP_MAXPOLL 17 /* log2 max poll interval (~36 h) */ macro
/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c498 ntp_poll = 1<<max(min3(plist->ppoll, plist->hpoll, NTP_MAXPOLL), in dopeers()
1424 if (minpoll < NTP_MINPOLL || minpoll > NTP_MAXPOLL || in doconfig()
1425 maxpoll < NTP_MINPOLL || maxpoll > NTP_MAXPOLL || in doconfig()
1428 NTP_MINPOLL, NTP_MAXPOLL); in doconfig()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_peer.c913 peer->minpoll = min(minpoll, NTP_MAXPOLL); in newpeer()
Dntp_config.c1457 option->value.i > NTP_MAXPOLL) { in create_peer_node()
1460 option->value.i, NTP_MAXPOLL); in create_peer_node()
1461 my_node->maxpoll = NTP_MAXPOLL; in create_peer_node()
Dntp_proto.c807 || (NTP_MAXPOLL < pkt->ppoll) in receive()
2269 || (NTP_MAXPOLL < pkt->ppoll) in receive()