|
PTLib
Version 2.18.8
|
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::PortRange | inline |
| GetMax() const | PIPSocket::PortRange | inline |
| IsValid() const | PIPSocket::PortRange | inline |
| 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_base | PIPSocket::PortRange | protected |
| m_max | PIPSocket::PortRange | protected |
| operator<<(ostream &strm, const PortRange &pr) | PIPSocket::PortRange | friend |
| PDECLARE_MUTEX(m_mutex) | PIPSocket::PortRange | protected |
| PortRange(WORD basePort=0, WORD maxPort=0) | PIPSocket::PortRange | |
| Set(unsigned newBase, unsigned newMax, unsigned dfltRange=0, unsigned dfltBase=0) | PIPSocket::PortRange |