Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3416 addrinfo* servinfo = NULL; in MakeConnection() local
3421 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3428 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3441 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()