Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c221 resp->magic_sig = BLOCKING_RESP_MAGIC; in queue_blocking_response()
249 DEBUG_REQUIRE(BLOCKING_RESP_MAGIC == in process_blocking_resp()
H A Dwork_fork.c390 } else if (BLOCKING_RESP_MAGIC != hdr.magic_sig) { in receive_blocking_resp_internal()
H A Dwork_thread.c469 BLOCKING_RESP_MAGIC == removed->magic_sig); in receive_blocking_resp_internal()
/freebsd/contrib/ntp/include/
H A Dntp_worker.h29 BLOCKING_RESP_MAGIC = 0x510c7e54, enumerator