Home
last modified time | relevance | path

Searched refs:src_str2 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dnet-android.c249 const char *src_str2; in parse_host_src_port() local
268 src_str2 = src_str; in parse_host_src_port()
270 src_str2 = ":0"; in parse_host_src_port()
272 if (parse_host_port(saddr, src_str2) < 0) in parse_host_src_port()
Dnet.c220 const char *src_str2; in parse_host_src_port() local
239 src_str2 = src_str; in parse_host_src_port()
241 src_str2 = ":0"; in parse_host_src_port()
243 if (parse_host_port(saddr, src_str2) < 0) in parse_host_src_port()