NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
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

 websocketpp
 Namespace for the WebSocket++ project.
 
 websocketpp::lib
 
 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. More...
 
uint64_t websocketpp::lib::net::_ntohll (uint64_t src)
 Convert 64 bit value to host byte order. More...
 

Macro Definition Documentation

#define TYP_INIT   0

Definition at line 51 of file network.hpp.

Referenced by websocketpp::lib::net::_htonll().

#define TYP_SMLE   1

Definition at line 52 of file network.hpp.

Referenced by websocketpp::lib::net::_htonll().

#define TYP_BIGE   2

Definition at line 53 of file network.hpp.

Referenced by websocketpp::lib::net::_htonll().