|
Squid Web Cache master
|
#include "squid.h"#include "comm/Connection.h"#include "compat/socket.h"#include "compat/unistd.h"#include "fde.h"#include "ip/Intercept.h"#include "ip/tools.h"#include "src/tools.h"#include <cerrno>#include <climits>#include <linux/if.h>#include <linux/netfilter_ipv4.h>Go to the source code of this file.
Macros | |
| #define | BUILDING_SQUID_IP_INTERCEPT_CC 1 |
| #define | IP6T_SO_ORIGINAL_DST 80 |
| #define BUILDING_SQUID_IP_INTERCEPT_CC 1 |
Definition at line 12 of file Intercept.cc.
| #define IP6T_SO_ORIGINAL_DST 80 |
Definition at line 108 of file Intercept.cc.