HomeSort by relevance Sort by last modified time
    Searched defs:LengthInBytes (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
sendto.c 58 ssize_t LengthInBytes;
67 LengthInBytes = -1;
91 (size_t *)&LengthInBytes,
96 LengthInBytes = -1;
103 pData += LengthInBytes;
104 length -= LengthInBytes;
111 return (INT32)LengthInBytes;
recvfrom.c 58 ssize_t LengthInBytes;
70 LengthInBytes = -1;
84 (size_t *)&LengthInBytes,
89 LengthInBytes = -1;
95 LengthInBytes = getsockopt ( s,
100 if ( 0 == LengthInBytes ) {
112 LengthInBytes = -1;
160 (size_t *)&LengthInBytes,
168 TotalBytes += LengthInBytes;
169 pData += LengthInBytes;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RecvDgram/
RecvDgram.c 47 ssize_t LengthInBytes;
77 LengthInBytes = recvfrom ( s,
83 if ( -1 == LengthInBytes ) {
93 LengthInBytes,
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DriverBinding.c 111 UINTN LengthInBytes;
118 LengthInBytes = sizeof ( *pNicDevice );
121 LengthInBytes,
133 ZeroMem ( pNicDevice, LengthInBytes );
Ax88772.c 670 UINTN LengthInBytes;
687 LengthInBytes = sizeof ( *pRxPacket ) - sizeof ( pRxPacket->pNext );
758 UINTN LengthInBytes;
835 LengthInBytes = MAX_BULKIN_SIZE;
863 &LengthInBytes,
866 if ( LengthInBytes > 0 ) {
867 FillPkt2Queue(pNicDevice, LengthInBytes);
873 && ( LengthInBytes > 0)) {
879 LengthInBytes = pRxPacket->Length;
908 LengthInBytes ));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Handles.c 40 UINTN LengthInBytes;
83 LengthInBytes = 0;
87 &LengthInBytes,
94 LengthInBytes,
103 &LengthInBytes,
106 Entries = LengthInBytes / sizeof ( *pHandleArray );
WebServer.c 39 size_t LengthInBytes;
71 LengthInBytes = sizeof ( *pFdList ) * MaxEntriesNew;
73 LengthInBytes,
85 LengthInBytes = sizeof ( *ppPortListNew ) * MaxEntriesNew;
87 LengthInBytes,
171 LengthInBytes = sizeof ( *pPort );
173 LengthInBytes,
325 size_t LengthInBytes;
435 LengthInBytes = recv ( SocketFD,
439 if ( -1 == LengthInBytes ) {
    [all...]
HTTP.c 103 INTN LengthInBytes;
118 LengthInBytes = send ( SocketFD,
122 if ( -1 != LengthInBytes ) {
126 pBuffer += LengthInBytes;
127 pPort->TxBytes -= LengthInBytes;
394 socklen_t LengthInBytes;
404 LengthInBytes = sizeof ( LocalAddress );
405 RetVal = getsockname ( SocketFD, (struct sockaddr *)&LocalAddress, &LengthInBytes );
407 LengthInBytes = sizeof ( LocalAddress );
408 RetVal = getpeername ( SocketFD, (struct sockaddr *)&RemoteAddress, &LengthInBytes );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 45 UINTN LengthInBytes;
97 LengthInBytes = sizeof ( *pService );
100 LengthInBytes,
107 LengthInBytes ));
112 ZeroMem ( pService, LengthInBytes );
Udp4.c 499 size_t LengthInBytes;
515 LengthInBytes = pRxData->DataLength;
544 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE );
984 UINT32 LengthInBytes;
1002 LengthInBytes = pPacket->Op.Udp4Tx.TxData.DataLength;
1003 pSocket->TxBytes -= LengthInBytes;
1022 LengthInBytes,
    [all...]
Udp6.c 493 size_t LengthInBytes;
509 LengthInBytes = pRxData->DataLength;
538 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE );
    [all...]
Ip4.c 208 //socklen_t LengthInBytes;
219 //LengthInBytes = 0;
242 //LengthInBytes = sizeof ( pSocket->bIncludeHeader );
411 size_t LengthInBytes;
451 LengthInBytes = HeaderBytes;
456 if ( 0 < ( BufferLength - LengthInBytes )) {
459 BufferLength - LengthInBytes,
462 LengthInBytes += DataBytes;
475 LengthInBytes ));
480 *pSkipBytes = pRxData->HeaderLength + pRxData->DataLength - LengthInBytes;
    [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]
Socket.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiI2c.h 129 /// the LengthInBytes field of the operation in the request packet with
132 /// This flag also changes the LengthInBytes meaning to be: A maximum
133 /// of LengthInBytes is to be read from the device. The first byte
151 /// LengthInBytes=0, Flags=I2C_FLAG_READ
153 /// LengthInBytes=0, Flags=0
157 /// LengthInBytes=1, Flags=I2C_FLAG_SMBUS_OPERATION
160 /// LengthInBytes=2, Flags=I2C_FLAG_SMBUS_OPERATION
166 /// LengthInBytes=1, Flags=I2C_FLAG_SMBUS_OPERATION
168 /// LengthInBytes=2, Flags=I2C_FLAG_SMBUS_OPERATION
173 /// LengthInBytes=1, Flags=I2C_FLAG_SMBUS_OPERATION
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DriverBinding.c 124 UINTN LengthInBytes;
133 LengthInBytes = sizeof ( *pNicDevice );
136 LengthInBytes,
148 ZeroMem ( pNicDevice, LengthInBytes );
SimpleNetwork.c 480 UINTN LengthInBytes;
512 LengthInBytes = MAX_BULKIN_SIZE;
522 &LengthInBytes,
526 if (LengthInBytes != 0 && !EFI_ERROR(Status) && !EFI_ERROR(TransferStatus) ){
527 FillPkt2Queue(pSimpleNetwork, LengthInBytes);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 78 socklen_t LengthInBytes,
95 Print ( L"LengthInBytes: %d\r\n", LengthInBytes );
109 pEnd = &Value.u8[ LengthInBytes ];
117 if ( 4 == LengthInBytes ) {
121 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
127 if ( 4 == LengthInBytes ) {
137 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
143 if ( sizeof ( *Value.TimeVal ) == LengthInBytes ) {
155 errno = ( 4 > LengthInBytes ) ? EBUFSIZE : ERANGE;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 274 socklen_t LengthInBytes;
458 LengthInBytes = sizeof ( RemoteAddress );
461 &LengthInBytes );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 42 ULONG LengthInBytes;
patchapi.h 77 ULONG LengthInBytes;
82 ULONG LengthInBytes;
usbioctl.h 55 ULONG LengthInBytes;
282 ULONG LengthInBytes;
488 ULONG LengthInBytes;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 36 UINT64 LengthInBytes;
48 LengthInBytes = DIM ( pContext->FileData ) >> 1;
49 if (( pContext->ValidBytes > LengthInBytes )
57 if ( LengthInBytes > pContext->BytesRemaining ) {
58 LengthInBytes = pContext->BytesRemaining;
66 (size_t)LengthInBytes,
347 UINT64 LengthInBytes;
402 LengthInBytes = pContext->BlockSize;
404 && ( LengthInBytes > pContext->BytesToSend )) {
405 LengthInBytes = pContext->BytesToSend;
    [all...]
TftpServer.h 181 UINT64 LengthInBytes; ///< Size of the file

Completed in 1432 milliseconds

1 2