Apache HTTPD
Functions | Variables
testsockopt.c File Reference
#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_suitetestsockopt (abts_suite *suite)
 

Variables

static apr_socket_tsock = NULL
 

Function Documentation

◆ close_socket()

static void close_socket ( abts_case tc,
void *  data 
)
static

Definition at line 118 of file testsockopt.c.

◆ corkable()

static void corkable ( abts_case tc,
void *  data 
)
static

Definition at line 81 of file testsockopt.c.

◆ create_socket()

static void create_socket ( abts_case tc,
void *  data 
)
static

Definition at line 25 of file testsockopt.c.

◆ remove_keepalive()

static void remove_keepalive ( abts_case tc,
void *  data 
)
static

< Keepalive

< Keepalive

< Keepalive

Definition at line 64 of file testsockopt.c.

◆ set_debug()

static void set_debug ( abts_case tc,
void *  data 
)
static

< Debug

< Debug

Definition at line 47 of file testsockopt.c.

◆ set_keepalive()

static void set_keepalive ( abts_case tc,
void *  data 
)
static

< Keepalive

< Keepalive

Definition at line 34 of file testsockopt.c.

◆ testsockopt()

abts_suite * testsockopt ( abts_suite suite)

Definition at line 126 of file testsockopt.c.

Variable Documentation

◆ sock

apr_socket_t* sock = NULL
static

Definition at line 23 of file testsockopt.c.