HomeSort by relevance Sort by last modified time
    Searched refs:ntop_buf (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/test/core/client_channel/
parse_address_test.cc 62 char ntop_buf[GRPC_INET_ADDRSTRLEN]; local
68 ntop_buf, sizeof(ntop_buf)));
69 GPR_ASSERT(0 == strcmp(ntop_buf, host));
80 char ntop_buf[GRPC_INET6_ADDRSTRLEN]; local
86 ntop_buf, sizeof(ntop_buf)));
87 GPR_ASSERT(0 == strcmp(ntop_buf, host));
  /external/grpc-grpc/src/core/lib/iomgr/
sockaddr_utils.cc 159 char ntop_buf[GRPC_INET6_ADDRSTRLEN]; local
182 if (ip != nullptr && grpc_inet_ntop(addr->sa_family, ip, ntop_buf,
183 sizeof(ntop_buf)) != nullptr) {
187 gpr_asprintf(&host_with_scope, "%s%%25%" PRIu32, ntop_buf, sin6_scope_id);
191 ret = gpr_join_host_port(out, ntop_buf, port);
  /external/tcpdump/
print-domain.c 489 char ntop_buf[INET6_ADDRSTRLEN]; local
494 addrtostr6(cp, ntop_buf, sizeof(ntop_buf))));
503 char ntop_buf[INET6_ADDRSTRLEN]; local
518 addrtostr6(&a, ntop_buf, sizeof(ntop_buf))));
addrtoname.c 295 char ntop_buf[INET6_ADDRSTRLEN]; local
327 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf));
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 2729 static char ntop_buf[NI_MAXHOST]; local
2755 static char ntop_buf[NI_MAXHOST]; local
    [all...]
  /external/grpc-grpc/src/core/tsi/
ssl_transport_security.cc 366 char ntop_buf[INET6_ADDRSTRLEN]; local
379 ntop_buf, INET6_ADDRSTRLEN);
    [all...]

Completed in 5833 milliseconds