Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <tftp.h>
#include <device.h>
#include <string.h>
Functions | |
syscall | tftpSendRRQ (int udpdev, const char *filename) |
syscall tftpSendRRQ | ( | int | udpdev, |
const char * | filename | ||
) |
Send a TFTP RRQ (Read Request) packet over a UDP connection to the TFTP server. This instructs the TFTP server to begin sending the contents of the specified file. Not intended to be used outside of the TFTP code.
udpdev | Device descriptor for the open UDP device. |
filename | Name of the file to request. |