Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c167 int sys_ceiling = STRATUM_UNSPEC - 1; /* cluster stratum ceiling */ variable
1489 || hisstratum >= sys_ceiling) { in receive()
1566 || hisstratum >= sys_ceiling) { in receive()
1753 && (hisstratum < sys_floor || hisstratum >= sys_ceiling)) { in receive()
2595 || pstratum < sys_floor || pstratum >= sys_ceiling) in process_packet()
5131 || peer->stratum >= sys_ceiling) { in peer_unfit()
5441 sys_ceiling = (int)dvalue; in proto_config()
H A Dntp_config.c2283 int l_ceiling = sys_ceiling; in config_tos()
/freebsd/contrib/ntp/include/
H A Dntpd.h542 extern int sys_ceiling; /* cluster stratum ceiling */