Home
last modified time | relevance | path

Searched refs:target_hostname (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc484 char* target_hostname = nullptr; local
487 gpr_split_host_port(c->target, &target_hostname, &target_ignored_port);
503 } else if (strcmp(authority_hostname, target_hostname) != 0) {
505 authority_hostname, target_hostname);
510 gpr_free(target_hostname);