summaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/include/ntp_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_control.h')
-rw-r--r--usr.sbin/xntpd/include/ntp_control.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/xntpd/include/ntp_control.h b/usr.sbin/xntpd/include/ntp_control.h
index 89f62298d437e..74f75f17f51a5 100644
--- a/usr.sbin/xntpd/include/ntp_control.h
+++ b/usr.sbin/xntpd/include/ntp_control.h
@@ -163,9 +163,9 @@ struct ntp_control {
#define CS_SYSTEM 17
#define CS_KEYID 18
#define CS_REFSKEW 19
-#define CS_VERSION 20
+#define CS_VARLIST 20
-#define CS_MAXCODE CS_VERSION
+#define CS_MAXCODE CS_VARLIST
/*
* Peer variables we understand
@@ -204,8 +204,10 @@ struct ntp_control {
#define CP_SENT 32
#define CP_FILTERROR 33
#define CP_FLASH 34
-#define CP_DISP 35
-#define CP_MAXCODE CP_DISP
+#define CP_DISP 35
+#define CP_VARLIST 36
+
+#define CP_MAXCODE CP_VARLIST
/*
* Clock variables we understand
@@ -222,8 +224,9 @@ struct ntp_control {
#define CC_FUDGEVAL2 10
#define CC_FLAGS 11
#define CC_DEVICE 12
+#define CC_VARLIST 13
-#define CC_MAXCODE CC_DEVICE
+#define CC_MAXCODE CC_VARLIST
/*
* Definition of the structure used internally to hold trap information.