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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 243 #define EFI_CONNECTION_FIN EFIERR (104)
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 183 #define EFI_CONNECTION_FIN EFIERR(104)
  /external/syslinux/efi/
tcp.c 230 if (status == EFI_CONNECTION_FIN) {
  /external/syslinux/efi32/include/efi/
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
  /external/syslinux/efi64/include/efi/
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efitcp.h 135 #define EFI_CONNECTION_FIN EFIERR(104)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 184 if (Status == EFI_CONNECTION_FIN) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 621 @retval EFI_CONNECTION_FIN The connection is closed and there is no more data.
695 Status = EFI_CONNECTION_FIN;
SockImpl.c 1197 IO tokens with the error status EFI_CONNECTION_FIN.
1217 SOCK_ERROR (Sock, EFI_CONNECTION_FIN);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockInterface.c 645 @retval EFI_CONNECTION_FIN The connection is closed and there is no more data.
722 Status = EFI_CONNECTION_FIN;
SockImpl.c 1265 IO tokens with the error status EFI_CONNECTION_FIN.
1285 SOCK_ERROR (Sock, EFI_CONNECTION_FIN);
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]

Completed in 938 milliseconds