openMSX
Namespaces | Functions
Socket.cc File Reference
#include "Socket.hh"
#include "MSXException.hh"
#include "utf8_checked.hh"
#include <bit>
#include <cerrno>
#include <cstring>
Include dependency graph for Socket.cc:

Go to the source code of this file.

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 

Functions

std::string openmsx::sock_error ()
 
void openmsx::sock_startup ()
 
void openmsx::sock_cleanup ()
 
void openmsx::sock_close (SOCKET sd)
 
ptrdiff_t openmsx::sock_recv (SOCKET sd, char *buf, size_t count)
 
ptrdiff_t openmsx::sock_send (SOCKET sd, const char *buf, size_t count)