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

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Udp6.h 97 /// The EFI_UDP6_SESSION_DATA is used to retrieve the settings when receiving packets or
122 } EFI_UDP6_SESSION_DATA;
201 EFI_UDP6_SESSION_DATA *UdpSessionData;
239 EFI_UDP6_SESSION_DATA UdpSession;
  /external/syslinux/efi32/include/efi/
efiudp.h 203 } EFI_UDP6_SESSION_DATA;
213 EFI_UDP6_SESSION_DATA UdpSession;
220 EFI_UDP6_SESSION_DATA *UdpSessionData;
  /external/syslinux/efi64/include/efi/
efiudp.h 203 } EFI_UDP6_SESSION_DATA;
213 EFI_UDP6_SESSION_DATA UdpSession;
220 EFI_UDP6_SESSION_DATA *UdpSessionData;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiudp.h 203 } EFI_UDP6_SESSION_DATA;
213 EFI_UDP6_SESSION_DATA UdpSession;
220 EFI_UDP6_SESSION_DATA *UdpSessionData;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 731 IN EFI_UDP6_SESSION_DATA *Session,
846 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress,
924 &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress,
940 EFI_IP6_EQUAL (DestIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress))) {
946 EFI_IP6_EQUAL (&Mode->StationIp, &((EFI_UDP6_SESSION_DATA *)Session)->DestinationAddress)) {
980 Port = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort;
1032 &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress,
1048 EFI_IP6_EQUAL (SrcIp, &((EFI_UDP6_SESSION_DATA *)Session)->SourceAddress))) {
    [all...]
PxeBcSupport.h 227 IN EFI_UDP6_SESSION_DATA *Session,
PxeBcImpl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UdpIoLib.h 106 EFI_UDP6_SESSION_DATA Udp6;
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 125 @param[in] Udp6Session Pointer to the EFI_UDP6_SESSION_DATA abstracted
135 IN EFI_UDP6_SESSION_DATA *Udp6Session
790 EFI_UDP6_SESSION_DATA *UdpSessionData;
    [all...]
Udp6Main.c 465 EFI_UDP6_SESSION_DATA *UdpSessionData;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 286 EndPoint.LocalPort = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort;
287 EndPoint.RemotePort = ((EFI_UDP6_SESSION_DATA *) Session)->SourcePort;
291 &((EFI_UDP6_SESSION_DATA *) Session)->DestinationAddress,
297 &((EFI_UDP6_SESSION_DATA *) Session)->SourceAddress,
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 187 EFI_UDP6_SESSION_DATA Session; ///< Remote network address
197 EFI_UDP6_SESSION_DATA Session; ///< Remote network address
    [all...]

Completed in 278 milliseconds