Lines Matching refs:hints
1072 struct addrinfo hints, *res, *result;1075 memset (&hints, 0,sizeof(hints));1076 hints.ai_socktype = SOCK_STREAM;1078 status = getaddrinfo (host, NULL, &hints, &result);