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

  /external/qemu/android/
sockets.c 671 struct addrinfo* res_ipv6 = NULL; local
683 else if (r->ai_family == AF_INET6 && res_ipv6 == NULL) {
684 res_ipv6 = r;
694 r = res_ipv6;
700 r = res_ipv6;
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
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...]

Completed in 341 milliseconds