Home | History | Annotate | Download | only in qemu

Lines Matching defs:hints

632     struct addrinfo   hints[1];
636 memset(hints, 0, sizeof(hints));
637 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC;
639 ret = getaddrinfo(hostname, NULL, hints, &res);
758 struct addrinfo hints = ai;
760 ret = getaddrinfo(hostname, port, &hints, &res);