Searched refs:host_ (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 136 ret = setsockopt(socket_, SOL_TLS, TLS_HOSTNAME, host_.c_str(), host_.size()); in openSecConnection() 296 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open() 300 error = getaddrinfo(host_.c_str(), port, &hints, &res0); in open()
|