PTLib
Version 2.10.4
|
This is the complete list of members for PEthSocket, including all inherited members.
AbortCommandString() | PChannel | |
Accept(PSocket &socket) | PSocket | virtual |
AccessDenied enum value | PChannel | |
AddressIsExclusive enum value | PSocket | |
BadParameter enum value | PChannel | |
BufferTooSmall enum value | PChannel | |
CanReuseAddress enum value | PSocket | |
channelName | PChannel | protected |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
Close() | PEthSocket | virtual |
Compare(const PObject &obj) const | PChannel | virtual |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
Connect(const PString &address) | PEthSocket | virtual |
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError) | PChannel | static |
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | protectedvirtual |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
EnumInterfaces(PINDEX idx, PString &name) | PEthSocket | |
EnumIpAddress(PINDEX idx, PIPSocket::Address &addr, PIPSocket::Address &netMask) | PEthSocket | |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
EthTypes enum name | PEthSocket | |
fakeMacHeader | PEthSocket | protected |
FileExists enum value | PChannel | |
FilterAllMulticast enum value | PEthSocket | |
FilterBroadcast enum value | PEthSocket | |
FilterDirected enum value | PEthSocket | |
FilterMask enum name | PEthSocket | |
filterMask | PEthSocket | protected |
FilterMulticast enum value | PEthSocket | |
FilterPromiscuous enum value | PEthSocket | |
filterType | PEthSocket | protected |
FlowControl(const void *flowData) | PChannel | virtual |
GetAddress(Address &addr) | PEthSocket | |
GetBaseReadChannel() const | PChannel | virtual |
GetBaseWriteChannel() const | PChannel | virtual |
GetClass(unsigned ancestor=0) const | PObject | inlinevirtual |
GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorText(ErrorGroup group=NumErrorGroups) const | PChannel | virtual |
GetErrorText(Errors lastError, int osError=0) | PChannel | static |
GetFilter(unsigned &mask, WORD &type) | PEthSocket | |
GetHandle() const | PChannel | |
GetIpAddress(PIPSocket::Address &addr) | PEthSocket | |
GetIpAddress(PIPSocket::Address &addr, PIPSocket::Address &netMask) | PEthSocket | |
GetLastReadCount() const | PChannel | virtual |
GetLastWriteCount() const | PChannel | virtual |
GetMedium() | PEthSocket | |
GetName() const | PChannel | virtual |
GetNameByProtocol(WORD proto) | PSocket | static |
GetOption(int option, int &value, int level=SOL_SOCKET) | PSocket | |
GetOption(int option, void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET) | PSocket | |
GetPort() const | PSocket | |
GetPortByService(const PString &service) const | PSocket | virtual |
GetPortByService(const char *protocol, const PString &service) | PSocket | static |
GetProtocolByName(const PString &name) | PSocket | static |
GetProtocolName() const | PEthSocket | protectedvirtual |
GetReadTimeout() const | PChannel | |
GetService() const | PSocket | |
GetServiceByPort(WORD port) const | PSocket | virtual |
GetServiceByPort(const char *protocol, WORD port) | PSocket | static |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | virtual |
Host2Net(WORD v) | PSocket | inlinestatic |
Host2Net(DWORD v) | PSocket | inlinestatic |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalIsDescendant(const char *clsName) const | PObject | inlinevirtual |
Interrupted enum value | PChannel | |
ipppInterface | PEthSocket | protected |
IsClass(const char *cls) const | PObject | inline |
IsOpen() const | PChannel | virtual |
lastErrorCode | PChannel | protected |
lastErrorNumber | PChannel | protected |
LastGeneralError enum value | PChannel | |
lastReadCount | PChannel | protected |
LastReadError enum value | PChannel | |
lastWriteCount | PChannel | protected |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
Listen(unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive) | PEthSocket | virtual |
macAddress | PEthSocket | protected |
medium | PEthSocket | protected |
Medium802_3 enum value | PEthSocket | |
MediumLoop enum value | PEthSocket | |
MediumTypes enum name | PEthSocket | |
MediumUnknown enum value | PEthSocket | |
MediumWan enum value | PEthSocket | |
Miscellaneous enum value | PChannel | |
Net2Host(WORD v) | PSocket | inlinestatic |
Net2Host(DWORD v) | PSocket | inlinestatic |
NoError enum value | PChannel | |
NoMemory enum value | PChannel | |
NotFound enum value | PChannel | |
NotOpen enum value | PChannel | |
NumErrorGroups enum value | PChannel | |
NumMediumTypes enum value | PEthSocket | |
NumNormalisedErrors enum value | PChannel | |
OnReadComplete(void *buf, PINDEX len) | PChannel | virtual |
OnWriteComplete(const void *buf, PINDEX len) | PChannel | virtual |
OpenSocket() | PEthSocket | protectedvirtual |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
operator<=(const PObject &obj) const | PObject | inline |
operator=(const PChannel &) | PChannel | protected |
operator==(const PObject &obj) const | PObject | inline |
operator>(const PObject &obj) const | PObject | inline |
operator>=(const PObject &obj) const | PObject | inline |
os_accept(PSocket &listener, struct sockaddr *addr, PINDEX *size) | PSocket | protected |
os_close() | PSocket | protected |
os_connect(struct sockaddr *sin, PINDEX size) | PSocket | protected |
os_handle | PChannel | protected |
os_recvfrom(void *buf, PINDEX len, int flags, struct sockaddr *from, PINDEX *fromlen) | PSocket | protected |
os_sendto(const void *buf, PINDEX len, int flags, struct sockaddr *to, PINDEX tolen) | PSocket | protected |
os_socket(int af, int type, int proto) | PSocket | protected |
PChannel() | PChannel | |
PChannel(const PChannel &) | PChannel | protected |
PEthSocket(PINDEX nReadBuffers=8, PINDEX nWriteBuffers=1, PINDEX size=1514) | PEthSocket | |
PObject() | PObject | inlineprotected |
port | PSocket | protected |
PrintOn(ostream &strm) const | PObject | virtual |
ProtocolFailure enum value | PChannel | |
PSocket() | PSocket | protected |
px_lastBlockType | PChannel | protected |
px_readThread | PChannel | protected |
px_selectMutex | PChannel | protected |
px_selectThread | PChannel | protected |
px_threadMutex | PChannel | protected |
px_writeMutex | PChannel | protected |
px_writeThread | PChannel | protected |
PXAcceptBlock enum value | PChannel | |
PXBlockType enum name | PChannel | |
PXClose() | PChannel | protected |
PXConnectBlock enum value | PChannel | |
PXReadBlock enum value | PChannel | |
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout) | PChannel | protected |
PXWriteBlock enum value | PChannel | |
Read(void *buf, PINDEX len) | PEthSocket | virtual |
PChannel::Read(const VectorOfSlice &slices) | PChannel | virtual |
ReadAsync(void *buf, PINDEX len) | PChannel | virtual |
ReadBlock(void *buf, PINDEX len) | PChannel | |
ReadChar() | PChannel | virtual |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | protected |
ReadFrom(istream &strm) | PObject | virtual |
ReadPacket(PBYTEArray &buffer, Address &dest, Address &src, WORD &type, PINDEX &len, BYTE *&payload) | PEthSocket | |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | protected |
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | protected |
ResetAdaptor() | PEthSocket | |
Reusability enum name | PSocket | |
Select(PSocket &sock1, PSocket &sock2) | PSocket | static |
Select(PSocket &sock1, PSocket &sock2, const PTimeInterval &timeout) | PSocket | static |
Select(SelectList &read) | PSocket | static |
Select(SelectList &read, const PTimeInterval &timeout) | PSocket | static |
Select(SelectList &read, SelectList &write) | PSocket | static |
Select(SelectList &read, SelectList &write, const PTimeInterval &timeout) | PSocket | static |
Select(SelectList &read, SelectList &write, SelectList &except) | PSocket | static |
Select(SelectList &read, SelectList &write, SelectList &except, const PTimeInterval &timeout) | PSocket | static |
SendCommandString(const PString &command) | PChannel | |
SetBufferSize(PINDEX newSize) | PChannel | |
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
SetFilter(unsigned mask, WORD type=TypeAll) | PEthSocket | |
SetLocalEcho(bool localEcho) | PChannel | virtual |
SetOption(int option, int value, int level=SOL_SOCKET) | PSocket | |
SetOption(int option, const void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET) | PSocket | |
SetPort(WORD port) | PSocket | |
SetPort(const PString &service) | PSocket | |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetWriteTimeout(const PTimeInterval &time) | PChannel | |
Shutdown(ShutdownValue option) | PSocket | virtual |
ShutdownRead enum value | PChannel | |
ShutdownReadAndWrite enum value | PChannel | |
ShutdownValue enum name | PChannel | |
ShutdownWrite enum value | PChannel | |
Timeout enum value | PChannel | |
TypeAARP enum value | PEthSocket | |
TypeAll enum value | PEthSocket | |
TypeARP enum value | PEthSocket | |
TypeAtalk enum value | PEthSocket | |
TypeIP enum value | PEthSocket | |
TypeIPv6 enum value | PEthSocket | |
TypeIPX enum value | PEthSocket | |
TypeX25 enum value | PEthSocket | |
VectorOfSlice typedef | PChannel | |
Write(const void *buf, PINDEX len) | PEthSocket | virtual |
PSocket::Write(const void *buf, PINDEX len, const void *mark) | PChannel | virtual |
PSocket::Write(const VectorOfSlice &slices) | PChannel | virtual |
WriteAsync(const void *buf, PINDEX len) | PChannel | virtual |
WriteChar(int c) | PChannel | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | protected |
~PChannel() | PChannel | |
~PEthSocket() | PEthSocket | |
~PObject() | PObject | inlinevirtual |
~PSocket() | PSocket |