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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c737 pTftpPort = &pTftpServer->TftpPort[ *pIndex ];
911 FDCount = poll ( &pTftpServer->TftpPort[ 0 ],
1900 UINT16 TftpPort; local
1915 pTftpPort = &pTftpServer->TftpPort[ pTftpServer->Entries ];
1929 TftpPort = 69;
1931 TftpServerAddress.v4.sin_port = htons ( TftpPort );
1951 TftpPort ));
1958 ASSERT ( DIM ( pTftpServer->TftpPort ) >= pTftpServer->Entries );
2259 if ( DIM ( pTftpServer->TftpPort ) != pTftpServer->Entries ) {
2349 } while ( DIM ( pTftpServer->TftpPort )
[all...]
H A DTftpServer.h244 struct pollfd TftpPort [ 2 ]; ///< Poll descriptor for the TFTP ports (UDP4, UDP6) member in struct:__anon3530

Completed in 8 milliseconds