Searched refs:host_str (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dgeneric-notify.sh32 host_str=" on $(hostname)"
33 note_subject="ZFS ${ZEVENT_SUBCLASS} event${pool_str}${host_str}"
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp64 std::string host_str; local
67 if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
79 int err = ::getaddrinfo(host_str.c_str(), port_str.c_str(), &hints,
88 host_str.c_str(), port_str.c_str(), err, gai_strerror(err));
115 const bool bind_addr_success = (host_str == "127.0.0.1" || host_str == "localhost")
H A DTCPSocket.cpp157 std::string host_str; local
160 if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
164 host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
193 std::string host_str; local
196 if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
199 if (host_str == "*")
200 host_str = "0.0.0.0";
202 host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
H A DSocket.cpp176 std::string host_str; local
179 if (!DecodeHostAndPort(host_and_port, host_str, port_str, port, &error))
276 std::string &host_str, std::string &port_str,
282 host_str = matches[1].str();
285 if (host_str.front() == '[' && host_str.back() == ']')
286 host_str = host_str.substr(1, host_str.size() - 2);
303 host_str
275 DecodeHostAndPort(llvm::StringRef host_and_port, std::string &host_str, std::string &port_str, int32_t &port, Status *error_ptr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp97 std::string host_str; local
101 if (Socket::DecodeHostAndPort(name, host_str, port_str, port, nullptr))
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h107 std::string &host_str, std::string &port_str,
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c1775 char *host_str, *ip_str; member in struct:hostkeys_update_ctx
1810 free(ctx->host_str);
1910 ctx->host_str, ctx->ip_str, ctx->keys, ctx->nkeys,
2101 options.port, &ctx->host_str,
2106 ctx, ctx->host_str, ctx->ip_str,

Completed in 94 milliseconds