|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <clock.h>#include <device.h>#include <stddef.h>#include <string.h>#include <stdlib.h>#include <tftp.h>#include <thread.h>#include <udp.h>#include <core.h>Macros | |
| #define | TFTP_DROP_PACKET_PERCENT 0 |
Functions | |
| syscall | tftpGet (const char *filename, const struct netaddr *local_ip, const struct netaddr *server_ip, tftpRecvDataFunc recvDataFunc, void *recvDataCtx) |
1.8.5