HomeSort by relevance Sort by last modified time
    Searched refs:res_ipv6 (Results 1 - 2 of 2) sorted by null

  /external/qemu/
sockets.c 670 struct addrinfo* res_ipv6 = NULL; local
682 else if (r->ai_family == AF_INET6 && res_ipv6 == NULL) {
683 res_ipv6 = r;
693 r = res_ipv6;
699 r = res_ipv6;
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 674 struct addrinfo* res_ipv6 = NULL; local
686 else if (r->ai_family == AF_INET6 && res_ipv6 == NULL) {
687 res_ipv6 = r;
697 r = res_ipv6;
703 r = res_ipv6;
    [all...]

Completed in 250 milliseconds