|
Squid Web Cache master
|
#include "squid.h"#include "comm/Connection.h"#include "compat/socket.h"#include "debug/Stream.h"#include "ICP.h"#include "ipcache.h"#include "multicast.h"Go to the source code of this file.
Functions | |
| int | mcastSetTtl (int fd, int mcast_ttl) |
| void | mcastJoinGroups (const ipcache_addrs *ia, const Dns::LookupDetails &, void *) |
| void mcastJoinGroups | ( | const ipcache_addrs * | ia, |
| const Dns::LookupDetails & | , | ||
| void * | |||
| ) |
Definition at line 36 of file multicast.cc.
References DBG_CRITICAL, DBG_IMPORTANT, debugs, Comm::Connection::fd, Dns::CachedIps::goodAndBad(), icpIncomingConn, xsetsockopt(), and xstrerr().
Definition at line 21 of file multicast.cc.
References DBG_IMPORTANT, debugs, xsetsockopt(), and xstrerr().
Referenced by neighborsUdpPing(), and peerCountMcastPeersCreateAndSend().