Home | History | Annotate | Download | only in android

Lines Matching refs:hints

633     struct addrinfo   hints[1];
637 memset(hints, 0, sizeof(hints));
638 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC;
640 ret = getaddrinfo(hostname, NULL, hints, &res);
759 struct addrinfo hints = ai;
761 ret = getaddrinfo(hostname, port, &hints, &res);