#include <net/if.h>#include <string.h>#include "absl/strings/str_format.h"#include <grpc/grpc.h>#include <grpc/support/log.h>#include "src/core/lib/address_utils/parse_address.h"#include "src/core/lib/address_utils/sockaddr_utils.h"#include "src/core/lib/gprpp/host_port.h"#include "src/core/lib/gprpp/memory.h"#include "src/core/lib/iomgr/exec_ctx.h"#include "src/core/lib/iomgr/sockaddr.h"#include "src/core/lib/iomgr/socket_utils.h"#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| struct sockaddr_in6 | resolve_with_gettaddrinfo (const char *uri_text) |
| static void | test_grpc_parse_ipv6_parity_with_getaddrinfo (const char *target, const struct sockaddr_in6 result_from_getaddrinfo) |
Definition at line 100 of file parse_address_with_named_scope_id_test.cc.
| struct sockaddr_in6 resolve_with_gettaddrinfo | ( | const char * | uri_text | ) |
Definition at line 65 of file parse_address_with_named_scope_id_test.cc.
|
static |
Definition at line 39 of file parse_address_with_named_scope_id_test.cc.