Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Macros | Functions
tftpGet.c File Reference
#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)