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

  /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...]

Completed in 272 milliseconds