libsocket
|
This is the complete list of members for libsocket::unix_dgram_server, including all inherited members.
_path | libsocket::unix_socket | protected |
bound | libsocket::unix_dgram_server | private |
close_on_destructor | libsocket::socket | protected |
destroy(void) | libsocket::socket | virtual |
get_path(void) | libsocket::unix_socket | |
getfd(void) const | libsocket::socket | |
is_nonblocking (defined in libsocket::socket) | libsocket::socket | protected |
rcvfrom(void *buf, size_t length, char *source, size_t source_len, int recvfrom_flags=0) | libsocket::unix_dgram | |
rcvfrom(void *buf, size_t length, string &source, int recvfrom_flags=0) | libsocket::unix_dgram | |
rcvfrom(string &buf, string &source, int recvfrom_flags=0) | libsocket::unix_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 | |
setup(const char *bindpath, int socket_flags=0) | libsocket::unix_dgram_server | |
setup(const string &bindpath, int socket_flags=0) | libsocket::unix_dgram_server | |
sfd | libsocket::socket | protected |
sndto(const void *buf, size_t length, const char *path, int sendto_flags=0) | libsocket::unix_dgram | |
sndto(const void *buf, size_t length, const string &path, int sendto_flags=0) | libsocket::unix_dgram | |
sndto(const string &buf, const string &path, int sendto_flags=0) | libsocket::unix_dgram | |
socket(void) | libsocket::socket | |
socket(const socket &)=delete (defined in libsocket::socket) | libsocket::socket | |
socket(socket &&) | libsocket::socket | |
unix_dgram_server(void) | libsocket::unix_dgram_server | |
unix_dgram_server(const char *bindpath, int socket_flags=0) | libsocket::unix_dgram_server | |
unix_dgram_server(const string &bindpath, int socket_flags=0) | libsocket::unix_dgram_server | |
unix_socket() (defined in libsocket::unix_socket) | libsocket::unix_socket | |
~socket() | libsocket::socket | virtual |