Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/conf/
H A Dgrundoon.conf7 server 127.127.22.1 minpoll 4 # PPS quick poll
/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dnetworking.h53 u_char minpoll; member
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std231 offsetof(minpoll) = 6
242 offsetof(minpoll) = 6
H A Dntpdc_ops.c1333 u_char minpoll; in doconfig() local
1348 minpoll = NTP_MINDPOLL; in doconfig()
1390 minpoll = (u_char)val; in doconfig()
1426 if (minpoll < NTP_MINPOLL || minpoll > NTP_MAXPOLL || in doconfig()
1428 minpoll > maxpoll) { in doconfig()
1455 cpeer.minpoll = minpoll; in doconfig()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h610 u_char minpoll; /* min host poll interval */ member
622 u_char minpoll; /* min host poll interval */ member
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntpd-opts.def445 .Cm minpoll
449 .Cm minpoll
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.0525 * html/confopt.htm: Cleanup minpoll documentation.
559 * ntpd/ntp_proto.c (clock_update): minpoll cleanup.
560 (clock_select): minpoll cleanup.
562 * ntpd/ntp_loopfilter.c (rstclock): minpoll cleanup. Debug cleanup.
563 * ntpd/ntp_config.c (getconfig): Initialize/bounds check minpoll
595 * ntpd/ntp_config.c (getconfig): Squawk if provided minpoll or
709 * ntpd/ntp_config.c: Added "tinker" and "minpoll". Use
942 * ntpd/ntp_peer.c (newpeer): Better minpoll/maxpoll
1071 minpoll unconditionally; make sure the peer is configured.