Home | History | Annotate | Download | only in src

Lines Matching full:hints

3412   addrinfo hints;
3413 memset(&hints, 0, sizeof(hints));
3414 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
3415 hints.ai_socktype = SOCK_STREAM;
3421 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);