wccp2.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void parse_wccp2_method (int *v)
 
void free_wccp2_method (int *v)
 
void dump_wccp2_method (StoreEntry *e, const char *label, int v)
 
void parse_wccp2_amethod (int *v)
 
void free_wccp2_amethod (int *v)
 
void dump_wccp2_amethod (StoreEntry *e, const char *label, int v)
 
void parse_wccp2_service (void *v)
 
void free_wccp2_service (void *v)
 
void dump_wccp2_service (StoreEntry *e, const char *label, void *v)
 
int check_null_wccp2_service (void *v)
 
void parse_wccp2_service_info (void *v)
 
void free_wccp2_service_info (void *v)
 
void dump_wccp2_service_info (StoreEntry *e, const char *label, void *v)
 

Function Documentation

◆ check_null_wccp2_service()

int check_null_wccp2_service ( void *  v)

Definition at line 2246 of file wccp2.cc.

References wccp2_service_list_head.

◆ dump_wccp2_amethod()

void dump_wccp2_amethod ( StoreEntry e,
const char *  label,
int  v 
)

◆ dump_wccp2_method()

void dump_wccp2_method ( StoreEntry e,
const char *  label,
int  v 
)

◆ dump_wccp2_service()

◆ dump_wccp2_service_info()

◆ free_wccp2_amethod()

void free_wccp2_amethod ( int v)

Definition at line 2157 of file wccp2.cc.

◆ free_wccp2_method()

void free_wccp2_method ( int v)

Definition at line 2109 of file wccp2.cc.

◆ free_wccp2_service()

void free_wccp2_service ( void *  v)

Definition at line 2242 of file wccp2.cc.

◆ free_wccp2_service_info()

void free_wccp2_service_info ( void *  v)

Definition at line 2596 of file wccp2.cc.

◆ parse_wccp2_amethod()

void parse_wccp2_amethod ( int method)

Parse wccp2_assignment_method option they can be '1' aka 'hash' or '2' aka 'mask' representing the integer numeric of the same.

Definition at line 2118 of file wccp2.cc.

References DBG_CRITICAL, debugs, ConfigParser::NextToken(), self_destruct(), WCCP2_ASSIGNMENT_METHOD_HASH, and WCCP2_ASSIGNMENT_METHOD_MASK.

◆ parse_wccp2_method()

void parse_wccp2_method ( int method)

Parse wccp2_return_method and wccp2_forwarding_method options they can be '1' aka 'gre' or '2' aka 'l2' representing the integer numeric of the same.

Definition at line 2070 of file wccp2.cc.

References DBG_CRITICAL, debugs, ConfigParser::NextToken(), self_destruct(), WCCP2_METHOD_GRE, and WCCP2_METHOD_L2.

◆ parse_wccp2_service()

◆ parse_wccp2_service_info()

 

Introduction

Documentation

Support

Miscellaneous