PTLib  Version 2.14.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PIPSocket::PortRange Member List

This is the complete list of members for PIPSocket::PortRange, including all inherited members.

Connect(PIPSocket &socket, const Address &addr, const Address &binding=GetDefaultIpAny())PIPSocket::PortRange
GetBase() const PIPSocket::PortRangeinline
GetMax() const PIPSocket::PortRangeinline
IsValid() const PIPSocket::PortRangeinline
Listen(PIPSocket &socket, const Address &binding=GetDefaultIpAny(), unsigned queueSize=5, Reusability reuse=AddressIsExclusive)PIPSocket::PortRange
Listen(PIPSocket **sockets, PINDEX numSockets=1, const Address &binding=GetDefaultIpAny(), unsigned queueSize=5, Reusability reuse=AddressIsExclusive)PIPSocket::PortRange
m_basePIPSocket::PortRangeprotected
m_maxPIPSocket::PortRangeprotected
m_mutexPIPSocket::PortRangeprotected
operator<<(ostream &strm, const PortRange &pr)PIPSocket::PortRangefriend
PortRange(WORD basePort=0, WORD maxPort=0)PIPSocket::PortRange
Set(unsigned newBase, unsigned newMax, unsigned dfltRange=0, unsigned dfltBase=0)PIPSocket::PortRange