Lines Matching refs:hints
3442 addrinfo hints;3443 memset(&hints, 0, sizeof(hints));3444 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.3445 hints.ai_socktype = SOCK_STREAM;3451 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);