RWNetBuf recvfrom(RWSockAddr *addr=0, int flags=0) const; |
int recvfrom(char *buf, int len, RWSockAddr *addr=0, int flags=0, RWNetBuf::State* state=0) const; |
int recvmsg(msghdr *msg, int flags=0, RWNetBuf::State* s=0) const; |
int sendto(const RWCString& buf, const RWSockAddrBase& to, int flags=0) const; |
int sendto(const char *buf, int len, const RWSockAddrBase& to, int flags=0) const; |
int sendmsg(msghdr *msg, int flags=0) const; |
void shutdownread() const; |
void shutdownwrite() const; |
void socket(const RWSockType& type); |