#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 "sbuf/SBuf.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 More... | |
AnyP::PortCfgPointer | FtpPortList |
list of Squid ftp_port configured More... | |
int | NHttpSockets |
int | HttpSockets [MAXTCPLISTENPORTS] |
Macro Definition Documentation
◆ MAXTCPLISTENPORTS
Variable Documentation
◆ FtpPortList
|
extern |
Definition at line 23 of file PortCfg.cc.
Referenced by getMyPort(), Ftp::StartListening(), and Ftp::StopListening().
◆ HttpPortList
|
extern |
Definition at line 22 of file PortCfg.cc.
Referenced by add_http_port(), clientConnectionsClose(), clientHttpConnectionsOpen(), comm_select_tcp_incoming(), configDoConfigure(), fdIsTcpListen(), fdIsTcpListener(), getMyHostname(), getMyPort(), Ssl::Helper::Init(), Ssl::CertValidationHelper::Init(), initializeSessionCache(), isTlsServer(), neighbors_init(), and ACL::ParseAclLine().
◆ HttpSockets
|
extern |
Definition at line 26 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientStartListeningOn(), comm_poll_tcp_incoming(), and OpenedHttpSocket().
◆ NHttpSockets
|
extern |
Definition at line 25 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientHttpConnectionsOpen(), clientOpenListenSockets(), clientStartListeningOn(), comm_poll_tcp_incoming(), OpenedHttpSocket(), and Ftp::StartListening().