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

/fuchsia/zircon/system/ulib/tftp/
H A Dinternal.h16 #define OPCODE_ERROR 5 macro
H A Dtftp-test.cpp324 EXPECT_TRUE(verify_response_opcode(ts, OPCODE_ERROR), "bad error response");
349 EXPECT_TRUE(verify_response_opcode(ts, OPCODE_ERROR), "bad error response");
382 EXPECT_TRUE(verify_response_opcode(ts, OPCODE_ERROR), "bad error response");
1871 EXPECT_EQ(msg->opcode, htons(OPCODE_ERROR));
1913 buf[1] = OPCODE_ERROR;
1960 buf[1] = OPCODE_ERROR;
H A Dtftp.c161 | OPCODE_ERROR | ERR_CODE | ERR_MSG | 0 |
167 OPCODE(session, resp, OPCODE_ERROR);
983 case OPCODE_ERROR:

Completed in 79 milliseconds