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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c249 if ( 0 != ( pTftpServer->TftpPort.revents & POLLRDNORM )) {
254 pTftpServer->RxBytes = recvfrom ( pTftpServer->TftpPort.fd,
291 pTftpServer->TftpPort.revents |= POLLHUP;
298 if ( 0 != ( pTftpServer->TftpPort.revents & POLLHUP )) {
302 close ( pTftpServer->TftpPort.fd );
303 pTftpServer->TftpPort.fd = -1;
328 FDCount = poll ( &pTftpServer->TftpPort,
342 pTftpServer->TftpPort.revents = 0;
1224 UINT16 TftpPort; local
1244 pTftpServer->TftpPort
[all...]
H A DTftpServer.h183 struct pollfd TftpPort; ///< Poll descriptor for the TFTP port member in struct:__anon9942

Completed in 34 milliseconds