MySQL 8.0.37
Source Code Documentation
net::impl::socket::SocketService Member List

This is the complete list of members for net::impl::socket::SocketService, including all inherited members.

accept(native_handle_type native_handle, struct sockaddr *addr, socklen_t *addr_len) const overridenet::impl::socket::SocketServiceinlinevirtual
accept4(native_handle_type native_handle, struct sockaddr *addr, socklen_t *addr_len, int flags=0) const overridenet::impl::socket::SocketServiceinlinevirtual
bind(native_handle_type native_handle, const struct sockaddr *addr, size_t addr_len) const overridenet::impl::socket::SocketServiceinlinevirtual
close(native_handle_type native_handle) const overridenet::impl::socket::SocketServiceinlinevirtual
connect(native_handle_type native_handle, const struct sockaddr *addr, size_t addr_len) const overridenet::impl::socket::SocketServiceinlinevirtual
getaddrinfo(const char *node, const char *service, const addrinfo *hints) const overridenet::impl::socket::SocketServiceinlinevirtual
getpeername(native_handle_type native_handle, struct sockaddr *addr, size_t *addr_len) const overridenet::impl::socket::SocketServiceinlinevirtual
getsockname(native_handle_type native_handle, struct sockaddr *addr, size_t *addr_len) const overridenet::impl::socket::SocketServiceinlinevirtual
getsockopt(native_handle_type native_handle, int level, int optname, void *optval, socklen_t *optlen) const overridenet::impl::socket::SocketServiceinlinevirtual
ioctl(native_handle_type native_handle, unsigned long cmd, void *data) const overridenet::impl::socket::SocketServiceinlinevirtual
listen(native_handle_type native_handle, int backlog) const overridenet::impl::socket::SocketServiceinlinevirtual
native_non_blocking(native_handle_type native_handle) const overridenet::impl::socket::SocketServiceinlinevirtual
native_non_blocking(native_handle_type native_handle, bool on) const overridenet::impl::socket::SocketServiceinlinevirtual
recvmsg(native_handle_type native_handle, msghdr_base &msg, message_flags flags) const overridenet::impl::socket::SocketServiceinlinevirtual
sendmsg(native_handle_type native_handle, msghdr_base &msg, message_flags flags) const overridenet::impl::socket::SocketServiceinlinevirtual
setsockopt(native_handle_type native_handle, int level, int optname, const void *optval, socklen_t optlen) const overridenet::impl::socket::SocketServiceinlinevirtual
shutdown(native_handle_type fd, int how) const overridenet::impl::socket::SocketServiceinlinevirtual
socket(int family, int sock_type, int protocol) const overridenet::impl::socket::SocketServiceinlinevirtual
socketpair(int family, int sock_type, int protocol) const overridenet::impl::socket::SocketServiceinlinevirtual
splice_from_pipe(impl::file::file_handle_type fd_in, native_handle_type fd_out, size_t len, int flags) const overridenet::impl::socket::SocketServiceinlinevirtual
splice_to_pipe(native_handle_type fd_in, impl::file::file_handle_type fd_out, size_t len, int flags) const overridenet::impl::socket::SocketServiceinlinevirtual
wait(native_handle_type fd, wait_type wt) const overridenet::impl::socket::SocketServiceinlinevirtual
~SocketServiceBase()=defaultnet::impl::socket::SocketServiceBasevirtual