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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp6.c 322 pRxData->UdpSession.SourceAddress.Addr[0],
323 pRxData->UdpSession.SourceAddress.Addr[1],
324 pRxData->UdpSession.SourceAddress.Addr[2],
325 pRxData->UdpSession.SourceAddress.Addr[3],
326 pRxData->UdpSession.SourceAddress.Addr[4],
327 pRxData->UdpSession.SourceAddress.Addr[5],
328 pRxData->UdpSession.SourceAddress.Addr[6],
329 pRxData->UdpSession.SourceAddress.Addr[7],
330 pRxData->UdpSession.SourceAddress.Addr[8],
331 pRxData->UdpSession.SourceAddress.Addr[9],
    [all...]
Udp4.c 338 pRxData->UdpSession.SourceAddress.Addr[0],
339 pRxData->UdpSession.SourceAddress.Addr[1],
340 pRxData->UdpSession.SourceAddress.Addr[2],
341 pRxData->UdpSession.SourceAddress.Addr[3],
342 pRxData->UdpSession.SourcePort ));
345 &pRxData->UdpSession.SourceAddress.Addr[0],
347 pRemoteAddress->sin_port = SwapBytes16 ( pRxData->UdpSession.SourcePort );
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h 239 EFI_UDP6_SESSION_DATA UdpSession;
Udp4.h 111 EFI_UDP4_SESSION_DATA UdpSession;
  /external/syslinux/efi32/include/efi/
efiudp.h 98 EFI_UDP4_SESSION_DATA UdpSession;
213 EFI_UDP6_SESSION_DATA UdpSession;
  /external/syslinux/efi64/include/efi/
efiudp.h 98 EFI_UDP4_SESSION_DATA UdpSession;
213 EFI_UDP6_SESSION_DATA UdpSession;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 98 EFI_UDP4_SESSION_DATA UdpSession;
213 EFI_UDP6_SESSION_DATA UdpSession;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 118 EFI_UDP4_SESSION_DATA UdpSession;
  /external/syslinux/efi/
udp.c 266 memcpy(src_port, &rxdata->UdpSession.SourcePort, sizeof(*src_port));
267 memcpy(src_ip, &rxdata->UdpSession.SourceAddress, sizeof(*src_ip));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 236 Session = &((EFI_UDP4_RECEIVE_DATA *) RxData)->UdpSession;
273 Session = &((EFI_UDP6_RECEIVE_DATA *) RxData)->UdpSession;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c     [all...]

Completed in 447 milliseconds