Home
last modified time | relevance | path

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

/iperf/src/
H A Dnet.h37 int Nsendfile(int fromfd, int tofd, const char *buf, size_t count) /* __attribute__((hot)) */;
H A Dnet.c446 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile() function
H A Diperf_tcp.c92 r = Nsendfile(sp->buffer_fd, sp->socket, sp->buffer, sp->pending_size); in iperf_tcp_send()