Home
last modified time | relevance | path

Searched refs:REQ_LOOP_INFO (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/ntp/scripts/monitoring/
HDntploopstat173 $REQ_LOOP_INFO = 8;
186 pack("CCCC nn x32 x8", 0x17, 0, $IMPL_XNTPD, $REQ_LOOP_INFO, 0, 0);
350 $b4 != $REQ_LOOP_INFO || # Ehh.. not loopinfo reply ?
/trueos/contrib/ntp/include/
HDntp_request.h252 #define REQ_LOOP_INFO 8 /* info from the loop filter */ macro
/trueos/contrib/ntp/ntpd/
HDntp_request.c128 { REQ_LOOP_INFO, NOAUTH, 0, 0, loop_info },
/trueos/contrib/ntp/ntpdc/
HDntpdc_ops.c861 res = doquery(impl_ver, REQ_LOOP_INFO, 0, 0, 0, (char *)NULL, in loopinfo()