Searched refs:oncore_cmd_Gc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 536 static u_char oncore_cmd_Gc[] = { 'G', 'c', 0 }; /* 12 PPS Control: Off, On, 1+satellite,TR… variable 3100 oncore_cmd_Gc[2] = (instance->pps_control < 0) ? 1 : instance->pps_control; in oncore_get_timestamp() 3101 …oncore_sendmsg(instance, oncore_cmd_Gc, sizeof(oncore_cmd_Gc)); /* PPS off/continuous/Tracking 1+s… in oncore_get_timestamp() 4035 oncore_sendmsg(instance, oncore_cmd_Gc, sizeof(oncore_cmd_Gc)); /* 1PPS on, continuous */ in oncore_wait_almanac()
|