Home | History | Annotate | Download | only in libxml2

Lines Matching defs:hints

1065 	struct addrinfo hints, *res, *result;
1068 memset (&hints, 0,sizeof(hints));
1069 hints.ai_socktype = SOCK_STREAM;
1071 status = getaddrinfo (host, NULL, &hints, &result);