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

/freebsd-current/crypto/openssh/
H A Dauthfd.c89 ssh_get_authentication_socket_path(const char *authsocket, int *fdp) argument
94 debug3_f("path '%s'", authsocket);
97 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
124 const char *authsocket; local
129 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
130 if (authsocket == NULL || *authsocket == '\0')
133 return ssh_get_authentication_socket_path(authsocket, fdp);
H A Dauthfd.h44 int ssh_get_authentication_socket_path(const char *authsocket, int *fdp);

Completed in 62 milliseconds