Searched refs:Nread (Results 1 – 8 of 8) sorted by relevance
/external/iperf3/src/ |
D | net.h | 33 int Nread(int fd, char *buf, size_t count, int prot);
|
D | iperf_client_api.c | 306 if (Nread(test->ctrl_sck, (char*) &err, sizeof(err), Ptcp) < 0) { in iperf_handle_message_client() 311 if (Nread(test->ctrl_sck, (char*) &err, sizeof(err), Ptcp) < 0) { in iperf_handle_message_client()
|
D | iperf_sctp.c | 63 r = Nread(sp->socket, sp->buffer, sp->settings->blksize, Psctp); in iperf_sctp_recv() 132 if (Nread(s, cookie, COOKIE_SIZE, Psctp) < 0) { in iperf_sctp_accept()
|
D | iperf_tcp.c | 59 r = Nread(sp->socket, sp->buffer, sp->settings->blksize, Ptcp); in iperf_tcp_recv() 124 if (Nread(s, cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_tcp_accept()
|
D | iperf_server_api.c | 122 if (Nread(test->ctrl_sck, test->cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_accept() 162 if ((rval = Nread(test->ctrl_sck, (char*) &test->state, sizeof(signed char), Ptcp)) <= 0) { in iperf_handle_message_server()
|
D | net.c | 312 Nread(int fd, char *buf, size_t count, int prot) in Nread() function
|
D | iperf_udp.c | 71 r = Nread(sp->socket, sp->buffer, size, Pudp); in iperf_udp_recv()
|
D | iperf_api.c | 2085 if (Nread(fd, (char*) &nsize, sizeof(nsize), Ptcp) >= 0) { in JSON_read() 2090 rc = Nread(fd, str, hsize, Ptcp); in JSON_read()
|