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

  /external/qemu/
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...]
net-android.c 269 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
    [all...]

Completed in 3531 milliseconds