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

/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc3446 addrinfo* servinfo = NULL; local
3451 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3458 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3471 freeaddrinfo(servinfo); // all done with this structure

Completed in 89 milliseconds