|
Squid Web Cache master
|
#include "squid.h"#include "anyp/PortCfg.h"#include "anyp/UriScheme.h"#include "comm.h"#include "fatal.h"#include "security/PeerOptions.h"#include "ssl/support.h"#include <cstring>#include <limits>Go to the source code of this file.
Variables | |
| AnyP::PortCfgPointer | HttpPortList |
| list of Squid http(s)_port configured | |
| AnyP::PortCfgPointer | FtpPortList |
| list of Squid ftp_port configured | |
| int | NHttpSockets = 0 |
| int | HttpSockets [MAXTCPLISTENPORTS] |
| AnyP::PortCfgPointer FtpPortList |
Definition at line 23 of file PortCfg.cc.
Referenced by getMyPort(), Ftp::StartListening(), and Ftp::StopListening().
| AnyP::PortCfgPointer HttpPortList |
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().
| int HttpSockets[MAXTCPLISTENPORTS] |
Definition at line 26 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientStartListeningOn(), and OpenedHttpSocket().
| int NHttpSockets = 0 |
Definition at line 25 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientHttpConnectionsOpen(), clientOpenListenSockets(), clientStartListeningOn(), OpenedHttpSocket(), and Ftp::StartListening().