]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - contrib/ntp/include/ntp_keyacc.h
Fix BIND remote denial of service vulnerability. [SA-16:08]
[FreeBSD/releng/9.3.git] / contrib / ntp / include / ntp_keyacc.h
1 /*
2  *  ntp_keyacc.h - key access stuff
3  */
4 #ifndef NTP_KEYACC_H
5 #define NTP_KEYACC_H
6
7 typedef struct keyaccess KeyAccT;
8 struct keyaccess {
9         KeyAccT *       next;
10         sockaddr_u      addr;
11 };
12
13 #endif  /* NTP_KEYACC_H */