| /src/dist/pf/libexec/tftp-proxy/ |
| tftp-proxy.c | 97 struct sockaddr_in sock_out; local 265 bzero((char *)&sock_out, sizeof(sock_out)); 266 sock_out.sin_family = from.ss_family; 267 sock_out.sin_port = htons(pick_proxy_port()); 268 if (bind(out_fd, (struct sockaddr *)&sock_out, sizeof(sock_out)) < 0) { 307 (struct sockaddr *)&proxy_to_server, ntohs(sock_out.sin_port),
|
| tftp-proxy.c | 97 struct sockaddr_in sock_out; local 265 bzero((char *)&sock_out, sizeof(sock_out)); 266 sock_out.sin_family = from.ss_family; 267 sock_out.sin_port = htons(pick_proxy_port()); 268 if (bind(out_fd, (struct sockaddr *)&sock_out, sizeof(sock_out)) < 0) { 307 (struct sockaddr *)&proxy_to_server, ntohs(sock_out.sin_port),
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-auth.c | 445 int sock_in = -1, sock_out = -1, rexeced_flag = 0; local 607 sock_out = dup(STDOUT_FILENO); 610 sock_in = sock_out = dup(STDIN_FILENO); 615 debug("network sockets: %d, %d", sock_in, sock_out); 621 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) 696 fcntl(sock_out, F_SETFD, FD_CLOEXEC);
|
| sshd-auth.c | 445 int sock_in = -1, sock_out = -1, rexeced_flag = 0; local 607 sock_out = dup(STDOUT_FILENO); 610 sock_in = sock_out = dup(STDIN_FILENO); 615 debug("network sockets: %d, %d", sock_in, sock_out); 621 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL) 696 fcntl(sock_out, F_SETFD, FD_CLOEXEC);
|
| sshd-session.c | 789 int sock_in = -1, sock_out = -1, rexeced_flag = 0, have_key = 0; local 1105 sock_out = dup(STDOUT_FILENO); 1108 sock_in = sock_out = dup(STDIN_FILENO); 1118 debug("network sockets: %d, %d", sock_in, sock_out); 1124 fcntl(sock_out, F_SETFD, FD_CLOEXEC); 1140 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL)
|
| sshd-session.c | 789 int sock_in = -1, sock_out = -1, rexeced_flag = 0, have_key = 0; local 1105 sock_out = dup(STDOUT_FILENO); 1108 sock_in = sock_out = dup(STDIN_FILENO); 1118 debug("network sockets: %d, %d", sock_in, sock_out); 1124 fcntl(sock_out, F_SETFD, FD_CLOEXEC); 1140 if ((ssh = ssh_packet_set_connection(NULL, sock_in, sock_out)) == NULL)
|
| sshd.c | 918 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s, 1172 *sock_out = *newsock; 1200 *sock_out = *newsock; 1291 int sock_in = -1, sock_out = -1, newsock = -1, rexec_argc = 0; local 1814 server_accept_loop(&sock_in, &sock_out, 1830 sock_in, sock_out, newsock, config_s[0], config_s[1]);
|
| sshd.c | 918 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s, 1172 *sock_out = *newsock; 1200 *sock_out = *newsock; 1291 int sock_in = -1, sock_out = -1, newsock = -1, rexec_argc = 0; local 1814 server_accept_loop(&sock_in, &sock_out, 1830 sock_in, sock_out, newsock, config_s[0], config_s[1]);
|