Home
last modified time | relevance | path

Searched refs:MAXASSOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpq/
H A Dlibntpq.h22 #ifndef MAXASSOC
23 #define MAXASSOC 1024 macro
H A Dlibntpq.c34 unsigned short ntpq_associations[MAXASSOC];
350 return ntpq_read_associations( ntpq_associations, MAXASSOC ); in ntpq_get_assocs()