Searched refs:ControlFunctions (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg2.c527 int ControlFunctions = 0; variable
1433 ControlFunctions = (LeapSecondPending == 0 ? 0x00000 : 0x00001) | (LeapSecondPolarity == 0 ? 0x00000 : 0x00002)
1438 printf ("\nDstFlag = %d, OffsetSignBit = %d, OffsetOnes = %d, OffsetHalf = %d, TimeQuality = 0x%1.1X ==> ControlFunctions = 0x%5.5X...",
1439 DstFlag, OffsetSignBit, OffsetOnes, OffsetHalf, TimeQuality, ControlFunctions);
1443 ControlFunctions = 0;
1453 ControlFunctions & 0x7FFF, Year,
1458 ControlFunctions & 0x7FFF,
1506 ControlFunctions |= ((ParityValue & 0x01) << 14);
1513 ControlFunctions, Year, DayOfYear,
1520 ControlFunctions,
[all...]

Completed in 402 milliseconds