search for: tftp_err_no_network

Displaying 1 result from an estimated 1 matches for "tftp_err_no_network".

2016 Apr 23
0
RFC: [Patch] libpuload: use previous TFTP OK status definition
...om32/libupload/tftp.h +++ b/com32/libupload/tftp.h @@ -18,7 +18,7 @@ TFTP_ERR_BAD_OPTS = 8, /**< Option negotiation failed */ /* The following are not defined in RFC, for internal usage only */ TFTP_ERR_UNABLE_TO_RESOLVE = 9, TFTP_ERR_UNABLE_TO_CONNECT = 10, -TFTP_ERR_OK = 11, +TFTP_OK = 11, TFTP_ERR_NO_NETWORK = 12, };