Searched refs:tcp_chr_recv (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c2092 static ssize_t tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) function
2118 static ssize_t tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) function
2137 size = tcp_chr_recv(chr, (void *)buf, len);

Completed in 117 milliseconds