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

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c975 apr_socket_t *sock, *local_sock, *data_sock = NULL; local
1611 if ((rv = apr_socket_create(&local_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
1621 if ((rv = apr_socket_opt_set(local_sock, APR_SO_REUSEADDR, one))
1633 if ((rv = apr_socket_bind(local_sock, local_addr)) != APR_SUCCESS) {
1641 if ((rv = apr_socket_listen(local_sock, 2)) != APR_SUCCESS) {
2004 rv = apr_socket_accept(&data_sock, local_sock, r->pool);

Completed in 15 milliseconds