Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef SQUID_SRC_ICMP_ICMPCONFIG_H
12#define SQUID_SRC_ICMP_ICMPCONFIG_H
41#define dump_icmp(e,n,v) \
42 if (!(v).program.isEmpty()) { \
43 (e)->append((n), strlen((n))); \
44 (e)->append(" ", 1); \
45 (e)->append((v).program.rawContent(), (v).program.length()); \
46 (e)->append("\n", 1); \
48#define parse_icmp(v) (v)->parse()
49#define free_icmp(x) (x)->clear()