Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDsession.h74 void session_destroy_all(struct ssh *, void (*)(Session *));
HDserverloop.c376 session_destroy_all(ssh, NULL); in server_loop2()
HDsession.c2530 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *)) in session_destroy_all() function
2720 session_destroy_all(ssh, session_pty_cleanup2); in do_cleanup()
HDmonitor.c1668 session_destroy_all(ssh, &mm_session_close); in mm_answer_term()