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

/external/qemu/net/
H A Dnet-android.c244 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
1891 if (parse_host_port(&saddr, host_str) < 0)
1933 if (parse_host_port(&saddr, host_str) < 0)
1979 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 223 milliseconds