MCPcopy Create free account
hub / github.com/esnet/iperf / Nread

Function Nread

src/net.c:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402/********************************************************************/
403
404int
405Nread(int fd, char *buf, size_t count, int prot)
406{
407 return Nrecv(fd, buf, count, prot, 0);
408}
409
410/*******************************************************************/
411/* Nrecv - reads 'count' bytes from a socket */

Callers 7

iperf_sync_close_socketFunction · 0.85
iperf_tcp_acceptFunction · 0.85
JSON_readFunction · 0.85
iperf_sctp_acceptFunction · 0.85
iperf_acceptFunction · 0.85

Calls 1

NrecvFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…