search for: tftp_err_ok

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

Did you mean: ft_err_ok
2016 Apr 23
0
RFC: [Patch] libpuload: use previous TFTP OK status definition
...ex 209d975..27f5fbe 100644 --- a/com32/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, };