HomeSort by relevance Sort by last modified time
    Searched refs:TxBytes (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
HTTP.c 120 pPort->TxBytes,
127 pPort->TxBytes -= LengthInBytes;
136 } while ( 0 < pPort->TxBytes );
662 DataBytes = MaxBytes - pPort->TxBytes;
670 CopyMem ( &pPort->TxBuffer[ pPort->TxBytes ],
677 pPort->TxBytes += DataBytes;
683 if ( MaxBytes <= pPort->TxBytes ) {
    [all...]
WebServer.c 186 pPort->TxBytes = 0;
WebServer.h 173 size_t TxBytes; ///< Bytes in the TX buffer
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 417 pPacket->TxBytes = (ssize_t)( 2 + 2 + LengthInBytes );
667 pPacket->TxBytes ));
682 pPacket->TxBytes,
881 pPacket->TxBytes = pBuffer - &pPacket->TxBuffer[ 0 ];
    [all...]
TftpServer.h 159 ssize_t TxBytes; ///< Bytes in the TX buffer
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Ip4.c 937 pTxBytes = &pSocket->TxBytes;
    [all...]
Udp4.c 800 pTxBytes = &pSocket->TxBytes;
1003 pSocket->TxBytes -= LengthInBytes;
    [all...]
Udp6.c 845 pTxBytes = &pSocket->TxBytes;
    [all...]
Socket.h     [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]
Socket.c     [all...]

Completed in 257 milliseconds