|
Apache HTTPD
|
#include "apr_network_io.h"#include "apr_errno.h"#include "apr_general.h"#include "apr_lib.h"#include "testutil.h"Go to the source code of this file.
Functions | |
| static void | create_socket (abts_case *tc, void *data) |
| static void | set_keepalive (abts_case *tc, void *data) |
| static void | set_debug (abts_case *tc, void *data) |
| static void | remove_keepalive (abts_case *tc, void *data) |
| static void | corkable (abts_case *tc, void *data) |
| static void | close_socket (abts_case *tc, void *data) |
| abts_suite * | testsockopt (abts_suite *suite) |
Variables | |
| static apr_socket_t * | sock = NULL |
Definition at line 118 of file testsockopt.c.
Definition at line 81 of file testsockopt.c.
Definition at line 25 of file testsockopt.c.
| abts_suite * testsockopt | ( | abts_suite * | suite | ) |
Definition at line 126 of file testsockopt.c.
|
static |
Definition at line 23 of file testsockopt.c.