KallistiOS
##version##
|
Internal representation of a socket for fs_socket. More...
#include <kos/fs_socket.h>
Data Fields | |
file_t | fd |
File handle from the VFS layer. More... | |
struct fs_socket_proto * | protocol |
The protocol handler for this socket. More... | |
void * | data |
Protocol-specific data. More... | |
Internal representation of a socket for fs_socket.
This structure is the internal representation of a socket "file" that is used within fs_socket. A normal user will never deal with this structure directly (only protocol handlers and fs_socket itself ever sees this structure directly).
void* net_socket::data |
Protocol-specific data.
file_t net_socket::fd |
File handle from the VFS layer.
struct fs_socket_proto* net_socket::protocol |
The protocol handler for this socket.