Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntpd.h534 extern u_char sys_bcpollbstep; /* broadcast poll backstep gate */
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c166 u_char sys_bcpollbstep = 0; /* Broadcast Poll backstep gate */ variable
1871 if (sys_bcpollbstep) { in receive()
1874 * sys_bcpollbstep + 2; in receive()
5429 sys_bcpollbstep = (u_char)dvalue; in proto_config()