Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.h45 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);
H A Dauthfd.c91 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) in ssh_get_authentication_socket_path() function
135 return ssh_get_authentication_socket_path(authsocket, fdp); in ssh_get_authentication_socket()
H A Dclientloop.c1831 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()