|
Squid Web Cache master
|
#include "anyp/forward.h"#include "anyp/ProtocolVersion.h"#include "anyp/TrafficMode.h"#include "base/CodeContext.h"#include "comm/Connection.h"#include "comm/Tcp.h"#include "security/ServerOptions.h"Go to the source code of this file.
Classes | |
| class | AnyP::PortCfg |
Namespaces | |
| namespace | AnyP |
Macros | |
| #define | MAXTCPLISTENPORTS 128 |
Variables | |
| AnyP::PortCfgPointer | HttpPortList |
| list of Squid http(s)_port configured | |
| AnyP::PortCfgPointer | FtpPortList |
| list of Squid ftp_port configured | |
| int | NHttpSockets |
| int | HttpSockets [MAXTCPLISTENPORTS] |
|
extern |
Definition at line 23 of file PortCfg.cc.
Referenced by getMyPort(), Ftp::StartListening(), and Ftp::StopListening().
|
extern |
Definition at line 22 of file PortCfg.cc.
Referenced by add_http_port(), clientConnectionsClose(), clientHttpConnectionsOpen(), comm_poll_tcp_incoming(), comm_select_tcp_incoming(), configDoConfigure(), fdIsTcpListen(), fdIsTcpListener(), getMyHostname(), getMyPort(), Ssl::Helper::Init(), Ssl::CertValidationHelper::Init(), initializeSessionCache(), isTlsServer(), neighbors_init(), and Acl::Node::ParseNamed().
|
extern |
Definition at line 26 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientStartListeningOn(), and OpenedHttpSocket().
|
extern |
Definition at line 25 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientHttpConnectionsOpen(), clientOpenListenSockets(), clientStartListeningOn(), OpenedHttpSocket(), and Ftp::StartListening().