Home
last modified time | relevance | path

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

/aosp_15_r20/device/linaro/dragonboard/shared/utils/tqftpserv/
Dtqftpserv.c178 static int tftp_send_error(int sock, int code, const char *msg) in tftp_send_error() function
279 tftp_send_error(sock, 1, "file not found"); in handle_rrq()
457 tftp_send_error(client->sock, 4, "Expected DATA opcode"); in handle_writer()