|
GNU CommonC++
|
This is the complete list of members for ost::UDPReceive, including all inherited members.
| AVAILABLE enum value | ost::Socket | protected |
| BOUND enum value | ost::Socket | protected |
| broadcast | ost::Socket | protected |
| bufferSize(unsigned size) | ost::Socket | protected |
| check(Family fam) | ost::Socket | protectedstatic |
| completion | ost::Socket | protected |
| connect(const IPV4Host &host, tpport_t port) | ost::UDPReceive | protected |
| connect(const IPV6Host &host, tpport_t port) | ost::UDPReceive | protected |
| ost::UDPSocket::connect(const char *service) | ost::UDPSocket | protected |
| CONNECTED enum value | ost::Socket | protected |
| connectError(void) | ost::Socket | protected |
| CONNECTING enum value | ost::Socket | protected |
| disconnect(void) | ost::UDPSocket | protected |
| drop(const IPV4Multicast &ia) | ost::UDPReceive | inlineprotected |
| drop(const IPV6Multicast &ia) | ost::UDPReceive | inlineprotected |
| endReceiver(void) | ost::UDPReceive | inlineprotected |
| endSocket(void) | ost::Socket | protected |
| errBindingFailed enum value | ost::Socket | protected |
| errBroadcastDenied enum value | ost::Socket | protected |
| errConnectBusy enum value | ost::Socket | protected |
| errConnectFailed enum value | ost::Socket | protected |
| errConnectInvalid enum value | ost::Socket | protected |
| errConnectNoRoute enum value | ost::Socket | protected |
| errConnectRefused enum value | ost::Socket | protected |
| errConnectRejected enum value | ost::Socket | protected |
| errConnectTimeout enum value | ost::Socket | protected |
| errCopyFailed enum value | ost::Socket | protected |
| errCreateFailed enum value | ost::Socket | protected |
| errExtended enum value | ost::Socket | protected |
| errInput enum value | ost::Socket | protected |
| errInputInterrupt enum value | ost::Socket | protected |
| errInvalidValue enum value | ost::Socket | protected |
| errKeepaliveDenied enum value | ost::Socket | protected |
| errLookupFail enum value | ost::Socket | protected |
| errMulticastDisabled enum value | ost::Socket | protected |
| errNoDelay enum value | ost::Socket | protected |
| errNotConnected enum value | ost::Socket | protected |
| Error enum name | ost::Socket | protected |
| Error typedef | ost::Socket | protected |
| error(Error error, const char *err=NULL, long systemError=0) const | ost::Socket | protected |
| error(const char *err) const | ost::Socket | inlineprotected |
| errOutput enum value | ost::Socket | protected |
| errOutputInterrupt enum value | ost::Socket | protected |
| errResourceFailure enum value | ost::Socket | protected |
| errRoutingDenied enum value | ost::Socket | protected |
| errSearchErr enum value | ost::Socket | protected |
| errServiceDenied enum value | ost::Socket | protected |
| errServiceUnavailable enum value | ost::Socket | protected |
| errSuccess enum value | ost::Socket | protected |
| errTimeout enum value | ost::Socket | protected |
| Family enum name | ost::Socket | protected |
| Family typedef | ost::Socket | protected |
| family | ost::UDPSocket | protected |
| flags | ost::Socket | protected |
| getErrorNumber(void) const | ost::Socket | inlineprotected |
| getErrorString(void) const | ost::Socket | inlineprotected |
| getInterfaceIndex(const char *ethX, int &InterfaceIndex) | ost::UDPSocket | protected |
| getIPV4Local(tpport_t *port=NULL) const | ost::Socket | protected |
| getIPV4NAT(tpport_t *port=NULL) const | ost::Socket | protected |
| getIPV4Peer(tpport_t *port=NULL) const | ost::UDPSocket | protected |
| getIPV4Sender(tpport_t *port=NULL) const | ost::Socket | protectedvirtual |
| getIPV6Local(tpport_t *port=NULL) const | ost::Socket | protected |
| getIPV6NAT(tpport_t *port=NULL) const | ost::Socket | protected |
| getIPV6Peer(tpport_t *port=NULL) const | ost::UDPSocket | protected |
| getIPV6Sender(tpport_t *port=NULL) const | ost::Socket | protectedvirtual |
| getLocal(tpport_t *port=NULL) const | ost::Socket | inlineprotected |
| getNAT(tpport_t *port) const | ost::Socket | inlineprotected |
| getPeer(tpport_t *port=NULL) const | ost::UDPSocket | inlineprotected |
| getReceiver(void) const | ost::UDPReceive | inlineprotected |
| getSender(tpport_t *port=NULL) const | ost::Socket | inlineprotected |
| getSystemError(void) const | ost::Socket | inlineprotected |
| getSystemErrorString(void) const | ost::Socket | protected |
| INITIAL enum value | ost::Socket | protected |
| IPV4 enum value | ost::Socket | protected |
| ipv4 | ost::UDPSocket | protected |
| IPV6 enum value | ost::Socket | protected |
| ipv6 | ost::UDPSocket | protected |
| isActive(void) const | ost::Socket | protected |
| isBroadcast(void) const | ost::Socket | inlineprotected |
| isConnected(void) const | ost::Socket | protected |
| isInputReady(timeout_t timeout=TIMEOUT_INF) | ost::UDPReceive | inline |
| isPending(Pending pend, timeout_t timeout=TIMEOUT_INF) | ost::Socket | protectedvirtual |
| isPendingReceive(timeout_t timeout) | ost::UDPReceive | inlineprotected |
| isRouted(void) const | ost::Socket | inlineprotected |
| join(const IPV4Multicast &ia) | ost::UDPReceive | inlineprotected |
| join(const IPV6Multicast &ia) | ost::UDPReceive | inlineprotected |
| ost::UDPSocket::join(const IPV4Multicast &ia, int InterfaceIndex) | ost::UDPSocket | protected |
| keepalive | ost::Socket | protected |
| linger | ost::Socket | protected |
| loopback | ost::Socket | protected |
| multicast | ost::Socket | protected |
| mutex | ost::Socket | protectedstatic |
| operator!() const | ost::Socket | protected |
| operator=(const Socket &from) | ost::Socket | protected |
| peek(void *buf, size_t len) | ost::UDPSocket | inlineprotected |
| peer | ost::UDPSocket | protected |
| Pending enum name | ost::Socket | protected |
| Pending typedef | ost::Socket | protected |
| pendingError enum value | ost::Socket | protected |
| pendingInput enum value | ost::Socket | protected |
| pendingOutput enum value | ost::Socket | protected |
| readData(void *buf, size_t len, char separator=0, timeout_t t=0) | ost::Socket | protectedvirtual |
| readLine(char *buf, size_t len, timeout_t timeout=0) | ost::Socket | protected |
| receive(void *buf, size_t len) | ost::UDPReceive | inline |
| ost::UDPSocket::receive(void *buf, size_t len, bool reply=false) | ost::UDPSocket | protected |
| receiveBuffer(unsigned size) | ost::Socket | protected |
| receiveLimit(int limit=1) | ost::Socket | protected |
| receiveTimeout(timeout_t timer) | ost::Socket | protected |
| route | ost::Socket | protected |
| send(const void *buf, size_t len) | ost::UDPSocket | protected |
| sendBuffer(unsigned size) | ost::Socket | protected |
| sendLimit(int limit=2048) | ost::Socket | protected |
| sendTimeout(timeout_t timer) | ost::Socket | protected |
| setBroadcast(bool enable) | ost::Socket | protected |
| setCompletion(bool immediate) | ost::Socket | protected |
| setError(bool enable) | ost::Socket | inlineprotected |
| setLinger(bool linger) | ost::Socket | protected |
| setLoopback(bool enable) | ost::UDPSocket | inlineprotected |
| setLoopbackByFamily(bool enable, Family family=IPV4) | ost::Socket | protected |
| setMulticast(bool enable) | ost::UDPReceive | inlineprotected |
| setMulticastByFamily(bool enable, Family family=IPV4) | ost::Socket | protected |
| setNoDelay(bool enable) | ost::Socket | protected |
| setPeer(const IPV4Host &host, tpport_t port) | ost::UDPSocket | protected |
| setPeer(const IPV6Host &host, tpport_t port) | ost::UDPSocket | protected |
| setPeer(const char *service) | ost::UDPSocket | protected |
| setRouting(bool enable) | ost::UDPReceive | inlineprotected |
| setTimeToLive(char ttl) | ost::UDPSocket | inlineprotected |
| setTimeToLiveByFamily(unsigned char ttl, Family fam=IPV4) | ost::Socket | protected |
| setTypeOfService(Tos service) | ost::Socket | protected |
| so | ost::Socket | protected |
| Socket(int domain, int type, int protocol=0) | ost::Socket | protected |
| Socket(SOCKET fd) | ost::Socket | protected |
| Socket() | ost::Socket | protected |
| Socket(const Socket &source) | ost::Socket | protected |
| State enum name | ost::Socket | protected |
| State typedef | ost::Socket | protected |
| state | ost::Socket | protected |
| STREAM enum value | ost::Socket | protected |
| thrown | ost::Socket | protected |
| Tos enum name | ost::Socket | protected |
| Tos typedef | ost::Socket | protected |
| tosInvalid enum value | ost::Socket | protected |
| tosLowDelay enum value | ost::Socket | protected |
| tosMinCost enum value | ost::Socket | protected |
| tosReliability enum value | ost::Socket | protected |
| tosThroughput enum value | ost::Socket | protected |
| ttl | ost::Socket | protected |
| UDPReceive(const IPV4Address &bind, tpport_t port) | ost::UDPReceive | protected |
| UDPReceive(const IPV6Address &bind, tpport_t port) | ost::UDPReceive | protected |
| UDPSocket(Family family=IPV4) | ost::UDPSocket | protected |
| UDPSocket(const char *name, Family family=IPV4) | ost::UDPSocket | protected |
| UDPSocket(const IPV4Address &bind, tpport_t port) | ost::UDPSocket | protected |
| UDPSocket(const IPV6Address &bind, tpport_t port) | ost::UDPSocket | protected |
| writeData(const void *buf, size_t len, timeout_t t=0) | ost::Socket | protectedvirtual |
| ~Socket() | ost::Socket | protectedvirtual |
| ~UDPSocket() | ost::UDPSocket | protectedvirtual |