Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <tftp.h>
#include <memory.h>
#include <string.h>
Data Structures | |
struct | tftpFileDataBlock |
Macros | |
#define | TFTP_FILE_DATA_BLOCK_SIZE 4096 |
Functions | |
syscall | tftpGetIntoBuffer (const char *filename, const struct netaddr *local_ip, const struct netaddr *server_ip, uint *len_ret) |