HomeSort by: relevance | last modified time | path
    Searched refs:mdnstries (Results 1 - 6 of 6) sorted by relevancy

  /src/etc/
ntp.conf 46 mdnstries 0
  /src/external/bsd/ntp/dist/include/
ntp_config.h 260 int mdnstries; member in struct:config_tree_tag
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 432 .It Ic mdnstries Ar number
438 .Ic mdnstries
444 .Ic mdnstries
ntpd.c 202 int mdnstries = 5; variable
1568 if (mdnsreg && (current_time - mdnsreg ) > 60 && mdnstries && sys_leap != LEAP_NOTINSYNC) {
1573 if (!--mdnstries) {
ntp_config.c 446 ptree->mdnstries = 5;
3666 extern int mdnstries;
3667 mdnstries = ptree->mdnstries;
ntp_parser.y 571 { cfgt.mdnstries = $2; }

Completed in 20 milliseconds