Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c158 send_error(const ip_addr_t *addr, u16_t port, enum tftp_error code, const char *str) in send_error() function
233 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Error occured while reading the file."); in send_data()
253send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Only one connection at a time is supported"); in recv()
273send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Only one connection at a time is supported"); in recv()
278 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "TFTP server not enabled"); in recv()
287send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Filename too long/not NULL terminated"); in recv()
295 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Mode too long/not NULL terminated"); in recv()
304 send_error(addr, port, TFTP_ERROR_FILE_NOT_FOUND, "Unable to open requested file."); in recv()
331 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "No connection"); in recv()
336 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Not a write connection"); in recv()
[all …]
/btstack/src/classic/
H A Dhfp.h614 uint8_t send_error; member
H A Dhfp_ag.c1569 hfp_connection->send_error++; in hfp_ag_queue_error()
2140 if (hfp_connection->send_error > 0){ in hfp_ag_send_commands()
2141 hfp_connection->send_error--; in hfp_ag_send_commands()
H A Dhfp.c609 hfp_connection->send_error = 0; in hfp_reset_context_flags()