Home | History | Annotate | Download | only in gtest

Lines Matching refs:servinfo

4930   addrinfo* servinfo = NULL;
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
4955 freeaddrinfo(servinfo); // all done with this structure