Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
network.hpp File Reference
#include <netinet/in.h>
#include <websocketpp/common/stdint.hpp>
Include dependency graph for network.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  websocketpp
 Namespace for the WebSocket++ project.
 
namespace  websocketpp::lib
 
namespace  websocketpp::lib::net
 

Macros

#define TYP_INIT   0
 
#define TYP_SMLE   1
 
#define TYP_BIGE   2
 

Functions

bool websocketpp::lib::net::is_little_endian ()
 
uint64_t websocketpp::lib::net::_htonll (uint64_t src)
 Convert 64 bit value to network byte order.
 
uint64_t websocketpp::lib::net::_ntohll (uint64_t src)
 Convert 64 bit value to host byte order.
 

Macro Definition Documentation

◆ TYP_BIGE

#define TYP_BIGE   2

Definition at line 53 of file network.hpp.

◆ TYP_INIT

#define TYP_INIT   0

Definition at line 51 of file network.hpp.

◆ TYP_SMLE

#define TYP_SMLE   1

Definition at line 52 of file network.hpp.