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

  /external/qemu/
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...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 673 struct addrinfo* res_ipv4 = NULL; local
681 if (r->ai_family == AF_INET && res_ipv4 == NULL) {
682 res_ipv4 = r;
699 r = res_ipv4;
701 r = res_ipv4;
    [all...]

Completed in 36 milliseconds