Searched refs:recvbuf (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.7/user/apps/test_relibc/ |
D | main.c | 156 char recvbuf[BUFFER_SIZE] = {0}; in tcp_client() local 158 int x = recv(client_sockfd, recvbuf, sizeof(recvbuf), 0); in tcp_client() 160 fputs(recvbuf, stdout); in tcp_client() 162 memset(recvbuf, 0, sizeof(recvbuf)); in tcp_client() 177 int x = recv(client_sockfd, recvbuf, sizeof(recvbuf), 0); in tcp_client() 184 fputs(recvbuf, stdout); in tcp_client() 186 memset(recvbuf, 0, sizeof(recvbuf)); in tcp_client()
|