Searched defs:UdpSessionData (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c514 EFI_UDP4_SESSION_DATA *UdpSessionData; local
591 UdpSessionData = TxData->UdpSessionData;
594 if (UdpSessionData != NULL) {
597 // UdpSessionData.
599 if (!EFI_IP4_EQUAL (&UdpSessionData->SourceAddress, &mZeroIp4Addr)) {
600 IP4_COPY_ADDRESS (&Override.Ip4OverrideData.SourceAddress, &UdpSessionData->SourceAddress);
603 if (UdpSessionData->SourcePort != 0) {
604 Udp4Header->SrcPort = HTONS (UdpSessionData->SourcePort);
607 if (UdpSessionData
[all...]
H A DUdp4Impl.c775 UdpSessionData are not valid unicast IPv4
776 addresses if the UdpSessionData is not NULL.
791 EFI_UDP4_SESSION_DATA *UdpSessionData; local
839 UdpSessionData = TxData->UdpSessionData;
841 if (UdpSessionData != NULL) {
843 CopyMem (&SourceAddress, &UdpSessionData->SourceAddress, sizeof (IP4_ADDR));
853 if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
860 if (EFI_IP4_EQUAL (&UdpSessionData->DestinationAddress, &mZeroIp4Addr)) {
862 // The DestinationAddress specified in the UdpSessionData i
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c426 Token.Packet.TxData.UdpSessionData.DestinationAddres
428 addresses if the UdpSessionData is not NULL.
429 Token.Packet.TxData.UdpSessionData.
431 Token.Packet.TxData.UdpSessionData.
434 Token.Packet.TxData.UdpSessionData is NULL and this
465 EFI_UDP6_SESSION_DATA *UdpSessionData; local
542 UdpSessionData = TxData->UdpSessionData;
544 if (UdpSessionData != NULL) {
547 // UdpSessionData
[all...]
H A DUdp6Impl.c770 UdpSessionData.DestinationAddress are not valid
771 unicast IPv6 addresses if the UdpSessionData is
773 UdpSessionData.DestinationPort and
775 UdpSessionData is not NULL.
790 EFI_UDP6_SESSION_DATA *UdpSessionData; local
827 UdpSessionData = TxData->UdpSessionData;
829 if (UdpSessionData != NULL) {
831 if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
838 if (NetIp6IsUnspecifiedAddr (&UdpSessionData
[all...]
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DUdp6.h198 /// filed UdpSessionData.DestinationAddress and UdpSessionData.DestionPort can be used as
201 EFI_UDP6_SESSION_DATA *UdpSessionData; member in struct:__anon8214
441 - Token.Packet.TxData.UdpSessionData.DestinationAddress is not zero
442 and is not valid unicast Ipv6 address if UdpSessionData is not NULL.
443 - Token.Packet.TxData.UdpSessionData is NULL and this instance's
445 - Token.Packet.TxData.UdpSessionData.DestinationAddress is non-zero
H A DUdp4.h101 EFI_UDP4_SESSION_DATA *UdpSessionData; //OPTIONAL member in struct:__anon8205
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
H A DUdp4.h105 EFI_UDP4_SESSION_DATA *UdpSessionData; member in struct:__anon4159

Completed in 63 milliseconds