HomeSort by relevance Sort by last modified time
    Searched full:res_ipv4 (Results 1 - 1 of 1) sorted by null

  /external/qemu/
sockets.c 678 struct addrinfo* res_ipv4 = NULL; local
686 if (r->ai_family == AF_INET && res_ipv4 == NULL) {
687 res_ipv4 = r;
704 r = res_ipv4;
706 r = res_ipv4;
    [all...]

Completed in 13 milliseconds