Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c749 off_t bytes = 0, hashbytes = HASHSIZ; in sendrequest()
896 hashbytes += HASHSIZ; in sendrequest()
926 hashbytes += HASHSIZ; in sendrequest()
1060 off_t bytes = 0, hashbytes = HASHSIZ; in recvrequest()
1247 hashbytes += HASHSIZ; in recvrequest()
1303 hashbytes += HASHSIZ; in recvrequest()
H A Dftp_var.h169 #define HASHSIZ BUFSIZ*8 macro
H A Dcmds.c944 (void) printf(" (%d bytes/hash mark)", HASHSIZ); in sethash()