Home
last modified time | relevance | path

Searched refs:ERROR_OPCODE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/subsys/net/lib/tftp/
Dtftp_client.h32 #define ERROR_OPCODE 0x5 macro
Dtftp_client.c118 } else if (opcode == ERROR_OPCODE) { in send_data()
152 sys_put_be16(ERROR_OPCODE, client->tftp_buf); in send_err()
269 if (opcode == ERROR_OPCODE) { in tftp_get()
389 if (opcode == ERROR_OPCODE) { in tftp_put()