libsocket
|
This is the complete list of members for libsocket::inet_dgram, including all inherited members.
close_on_destructor | libsocket::socket | protected |
destroy(void) | libsocket::socket | virtual |
getfd(void) const | libsocket::socket | |
gethost(void) const | libsocket::inet_socket | |
getport(void) const | libsocket::inet_socket | |
host | libsocket::inet_socket | protected |
inet_socket() (defined in libsocket::inet_socket) | libsocket::inet_socket | |
is_nonblocking (defined in libsocket::socket) | libsocket::socket | protected |
port | libsocket::inet_socket | protected |
proto | libsocket::inet_socket | protected |
rcvfrom(void *buf, size_t len, char *srchost, size_t hostlen, char *srcport, size_t portlen, int rcvfrom_flags=0, bool numeric=false) | libsocket::inet_dgram | |
rcvfrom(void *buf, size_t len, string &srchost, string &srcport, int rcvfrom_flags=0, bool numeric=false) | libsocket::inet_dgram | |
rcvfrom(string &buf, string &srchost, string &srcport, int rcvfrom_flags=0, bool numeric=false) | libsocket::inet_dgram | |
set_close_on_destructor(bool cod) | libsocket::socket | inline |
set_sock_opt(int level, int optname, const char *optval, socklen_t optlen) const | libsocket::socket | |
sfd | libsocket::socket | protected |
sndto(const void *buf, size_t len, const char *dsthost, const char *dstport, int sndto_flags=0) | libsocket::inet_dgram | |
sndto(const void *buf, size_t len, const string &dsthost, const string &dstport, int sndto_flags=0) | libsocket::inet_dgram | |
sndto(const string &buf, const string &dsthost, const string &dstport, int sndto_flags=0) | libsocket::inet_dgram | |
socket(void) | libsocket::socket | |
socket(const socket &)=delete (defined in libsocket::socket) | libsocket::socket | |
socket(socket &&) | libsocket::socket | |
~socket() | libsocket::socket | virtual |