Searched refs:auth_sock (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/wpa/src/radius/
H A Dradius_server.c97 * auth_sock - Socket for RADIUS authentication messages
99 int auth_sock; member in struct:radius_server_data
673 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
742 res = sendto(data->auth_sock, wpabuf_head(buf),
834 res = sendto(data->auth_sock, wpabuf_head(buf),
1307 data->auth_sock = radius_server_open_socket6(conf->auth_port);
1310 data->auth_sock = radius_server_open_socket(conf->auth_port);
1311 if (data->auth_sock < 0) {
1317 if (eloop_register_read_sock(data->auth_sock,
1337 if (data->auth_sock >
[all...]
H A Dradius_client.c186 * auth_sock - Currently used socket for RADIUS authentication server
188 int auth_sock; member in struct:radius_client_data
339 s = radius->auth_sock;
663 s = radius->auth_sock;
1078 radius->auth_sock = sel_sock;
1092 if (radius->auth_sock >= 0 && conf->auth_servers &&
1260 radius->auth_sock = radius->acct_sock = -1;
/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect.c1524 int auth_sock = -1, r; local
1529 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
1540 if ((r = ssh_add_identity_constrained(auth_sock, private, comment, 0,
H A Dsshd.c210 int auth_sock = -1; variable
693 r = ssh_get_authentication_socket(&auth_sock);
2258 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
2602 if ((r = ssh_agent_sign(auth_sock, pubkey, signature, slen,
H A Dmonitor.c685 extern int auth_sock; /* XXX move to state struct? */
750 auth_sock > 0) {
751 if ((r = ssh_agent_sign(auth_sock, key, &signature, &siglen,
H A Dsession.c1655 extern int auth_sock;
1657 if (auth_sock != -1) {
1658 close(auth_sock);
1659 auth_sock = -1;

Completed in 184 milliseconds