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

  /external/qemu/android/
sockets.c 670 struct addrinfo* res_ipv4 = NULL; local
678 if (r->ai_family == AF_INET && res_ipv4 == NULL) {
679 res_ipv4 = r;
696 r = res_ipv4;
698 r = res_ipv4;
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 669 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;
    [all...]

Completed in 458 milliseconds