Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/lib/isc/
HDstats.c35 #define ISC_STATS_MAGIC ISC_MAGIC('S', 't', 'a', 't') macro
36 #define ISC_STATS_VALID(x) ISC_MAGIC_VALID(x, ISC_STATS_MAGIC)
125 stats->magic = ISC_STATS_MAGIC; in create_stats()