#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 More... | |
AnyP::PortCfgPointer | FtpPortList |
list of Squid ftp_port configured More... | |
int | NHttpSockets = 0 |
int | HttpSockets [MAXTCPLISTENPORTS] |
Variable Documentation
◆ FtpPortList
AnyP::PortCfgPointer FtpPortList |
Definition at line 23 of file PortCfg.cc.
Referenced by getMyPort(), Ftp::StartListening(), and Ftp::StopListening().
◆ HttpPortList
AnyP::PortCfgPointer HttpPortList |
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
int HttpSockets[MAXTCPLISTENPORTS] |
Definition at line 26 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientStartListeningOn(), comm_poll_tcp_incoming(), and OpenedHttpSocket().
◆ NHttpSockets
int NHttpSockets = 0 |
Definition at line 25 of file PortCfg.cc.
Referenced by AddOpenedHttpSocket(), clientConnectionsClose(), clientHttpConnectionsOpen(), clientOpenListenSockets(), clientStartListeningOn(), comm_poll_tcp_incoming(), OpenedHttpSocket(), and Ftp::StartListening().