Searched refs:TFTP (Results 1 - 3 of 3) sorted by path

/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.h60 class TFTP : public PXEService { class in inherits:PXEService
62 TFTP();
63 ~TFTP();
H A Ddevices.cpp35 static TFTP sTFTP;
43 // get the boot archive containing kernel and drivers via TFTP
85 "via TFTP\n", fileName);
H A Dnetwork.cpp381 // #pragma mark - TFTP
383 TFTP::TFTP() function in class:TFTP
388 TFTP::~TFTP()
394 TFTP::Init()
407 TFTP::ServerPort() const
414 TFTP::ReceiveFile(const char* fileName, uint8** data, size_t* size)
437 TRACE(("TFTP: allocating memory for file data failed\n"));
441 // open TFTP connectio
[all...]

Completed in 64 milliseconds