Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4389 addrinfo* servinfo = nullptr; in MakeConnection() local
4394 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
4401 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection()
4414 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()