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

  /system/netd/tests/dns_responder/
dns_tls_frontend.cpp 72 char host_str[NI_MAXHOST] = { 0 }; local
73 int rv = getnameinfo(sa, sa_len, host_str, sizeof(host_str), nullptr, 0,
75 if (rv == 0) return std::string(host_str);
215 std::string host_str = addr2str(ai->ai_addr, ai->ai_addrlen); local
216 ALOGI("bound to TCP %s:%s", host_str.c_str(), listen_service_.c_str());
dns_responder.cpp 63 char host_str[NI_MAXHOST] = { 0 }; local
64 int rv = getnameinfo(sa, sa_len, host_str, sizeof(host_str), nullptr, 0,
66 if (rv == 0) return std::string(host_str);
606 std::string host_str = addr2str(ai->ai_addr, ai->ai_addrlen); local
607 ALOGI("bound to UDP %s:%s", host_str.c_str(), listen_service_.c_str());
713 std::string host_str = local
716 ALOGI("sent %zu bytes to %s", len, host_str.c_str());
718 APLOGI("sendto() failed for %s", host_str.c_str());
  /external/toybox/toys/pending/
getty.c 36 char *host_str;
281 if (strlen(TT.host_str) > UT_HOSTSIZE)
283 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
290 if (strlen(TT.host_str) > UT_HOSTSIZE)
292 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE);
  /external/toybox/generated/
globals.h 632 char *host_str; member in struct:getty_data

Completed in 269 milliseconds