Lines Matching refs:bytes_received

905 	zi.bytes_received=0;  in wcreceive()
977 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive()
982 (long) zi.bytes_received, (long) zi.bytes_total, bps); in wcreceive()
987 shortname,protname(),zi.bytes_received, bps); in wcreceive()
1050 bps=(zi.bytes_received-zi.bytes_skipped)/d; in wcreceive()
1054 (long) zi.bytes_received, bps); in wcreceive()
1059 shortname,protname(),zi.bytes_received, bps); in wcreceive()
1155 zi->bytes_received+=Blklen; in wcrx()
1576 zi->bytes_received=0; in procheader()
1752 zi->bytes_received=zi->bytes_skipped; in procheader()
2160 bps=(zi->bytes_received-zi->bytes_skipped)/d; in rzfiles()
2164 (long) zi->bytes_received, (long) zi->bytes_total, bps); in rzfiles()
2239 stohdr(zi->bytes_received); in rzfile()
2247 if (akt->pos==zi->bytes_received) { in rzfile()
2249 zi->bytes_received += akt->len; in rzfile()
2256 if (akt->pos<zi->bytes_received) { in rzfile()
2302 if (rclhdr(Rxhdr) != (long) zi->bytes_received) { in rzfile()
2346 if (rclhdr(Rxhdr) != (long) zi->bytes_received) { in rzfile()
2364 if (pos>zi->bytes_received) { in rzfile()
2398 || zi->bytes_received > last_bps / 2 + last_rxbytes)) { in rzfile()
2407 last_bps=zi->bytes_received/d; in rzfile()
2442 (long) zi->bytes_received, (long) zi->bytes_total, in rzfile()
2444 last_rxbytes=zi->bytes_received; in rzfile()
2506 zi->bytes_received += bytes_in_block; in rzfile()
2507 stohdr(zi->bytes_received); in rzfile()
2518 zi->bytes_received += bytes_in_block; in rzfile()
2519 stohdr(zi->bytes_received); in rzfile()
2530 zi->bytes_received += bytes_in_block; in rzfile()
2540 zi->bytes_received += bytes_in_block; in rzfile()