Searched defs:parse_host_port (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c269 if (parse_host_port(haddr, host_str) < 0)
276 if (parse_host_port(saddr, src_str2) < 0)
287 int parse_host_port(SockAddress *saddr, const char *str) function
1916 if (parse_host_port(&saddr, host_str) < 0)
1958 if (parse_host_port(&saddr, host_str) < 0)
2004 if (parse_host_port(&saddr, host_str) < 0)
H A Dnet.c236 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
1807 if (parse_host_port(&saddr, host_str) < 0)
1850 if (parse_host_port(&saddr, host_str) < 0)
1900 if (parse_host_port(&saddr, host_str) < 0)

Completed in 78 milliseconds