Go to the source code of this file.
Functions | |
void | wccpInit (void) |
void | wccpConnectionOpen (void) |
void | wccpConnectionClose (void) |
Function Documentation
◆ wccpConnectionClose()
void wccpConnectionClose | ( | void | ) |
Definition at line 161 of file wccp.cc.
References comm_close, DBG_IMPORTANT, debugs, and theWccpConnection.
Referenced by serverConnectionsClose(), and SquidShutdown().
◆ wccpConnectionOpen()
void wccpConnectionOpen | ( | void | ) |
Definition at line 109 of file wccp.cc.
References SquidConfig::address, COMM_NONBLOCKING, comm_open_listener(), COMM_SELECT_READ, Config, DBG_CRITICAL, DBG_IMPORTANT, debugs, fatal(), Ip::Address::getSockAddr(), Ip::Address::isAnyAddr(), local_ip, Ip::Address::port(), SquidConfig::router, Ip::Address::setIPv4(), Comm::SetSelect(), theWccpConnection, SquidConfig::Wccp, WCCP_PORT, and wccpHandleUdp.
Referenced by serverConnectionsOpen().
◆ wccpInit()
void wccpInit | ( | void | ) |
Definition at line 91 of file wccp.cc.
References Config, debugs, eventAdd(), eventFind(), Ip::Address::isAnyAddr(), last_assign_buckets_change, last_change, last_id, number_caches, wccp_here_i_am_t::revision, SquidConfig::router, wccp_here_i_am_t::type, SquidConfig::version, wccp_here_i_am_t::version, SquidConfig::Wccp, WCCP_HERE_I_AM, wccp_here_i_am, WCCP_REVISION, and wccpHereIam.
Referenced by mainInitialize(), and mainReconfigureFinish().