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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h 111 UINT16 SourcePort;
236 /// The UDP session data including SourceAddress, SourcePort, DestinationAddress,
Udp4.h 69 UINT16 SourcePort;
  /external/syslinux/efi32/include/efi/
efiudp.h 85 UINT16 SourcePort;
200 UINT16 SourcePort;
  /external/syslinux/efi64/include/efi/
efiudp.h 85 UINT16 SourcePort;
200 UINT16 SourcePort;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 85 UINT16 SourcePort;
200 UINT16 SourcePort;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 72 UINT16 SourcePort;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 603 if (UdpSessionData->SourcePort != 0) {
604 Udp4Header->SrcPort = HTONS (UdpSessionData->SourcePort);
Udp4Impl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 238 EndPoint.RemotePort = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
275 EndPoint.RemotePort = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
494 TxToken->Session.Udp4.SourcePort = EndPoint->LocalPort;
548 TxToken->Session.Udp6.SourcePort = EndPoint->LocalPort;
  /external/syslinux/efi/
udp.c 266 memcpy(src_port, &rxdata->UdpSession.SourcePort, sizeof(*src_port));
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp4.c 342 pRxData->UdpSession.SourcePort ));
347 pRemoteAddress->sin_port = SwapBytes16 ( pRxData->UdpSession.SourcePort );
844 pTxData->Session.SourcePort = 0;
    [all...]
Udp6.c 338 pRxData->UdpSession.SourcePort ));
343 pRemoteAddress->sin6_port = SwapBytes16 ( pRxData->UdpSession.SourcePort );
886 pTxData->Session.SourcePort = 0;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 1076 Port = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
1078 Port = ((EFI_UDP4_SESSION_DATA *) Session)->SourcePort;
    [all...]
PxeBcImpl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h 136 DWORD SourcePort;
    [all...]

Completed in 490 milliseconds