Home
last modified time | relevance | path

Searched refs:authsocket (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.c91 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) in ssh_get_authentication_socket_path() argument
96 debug3_f("path '%s'", authsocket); in ssh_get_authentication_socket_path()
99 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path)); in ssh_get_authentication_socket_path()
126 const char *authsocket; in ssh_get_authentication_socket() local
131 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME); in ssh_get_authentication_socket()
132 if (authsocket == NULL || *authsocket == '\0') in ssh_get_authentication_socket()
135 return ssh_get_authentication_socket_path(authsocket, fdp); in ssh_get_authentication_socket()
H A Dauthfd.h45 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);