Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c72 TFTP_ERROR_ACCESS_VIOLATION = 2, enumerator
284 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Error occurred while reading the file."); in send_data()
362 … send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Only one connection at a time is supported"); in tftp_recv()
390 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "TFTP server not enabled"); in tftp_recv()
399 … send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Filename too long/not NULL terminated"); in tftp_recv()
407 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Mode too long/not NULL terminated"); in tftp_recv()
443 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "No connection"); in tftp_recv()
448 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Not a write connection"); in tftp_recv()
467 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "error writing file"); in tftp_recv()
492 send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "No connection"); in tftp_recv()
[all …]

Completed in 10 milliseconds