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

  /external/qemu/include/qemu/
sockets.h 26 int parse_host_port(SockAddress* saddr, const char *str);
  /external/qemu/net/
net-android.c 244 if (parse_host_port(haddr, host_str) < 0)
251 if (parse_host_port(saddr, src_str2) < 0)
262 int parse_host_port(SockAddress *saddr, const char *str) function
    [all...]
net.c 236 if (parse_host_port(haddr, host_str) < 0)
243 if (parse_host_port(saddr, src_str2) < 0)
254 int parse_host_port(struct sockaddr_in *saddr, const char *str) function
    [all...]
  /external/qemu/
vl-android.c     [all...]

Completed in 122 milliseconds