Searched defs:tftp_error (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtftp.h56 struct tftp_error { struct
79 struct tftp_error error;
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_tftpd.c129 static int tftp_error(struct xfer *, u16_t, const char *, ...) __attribute__((format(printf, 3, 4)));
303 * from the server port (see tftp_error() for the reason).
340 tftp_error(xfer, TFTP_ENOSYS, "Short packet");
351 tftp_error(xfer, TFTP_ENOSYS, "Short packet");
364 tftp_error(xfer, TFTP_ENOSYS, "Unexpected opcode %d", op);
440 tftp_error(xfer, TFTP_EUNDEF, "Read failed");
456 * decoded as TFTP (see tftp_error()).
536 tftp_error(xfer, TFTP_EUNDEF, "Failed to create connection");
611 return tftp_error(xfer, TFTP_ENOENT, "Permission denied");
629 return tftp_error(xfe
886 tftp_error(struct xfer *xfer, u16_t error, const char *fmt, ...) function
939 struct tftp_error { struct
[all...]

Completed in 43 milliseconds