IcmpConfig.h File Reference
#include "cache_cf.h"
#include "sbuf/SBuf.h"
Include dependency graph for IcmpConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IcmpConfig
 

Macros

#define dump_icmp(e, n, v)
 
#define parse_icmp(v)   (v)->parse()
 
#define free_icmp(x)   (x)->clear()
 

Variables

IcmpConfig IcmpCfg
 

Macro Definition Documentation

◆ dump_icmp

#define dump_icmp (   e,
  n,
 
)
Value:
if (!(v).program.isEmpty()) { \
(e)->append((n), strlen((n))); \
(e)->append(" ", 1); \
(e)->append((v).program.rawContent(), (v).program.length()); \
(e)->append("\n", 1); \
} else {}

Definition at line 41 of file IcmpConfig.h.

◆ free_icmp

#define free_icmp (   x)    (x)->clear()

Definition at line 49 of file IcmpConfig.h.

◆ parse_icmp

#define parse_icmp (   v)    (v)->parse()

Definition at line 48 of file IcmpConfig.h.

Variable Documentation

◆ IcmpCfg

IcmpConfig IcmpCfg
extern

Definition at line 17 of file IcmpConfig.cc.

Referenced by IcmpSquid::Open().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors