Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/libntp/
Dntp_intres.c194 u_int dnschild_contexts_alloc; variable
938 for ( ; c < dnschild_contexts_alloc; c++) { in reserve_dnschild_ctx()
945 new_alloc = dnschild_contexts_alloc + 20; in reserve_dnschild_ctx()
947 octets = dnschild_contexts_alloc * ps; in reserve_dnschild_ctx()
950 dnschild_contexts_alloc = new_alloc; in reserve_dnschild_ctx()