Home | History | Annotate | Download | only in qemu

Lines Matching refs:addrinfo

632     struct addrinfo   hints[1];
633 struct addrinfo* res;
668 struct addrinfo* res_ipv4 = NULL;
669 struct addrinfo* res_ipv6 = NULL;
670 struct addrinfo* r;
737 struct addrinfo ai, *res, *e;
757 struct addrinfo hints = ai;