PTLib  Version 2.10.11
PEthSocket Member List

This is the complete list of members for PEthSocket, including all inherited members.

AbortCommandString()PChannel
Accept(PSocket &socket)PSocketvirtual
AccessDenied enum valuePChannel
AddressIsExclusive enum valuePSocket
BadParameter enum valuePChannel
BufferTooSmall enum valuePChannel
CanReuseAddress enum valuePSocket
channelNamePChannelprotected
Class()PObjectinlinestatic
Clone() const PObjectvirtual
Close()PEthSocketvirtual
Compare(const PObject &obj) const PChannelvirtual
CompareObjectMemoryDirect(const PObject &obj) const PObjectvirtual
Comparison enum namePObject
Connect(const PString &address)PEthSocketvirtual
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError)PChannelstatic
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError)PChannelprotectedvirtual
DeviceInUse enum valuePChannel
DiskFull enum valuePChannel
EnumInterfaces(PINDEX idx, PString &name)PEthSocket
EnumIpAddress(PINDEX idx, PIPSocket::Address &addr, PIPSocket::Address &netMask)PEthSocket
EqualTo enum valuePObject
ErrorGroup enum namePChannel
Errors enum namePChannel
EthTypes enum namePEthSocket
fakeMacHeaderPEthSocketprotected
FileExists enum valuePChannel
FilterAllMulticast enum valuePEthSocket
FilterBroadcast enum valuePEthSocket
FilterDirected enum valuePEthSocket
FilterMask enum namePEthSocket
filterMaskPEthSocketprotected
FilterMulticast enum valuePEthSocket
FilterPromiscuous enum valuePEthSocket
filterTypePEthSocketprotected
FlowControl(const void *flowData)PChannelvirtual
GetAddress(Address &addr)PEthSocket
GetBaseReadChannel() const PChannelvirtual
GetBaseWriteChannel() const PChannelvirtual
GetClass(unsigned ancestor=0) const PObjectinlinevirtual
GetErrorCode(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorNumber(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorText(ErrorGroup group=NumErrorGroups) const PChannelvirtual
GetErrorText(Errors lastError, int osError=0)PChannelstatic
GetFilter(unsigned &mask, WORD &type)PEthSocket
GetHandle() const PChannel
GetIpAddress(PIPSocket::Address &addr)PEthSocket
GetIpAddress(PIPSocket::Address &addr, PIPSocket::Address &netMask)PEthSocket
GetLastReadCount() const PChannelvirtual
GetLastWriteCount() const PChannelvirtual
GetMedium()PEthSocket
GetName() const PChannelvirtual
GetNameByProtocol(WORD proto)PSocketstatic
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 PSocketvirtual
GetPortByService(const char *protocol, const PString &service)PSocketstatic
GetProtocolByName(const PString &name)PSocketstatic
GetProtocolName() const PEthSocketprotectedvirtual
GetReadTimeout() const PChannel
GetService() const PSocket
GetServiceByPort(WORD port) const PSocketvirtual
GetServiceByPort(const char *protocol, WORD port)PSocketstatic
GetWriteTimeout() const PChannel
GreaterThan enum valuePObject
HashFunction() const PChannelvirtual
Host2Net(WORD v)PSocketinlinestatic
Host2Net(DWORD v)PSocketinlinestatic
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size)PObjectstatic
InternalIsDescendant(const char *clsName) const PObjectinlinevirtual
Interrupted enum valuePChannel
ipppInterfacePEthSocketprotected
IsClass(const char *cls) const PObjectinline
IsOpen() const PChannelvirtual
lastErrorCodePChannelprotected
lastErrorNumberPChannelprotected
LastGeneralError enum valuePChannel
lastReadCountPChannelprotected
LastReadError enum valuePChannel
lastWriteCountPChannelprotected
LastWriteError enum valuePChannel
LessThan enum valuePObject
Listen(unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive)PEthSocketvirtual
macAddressPEthSocketprotected
mediumPEthSocketprotected
Medium802_3 enum valuePEthSocket
MediumLoop enum valuePEthSocket
MediumTypes enum namePEthSocket
MediumUnknown enum valuePEthSocket
MediumWan enum valuePEthSocket
Miscellaneous enum valuePChannel
Net2Host(WORD v)PSocketinlinestatic
Net2Host(DWORD v)PSocketinlinestatic
NoError enum valuePChannel
NoMemory enum valuePChannel
NotFound enum valuePChannel
NotOpen enum valuePChannel
NumErrorGroups enum valuePChannel
NumMediumTypes enum valuePEthSocket
NumNormalisedErrors enum valuePChannel
OnReadComplete(void *buf, PINDEX len)PChannelvirtual
OnWriteComplete(const void *buf, PINDEX len)PChannelvirtual
OpenSocket()PEthSocketprotectedvirtual
operator!=(const PObject &obj) const PObjectinline
operator<(const PObject &obj) const PObjectinline
operator<=(const PObject &obj) const PObjectinline
operator=(const PChannel &)PChannelprotected
operator==(const PObject &obj) const PObjectinline
operator>(const PObject &obj) const PObjectinline
operator>=(const PObject &obj) const PObjectinline
os_accept(PSocket &listener, struct sockaddr *addr, PINDEX *size)PSocketprotected
os_close()PSocketprotected
os_connect(struct sockaddr *sin, PINDEX size)PSocketprotected
os_handlePChannelprotected
os_recvfrom(void *buf, PINDEX len, int flags, struct sockaddr *from, PINDEX *fromlen)PSocketprotected
os_sendto(const void *buf, PINDEX len, int flags, struct sockaddr *to, PINDEX tolen)PSocketprotected
os_socket(int af, int type, int proto)PSocketprotected
PChannel()PChannel
PChannel(const PChannel &)PChannelprotected
PEthSocket(PINDEX nReadBuffers=8, PINDEX nWriteBuffers=1, PINDEX size=1514)PEthSocket
PObject()PObjectinlineprotected
portPSocketprotected
PrintOn(ostream &strm) const PObjectvirtual
ProtocolFailure enum valuePChannel
PSocket()PSocketprotected
px_lastBlockTypePChannelprotected
px_readThreadPChannelprotected
px_selectMutexPChannelprotected
px_selectThreadPChannelprotected
px_threadMutexPChannelprotected
px_writeMutexPChannelprotected
px_writeThreadPChannelprotected
PXAcceptBlock enum valuePChannel
PXBlockType enum namePChannel
PXClose()PChannelprotected
PXConnectBlock enum valuePChannel
PXReadBlock enum valuePChannel
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout)PChannelprotected
PXWriteBlock enum valuePChannel
Read(void *buf, PINDEX len)PEthSocketvirtual
PChannel::Read(const VectorOfSlice &slices)PChannelvirtual
ReadAsync(void *buf, PINDEX len)PChannelvirtual
ReadBlock(void *buf, PINDEX len)PChannel
ReadChar()PChannelvirtual
ReadCharWithTimeout(PTimeInterval &timeout)PChannelprotected
ReadFrom(istream &strm)PObjectvirtual
ReadPacket(PBYTEArray &buffer, Address &dest, Address &src, WORD &type, PINDEX &len, BYTE *&payload)PEthSocket
ReadString(PINDEX len)PChannel
readTimeoutPChannelprotected
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start)PChannelprotected
ResetAdaptor()PEthSocket
Reusability enum namePSocket
Select(PSocket &sock1, PSocket &sock2)PSocketstatic
Select(PSocket &sock1, PSocket &sock2, const PTimeInterval &timeout)PSocketstatic
Select(SelectList &read)PSocketstatic
Select(SelectList &read, const PTimeInterval &timeout)PSocketstatic
Select(SelectList &read, SelectList &write)PSocketstatic
Select(SelectList &read, SelectList &write, const PTimeInterval &timeout)PSocketstatic
Select(SelectList &read, SelectList &write, SelectList &except)PSocketstatic
Select(SelectList &read, SelectList &write, SelectList &except, const PTimeInterval &timeout)PSocketstatic
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)PChannelvirtual
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)PSocketvirtual
ShutdownRead enum valuePChannel
ShutdownReadAndWrite enum valuePChannel
ShutdownValue enum namePChannel
ShutdownWrite enum valuePChannel
Timeout enum valuePChannel
TypeAARP enum valuePEthSocket
TypeAll enum valuePEthSocket
TypeARP enum valuePEthSocket
TypeAtalk enum valuePEthSocket
TypeIP enum valuePEthSocket
TypeIPv6 enum valuePEthSocket
TypeIPX enum valuePEthSocket
TypeX25 enum valuePEthSocket
VectorOfSlice typedefPChannel
Write(const void *buf, PINDEX len)PEthSocketvirtual
PSocket::Write(const void *buf, PINDEX len, const void *mark)PChannelvirtual
PSocket::Write(const VectorOfSlice &slices)PChannelvirtual
WriteAsync(const void *buf, PINDEX len)PChannelvirtual
WriteChar(int c)PChannel
WriteString(const PString &str)PChannel
writeTimeoutPChannelprotected
~PChannel()PChannel
~PEthSocket()PEthSocket
~PObject()PObjectinlinevirtual
~PSocket()PSocket