Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c193 TAILQ_HEAD(global_confirms, global_confirm);
194 static struct global_confirms global_confirms = variable
195 TAILQ_HEAD_INITIALIZER(global_confirms);
580 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL) in client_global_request_reply()
585 TAILQ_REMOVE(&global_confirms, gc, entry); in client_global_request_reply()
890 last_gc = TAILQ_LAST(&global_confirms, global_confirms); in client_register_global_confirm()
902 TAILQ_INSERT_TAIL(&global_confirms, gc, entry); in client_register_global_confirm()