|
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.
Macros | |
| #define | STRLEN 21 |
Functions | |
| static void | tcp_socket (abts_case *tc, void *data) |
| static void | udp_socket (abts_case *tc, void *data) |
| static void | sendto_receivefrom_helper (abts_case *tc, const char *addr, int family) |
| static void | sendto_receivefrom (abts_case *tc, void *data) |
| static void | socket_userdata (abts_case *tc, void *data) |
| abts_suite * | testsockets (abts_suite *suite) |
| #define STRLEN 21 |
Definition at line 23 of file testsockets.c.
Definition at line 175 of file testsockets.c.
Definition at line 193 of file testsockets.c.
Definition at line 25 of file testsockets.c.
| abts_suite * testsockets | ( | abts_suite * | suite | ) |
Definition at line 218 of file testsockets.c.
Definition at line 42 of file testsockets.c.