#include <grpc/support/port_platform.h>
#include <stddef.h>
#include "absl/status/statusor.h"
#include <grpc/event_engine/event_engine.h>
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/iomgr/pollset_set.h"
#include "src/core/lib/iomgr/port.h"
#include "src/core/lib/iomgr/resolved_address.h"
Go to the source code of this file.
Classes | |
class | grpc_core::DNSResolver |
Namespaces | |
grpc_core | |
Macros | |
#define | GRPC_MAX_SOCKADDR_SIZE 128 |
Functions | |
DNSResolver * | grpc_core::GetDNSResolver () |
void | grpc_core::SetDNSResolver (DNSResolver *resolver) |
Variables | |
constexpr int | grpc_core::kDefaultSecurePortInt = 443 |
#define GRPC_MAX_SOCKADDR_SIZE 128 |
Definition at line 35 of file resolve_address.h.