Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfd.h44 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);
H A Dauthfd.c89 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) in ssh_get_authentication_socket_path() function
133 return ssh_get_authentication_socket_path(authsocket, fdp); in ssh_get_authentication_socket()
H A Dssh_namespace.h641 #define ssh_get_authentication_socket_path Fssh_ssh_get_authentication_socket_path macro
H A Dclientloop.c1821 r = ssh_get_authentication_socket_path(forward_agent_sock_path, &sock); in client_request_agent()