Home
last modified time | relevance | path

Searched refs:sntbyte_size (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/network/stress/ns-tools/
Dns-tcpserver.c296 ssize_t sntbyte_size; /* size of the sent byte */ in communicate_client() local
333 sntbyte_size = send(sock_fd, sendmsg, sndbuf_size, 0); in communicate_client()
347 if (sntbyte_size < (ssize_t) 0) { in communicate_client()