OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_host_port
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
qemu_socket.h
26
int
parse_host_port
(SockAddress* saddr, const char *str);
migration-tcp-android.c
79
if (
parse_host_port
(&addr, host_port) < 0)
172
if (
parse_host_port
(&addr, host_port) < 0) {
migration-tcp.c
87
if (
parse_host_port
(&addr, host_port) < 0)
185
if (
parse_host_port
(&addr, host_port) < 0) {
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
...]
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
...]
vl-android.c
[
all
...]
Completed in 127 milliseconds