Home
last modified time | relevance | path

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

/iperf/src/
H A Dnet.c446 Nsendfile(int fromfd, int tofd, const char *buf, size_t count) in Nsendfile() argument
460 r = sendfile(tofd, fromfd, &offset, nleft); in Nsendfile()
464 r = sendfile(fromfd, tofd, offset, nleft, NULL, &sent, 0); in Nsendfile()
468 r = sendfile(fromfd, tofd, offset, &sent, NULL, 0); in Nsendfile()
H A Dnet.h37 int Nsendfile(int fromfd, int tofd, const char *buf, size_t count) /* __attribute__((hot)) */;