Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dclientloop.c185 TAILQ_HEAD(global_confirms, global_confirm);
186 static struct global_confirms global_confirms = variable
187 TAILQ_HEAD_INITIALIZER(global_confirms);
466 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL) in client_global_request_reply()
471 TAILQ_REMOVE(&global_confirms, gc, entry); in client_global_request_reply()
726 last_gc = TAILQ_LAST(&global_confirms, global_confirms); in client_register_global_confirm()
738 TAILQ_INSERT_TAIL(&global_confirms, gc, entry); in client_register_global_confirm()