| refclock_oncore.c | 356 u_char hardpps; member in struct:instance 905 /* If HARDPPS is on, we tell kernel */ 907 if (instance->hardpps) { 910 oncore_log(instance, LOG_INFO, "HARDPPS Set."); 922 oncore_log(instance, LOG_ERR, "HARDPPS failed, abort..."); 1128 * MODE, LAT, LON, (HT, HTGPS, HTMSL), DELAY, OFFSET, ASSERT, CLEAR, HARDPPS, 1173 * There is an optional line, with HARDPPS on it. Including this line causes 1175 * HARDPPS can also be set with FLAG3 of the ntp.conf input. 1370 } else if (!strncmp(cc, "HARDPPS", (size_t) 7)) { 1371 instance->hardpps = 1 [all...] |