Searched refs:tcp_chr_recv (Results 1 – 1 of 1) sorted by relevance
2092 static ssize_t tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) in tcp_chr_recv() function2118 static ssize_t tcp_chr_recv(CharDriverState *chr, char *buf, size_t len) in tcp_chr_recv() function2137 size = tcp_chr_recv(chr, (void *)buf, len); in tcp_chr_read()