#include "precompiled.hpp"
#include <string>
#include "macros.hpp"
#include "tcp_address.hpp"
#include "stdint.hpp"
#include "err.hpp"
#include "ip.hpp"
#include <sys/types.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <net/if.h>
#include <netdb.h>
#include <ctype.h>
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>
Go to the source code of this file.
|
template<size_t N1, size_t N2> |
static std::string | make_address_string (const char *hbuf_, uint16_t port_, const char(&ipv6_prefix_)[N1], const char(&ipv6_suffix_)[N2]) |
|
◆ make_address_string()
template<size_t N1, size_t N2>
static std::string make_address_string |
( |
const char * |
hbuf_, |
|
|
uint16_t |
port_, |
|
|
const char(&) |
ipv6_prefix_[N1], |
|
|
const char(&) |
ipv6_suffix_[N2] |
|
) |
| |
|
static |