OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_str2
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net-android.c
253
const char *
src_str2
;
local
272
src_str2
= src_str;
274
src_str2
= ":0";
276
if (parse_host_port(saddr,
src_str2
) < 0)
[
all
...]
net.c
220
const char *
src_str2
;
local
239
src_str2
= src_str;
241
src_str2
= ":0";
243
if (parse_host_port(saddr,
src_str2
) < 0)
[
all
...]
Completed in 18 milliseconds