Searched defs:TFTPSESSION (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c63 typedef struct TFTPSESSION struct
76 } TFTPSESSION, *PTFTPSESSION, **PPTFTPSESSION; typedef in typeref:struct:TFTPSESSION
766 pData->pvTftpSessions = RTMemAllocZ(sizeof(TFTPSESSION) * TFTP_SESSIONS_MAX);

Completed in 44 milliseconds