Searched refs:RxBuffer (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c436 &pPort->RxBuffer[0],
437 DIM ( pPort->RxBuffer ),
H A DWebServer.h175 UINT8 RxBuffer[ 65536 ]; ///< Receive buffer member in struct:__anon3258
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h254 UINT8 RxBuffer[ 2 + 2 + TFTP_MAX_BLOCK_SIZE ]; ///< Receive buffer member in struct:__anon3248
H A DTftpServer.c750 &pTftpServer->RxBuffer[ 0 ],
751 sizeof ( pTftpServer->RxBuffer ),
1010 pBuffer = &pTftpServer->RxBuffer[ 0 ];
1527 Opcode = HTONS ( *(UINT16 *)&pTftpServer->RxBuffer[ 0 ]);
1718 pBuffer = &pTftpServer->RxBuffer[ 0 ];

Completed in 81 milliseconds