This is the complete list of members for os::posix::socket, including all inherited members.
accept(sockaddr *address, socklen_t *address_len) | os::posix::socket | virtual |
alloc_file_descriptor(void) | os::posix::io | protected |
bind(const sockaddr *address, socklen_t address_len) | os::posix::socket | virtual |
clear_file_descriptor(void) | os::posix::io | inlineprotected |
close(void) | os::posix::io | virtual |
connect(const sockaddr *address, socklen_t address_len) | os::posix::socket | virtual |
fcntl(int cmd,...) | os::posix::io | |
file_descriptor(void) const | os::posix::io | inline |
file_descriptor(file_descriptor_t fildes) | os::posix::io | inlineprotected |
fstat(struct stat *buf) | os::posix::io | virtual |
get_type(void) const | os::posix::io | inline |
getpeername(sockaddr *address, socklen_t *address_len) | os::posix::socket | virtual |
getsockname(sockaddr *address, socklen_t *address_len) | os::posix::socket | virtual |
getsockopt(int level, int option_name, void *option_value, socklen_t *option_len) | os::posix::socket | virtual |
impl(void) const | os::posix::socket | inline |
io(io_impl &impl, type t) | os::posix::io | protected |
is_opened(void) | os::posix::io | inline |
isatty(void) | os::posix::io | |
listen(int backlog) | os::posix::socket | virtual |
lseek(off_t offset, int whence) | os::posix::io | virtual |
net_stack(void) | os::posix::socket | inline |
read(void *buf, std::size_t nbyte) | os::posix::io | virtual |
recv(void *buffer, size_t length, int flags) | os::posix::socket | virtual |
recvfrom(void *buffer, size_t length, int flags, sockaddr *address, socklen_t *address_len) | os::posix::socket | virtual |
recvmsg(msghdr *message, int flags) | os::posix::socket | virtual |
send(const void *buffer, size_t length, int flags) | os::posix::socket | virtual |
sendmsg(const msghdr *message, int flags) | os::posix::socket | virtual |
sendto(const void *message, size_t length, int flags, const sockaddr *dest_addr, socklen_t dest_len) | os::posix::socket | virtual |
setsockopt(int level, int option_name, const void *option_value, socklen_t option_len) | os::posix::socket | virtual |
shutdown(int how) | os::posix::socket | virtual |
sockatmark(void) | os::posix::socket | virtual |
socket(socket_impl &impl, net_stack &ns) | os::posix::socket | |
type enum name | os::posix::io | |
type_t typedef | os::posix::io | |
vfcntl(int cmd, std::va_list args) | os::posix::io | virtual |
write(const void *buf, std::size_t nbyte) | os::posix::io | virtual |
writev(const iovec *iov, int iovcnt) | os::posix::io | virtual |
~io() | os::posix::io | virtual |
~socket() override | os::posix::socket | virtual |