Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsession.h69 int session_open(Authctxt *, int);
H A Dserverloop.c609 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
H A Dsession.c1814 session_open(Authctxt *authctxt, int chanid) in session_open() function
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthidd.h91 bthid_session_p session_open (bthid_server_p srv, hid_device_p const d);
H A Dclient.c89 if ((s = session_open(srv, d)) == NULL) { in client_rescan()
H A Dsession.c57 session_open(bthid_server_p srv, hid_device_p const d) in session_open() function
H A Dserver.c259 if ((s = session_open(srv, d)) == NULL) { in server_accept()