Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Network.cpp File Reference
#include "Network.hpp"
#include "Types.hpp"
#include "PktInfo.hpp"
#include "AddrPort.hpp"
#include "Logging.hpp"
#include <sstream>
#include <iomanip>
#include <arpa/inet.h>
Include dependency graph for Network.cpp:

Functions

static uint64_t Uint128Low64 (const Myra::uint128_t x)
 Uint128 inline functions stolen shamelessly from the FarmHash project. More...
 
static uint64_t Uint128High64 (const Myra::uint128_t x)
 Uint128 inline functions stolen shamelessly from the FarmHash project. More...
 

Function Documentation

static uint64_t Uint128High64 ( const Myra::uint128_t  x)
inlinestatic

Uint128 inline functions stolen shamelessly from the FarmHash project.

See also
https://code.google.com/p/farmhash/source/browse/trunk/src/farmhash.h

Here is the caller graph for this function:

static uint64_t Uint128Low64 ( const Myra::uint128_t  x)
inlinestatic

Uint128 inline functions stolen shamelessly from the FarmHash project.

See also
https://code.google.com/p/farmhash/source/browse/trunk/src/farmhash.h

Here is the caller graph for this function: