MySQL 9.0.0
Source Code Documentation
net::impl::socket::SocketServiceBase Member List

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

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