Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/conf/
H A Dbaldwin.conf7 manycastclient 239.1.1.1 autokey maxpoll 12
H A Dgrundoon.conf13 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
H A Dpogo.conf20 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7
H A Drackety.conf30 manycastclient 239.1.1.1 autokey maxpoll 12 ttl 7 # manycast
/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dnetworking.h54 u_char maxpoll; member
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std232 offsetof(maxpoll) = 7
243 offsetof(maxpoll) = 7
H A Dntpdc_ops.c1334 u_char maxpoll; in doconfig() local
1349 maxpoll = NTP_MAXDPOLL; in doconfig()
1395 maxpoll = (u_char)val; in doconfig()
1427 maxpoll < NTP_MINPOLL || maxpoll > NTP_MAXPOLL || in doconfig()
1428 minpoll > maxpoll) { in doconfig()
1456 cpeer.maxpoll = maxpoll; in doconfig()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h611 u_char maxpoll; /* max host poll interval */ member
623 u_char maxpoll; /* max host poll interval */ member
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.0596 maxpoll values are out of range.
942 * ntpd/ntp_peer.c (newpeer): Better minpoll/maxpoll
1046 (peer_clear): ppoll is initialized to maxpoll.