uvco 0.1
Loading...
Searching...
No Matches
Classes | Namespaces
name_resolution.h File Reference
#include <cstddef>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <uv.h>
#include "uvco/internal/internal_utils.h"
#include "uvco/promise/promise.h"
#include "uvco/run.h"
#include <coroutine>
#include <cstdint>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <variant>
Include dependency graph for name_resolution.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uvco::AddressHandle
 AddressHandle is a light-weight wrapper around a struct sockaddr_in(6), and is therefore cheap to copy. More...
 
struct  uvco::AddressHandle::NtopHelper_
 A helper for calling inet_ntop(3). More...
 
class  uvco::Resolver
 Asynchronous name resolution using the libuv getaddrinfo(3) interface. More...
 
struct  uvco::Resolver::AddrinfoAwaiter_
 

Namespaces

namespace  uvco