Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c167 int sys_ceiling = STRATUM_UNSPEC - 1; /* cluster stratum ceiling */ variable
1425 || hisstratum >= sys_ceiling) { in receive()
1498 || hisstratum >= sys_ceiling) { in receive()
1685 && (hisstratum < sys_floor || hisstratum >= sys_ceiling)) { in receive()
2507 || pstratum < sys_floor || pstratum >= sys_ceiling) in process_packet()
5005 || peer->stratum >= sys_ceiling) { in peer_unfit()
5314 sys_ceiling = (int)dvalue; in proto_config()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h497 extern int sys_ceiling; /* cluster stratum ceiling */