Searched refs:TFTP_OP_ERR (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/pending/
H A Dtftp.c48 #define TFTP_OP_ERR 5 /* Error Message RFC 1350 */ macro
123 buffer[0] = TFTP_OP_ERR >> 8;
124 buffer[1] = TFTP_OP_ERR & 0xff;
324 if (opcode == TFTP_OP_ERR) {

Completed in 205 milliseconds