Apache HTTPD
Functions
testipsub.c File Reference
#include "testutil.h"
#include "apr_general.h"
#include "apr_network_io.h"
#include "apr_errno.h"

Go to the source code of this file.

Functions

static void test_bad_input (abts_case *tc, void *data)
 
static void test_singleton_subnets (abts_case *tc, void *data)
 
static void test_interesting_subnets (abts_case *tc, void *data)
 
static void test_badmask_str (abts_case *tc, void *data)
 
static void test_badip_str (abts_case *tc, void *data)
 
static void test_parse_addr_port (abts_case *tc, void *data)
 
abts_suitetestipsub (abts_suite *suite)
 

Function Documentation

◆ test_bad_input()

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

Definition at line 22 of file testipsub.c.

◆ test_badip_str()

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

Definition at line 160 of file testipsub.c.

◆ test_badmask_str()

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

Definition at line 152 of file testipsub.c.

◆ test_interesting_subnets()

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

Definition at line 107 of file testipsub.c.

◆ test_parse_addr_port()

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

Definition at line 168 of file testipsub.c.

◆ test_singleton_subnets()

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

Definition at line 76 of file testipsub.c.

◆ testipsub()

abts_suite * testipsub ( abts_suite suite)

Definition at line 225 of file testipsub.c.