Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsession.h77 void session_destroy_all(struct ssh *, void (*)(Session *));
H A Dserverloop.c394 session_destroy_all(ssh, NULL); in server_loop2()
H A Dsession.c2336 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *)) in session_destroy_all() function
2511 session_destroy_all(ssh, session_pty_cleanup2); in do_cleanup()