|
|
| version 1.1.1.1.4.2, 2014/02/20 00:44:49 | version 1.1.1.1.4.3, 2014/02/20 15:39:15 |
|---|---|
| Line 14 | Line 14 |
| #define TFTP_OPT_TSIZE "tsize" | #define TFTP_OPT_TSIZE "tsize" |
| #define TFTP_OPT_BLKSIZE "blksize" | #define TFTP_OPT_BLKSIZE "blksize" |
| #define TFTP_OPT_TIMEOUT "timeout" | #define TFTP_OPT_TIMEOUT "timeout" |
| #define TFTP_OPT_ROLLOVER "rollover" | |
| struct tagCli { | struct tagCli { |
| int opc; | int opc; |
| u_short seq; | u_short seq; |
| int tout; | int tout; |
| int roll; | |
| int siz; | int siz; |
| off_t tsiz; | off_t tsiz; |
| sockaddr_t addr; | sockaddr_t addr; |