Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dclientloop.c188 TAILQ_HEAD(global_confirms, global_confirm);
189 static struct global_confirms global_confirms = variable
190 TAILQ_HEAD_INITIALIZER(global_confirms);
471 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL) in client_global_request_reply()
476 TAILQ_REMOVE(&global_confirms, gc, entry); in client_global_request_reply()
745 last_gc = TAILQ_LAST(&global_confirms, global_confirms); in client_register_global_confirm()
757 TAILQ_INSERT_TAIL(&global_confirms, gc, entry); in client_register_global_confirm()