Searched refs:INITRESLIST (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_restrict.c54 * Memory allocation parameters. We allocate INITRESLIST entries
58 #define INITRESLIST 10 macro
93 static struct restrictlist resinit[INITRESLIST];
94 static struct restrictlist6 resinit6[INITRESLIST];
112 for (i = 1; i < INITRESLIST; i++) {
118 numresfree = INITRESLIST-1;
119 numresfree6 = INITRESLIST-1;

Completed in 71 milliseconds