#include <algorithm>
#include <cstring>
#include <cstdint>
#include <openvpn/common/socktypes.hpp>
Go to the source code of this file.
|
template<typename T > |
std::enable_if< 4==sizeof(T), T >::type | openvpn::bin_prefix (const unsigned char *data) |
|
template<typename T > |
std::enable_if< 8==sizeof(T), T >::type | openvpn::bin_prefix (const unsigned char *data) |
|
template<typename T > |
T | openvpn::bin_prefix (const unsigned char *data, const size_t len) |
|
template<typename T > |
T | openvpn::bin_prefix_floor (const unsigned char *data, const size_t len, const T floor) |
|