Home
last modified time | relevance | path

Searched defs:xferstat (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/fetch/
H A Dfetch.c188 struct xferstat { struct
189 char name[64];
190 struct timeval start; /* start of transfer */
191 struct timeval last; /* time of last update */
192 struct timeval last2; /* time of previous last update */
193 off_t size; /* size of file per HTTP hdr */
194 off_t offset; /* starting offset in file */
195 off_t rcvd; /* bytes already received */
196 off_t lastrcvd; /* bytes received since last update */