Home | History | Annotate | Download | only in src

Lines Matching refs:hints

3725   addrinfo hints;
3726 memset(&hints, 0, sizeof(hints));
3727 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
3728 hints.ai_socktype = SOCK_STREAM;
3734 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);