diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-02-03 22:09:07 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-02-03 22:09:07 +0000 |
commit | b9eb1bdbc43bbeeeabbdfcd521834d1fba15346d (patch) | |
tree | 01196d65bcdba65782a87cc58bbfbc41baf5fc1d /usr.sbin/xntpd/include/ntp_control.h | |
parent | e7c996d95e438eb882cfb523ba6e047f12adb01f (diff) |
Notes
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_control.h')
-rw-r--r-- | usr.sbin/xntpd/include/ntp_control.h | 13 |
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. |