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

  /development/tools/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...]
  /external/qemu/
sockets.c 668 struct addrinfo* res_ipv4 = NULL; local
676 if (r->ai_family == AF_INET && res_ipv4 == NULL) {
677 res_ipv4 = r;
694 r = res_ipv4;
696 r = res_ipv4;
    [all...]

Completed in 69 milliseconds