Searched refs:sntbyte_size (Results 1 – 1 of 1) sorted by relevance
296 ssize_t sntbyte_size; /* size of the sent byte */ in communicate_client() local333 sntbyte_size = send(sock_fd, sendmsg, sndbuf_size, 0); in communicate_client()347 if (sntbyte_size < (ssize_t) 0) { in communicate_client()