summaryrefslogtreecommitdiff
path: root/include/ntp_request.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-03-04 13:59:29 +0000
committerCy Schubert <cy@FreeBSD.org>2020-03-04 13:59:29 +0000
commit5171bc9b11192d9ad273db7854787eaa65eb9997 (patch)
treeb872a53605ef14ae76de1104afb4be189d1a958a /include/ntp_request.h
parent360c01464aee3bc4c520898a675f35967db09ac2 (diff)
Notes
Diffstat (limited to 'include/ntp_request.h')
-rw-r--r--include/ntp_request.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ntp_request.h b/include/ntp_request.h
index d05a67f75382..db9cbcfb96e4 100644
--- a/include/ntp_request.h
+++ b/include/ntp_request.h
@@ -670,8 +670,10 @@ struct conf_restrict {
u_int32 addr; /* match address */
u_int32 mask; /* match mask */
short ippeerlimit; /* ip peer limit */
- u_short flags; /* restrict flags */
+ int srvfuzrft; /* server response fuzz reftime: poll */
+ u_short flags; /* restrict flags XXX: OLD size and name */
u_short mflags; /* match flags */
+ short unused1; /* (unused) padding for v6_flag */
u_int v6_flag; /* is this v6 or not */
struct in6_addr addr6; /* match address (v6) */
struct in6_addr mask6; /* match mask (v6) */