Home
last modified time | relevance | path

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

/external/openssh/
Dsession.h74 void session_destroy_all(struct ssh *, void (*)(Session *));
Dserverloop.c464 session_destroy_all(ssh, NULL); in server_loop2()
Dsession.c2519 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *)) in session_destroy_all() function
2709 session_destroy_all(ssh, session_pty_cleanup2); in do_cleanup()
Dmonitor.c1624 session_destroy_all(ssh, &mm_session_close); in mm_answer_term()