|
Apache HTTPD
|
#include "apr_arch_networkio.h"#include "apr_network_io.h"#include "apr_general.h"#include "apr_lib.h"#include "apr_portable.h"#include "apr_strings.h"#include <string.h>#include "apr_arch_inherit.h"#include "apr_arch_misc.h"Go to the source code of this file.
Macros | |
| #define | SOMAXCONN_HINT(b) (-(b)) |
Functions | |
| static apr_status_t | socket_cleanup (void *sock) |
| static void | set_socket_vars (apr_socket_t *sock, int family, int type, int protocol) |
| static void | alloc_socket (apr_socket_t **new, apr_pool_t *p) |
| APR_DECLARE (apr_status_t) | |
| static apr_status_t | wait_for_connect (apr_socket_t *sock) |
| APR_DECLARE (apr_pool_t *) | |
Variables | |
| static char | generic_inaddr_any [16] = {0} |
|
static |
|
static |
|
static |
|
static |