Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpprivate.h50 extern int tsize_opt;
H A Dmain.c74 int tsize_opt; variable
732 (void) printf("Transfer size option: %s\n", tsize_opt ? "on" : "off"); in status()
1016 tsize_opt = !tsize_opt; in settsize()
1017 (void) printf("Transfer size option %s.\n", tsize_opt ? "on" : "off"); in settsize()
H A Dtftp.c134 tsize_set = ((tsize_opt != 0) && !convert && (fstat(fd, &statb) == 0)); in tftp_sendfile()
262 tsize_set = (tsize_opt != 0); in tftp_recvfile()