Searched refs:res_ipv4 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dsockets.c669 struct addrinfo* res_ipv4 = NULL; local
677 if (r->ai_family == AF_INET && res_ipv4 == NULL) {
678 res_ipv4 = r;
695 r = res_ipv4;
697 r = res_ipv4;

Completed in 77 milliseconds