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

  /development/tools/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...]
  /external/qemu/
sockets.c 669 struct addrinfo* res_ipv6 = NULL; local
681 else if (r->ai_family == AF_INET6 && res_ipv6 == NULL) {
682 res_ipv6 = r;
692 r = res_ipv6;
698 r = res_ipv6;
    [all...]

Completed in 237 milliseconds