Searched refs:REQ_LOOP_INFO (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | ntploopstat | 173 $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 ?
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 266 #define REQ_LOOP_INFO 8 /* info from the loop filter */ macro
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 901 res = doquery(impl_ver, REQ_LOOP_INFO, 0, 0, 0, (char *)NULL, in loopinfo()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 133 { REQ_LOOP_INFO, NOAUTH, 0, 0, loop_info },
|