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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c515 EFI_UDP4_SESSION_DATA *UdpSessionData; local
592 UdpSessionData = TxData->UdpSessionData;
595 if (UdpSessionData != NULL) {
598 // UdpSessionData.
600 if (!EFI_IP4_EQUAL (&UdpSessionData->SourceAddress, &mZeroIp4Addr)) {
601 CopyMem (&Override.Ip4OverrideData.SourceAddress, &UdpSessionData->SourceAddress, sizeof (EFI_IPv4_ADDRESS));
604 if (UdpSessionData->SourcePort != 0) {
605 Udp4Header->SrcPort = HTONS (UdpSessionData->SourcePort);
608 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...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c428 Token.Packet.TxData.UdpSessionData.DestinationAddres
430 addresses if the UdpSessionData is not NULL.
431 Token.Packet.TxData.UdpSessionData.
433 Token.Packet.TxData.UdpSessionData.
436 Token.Packet.TxData.UdpSessionData is NULL and this
467 EFI_UDP6_SESSION_DATA *UdpSessionData; local
544 UdpSessionData = TxData->UdpSessionData;
546 if (UdpSessionData != NULL) {
549 // UdpSessionData
[all...]
H A DUdp6Impl.c766 UdpSessionData.DestinationAddress are not valid
767 unicast IPv6 addresses if the UdpSessionData is
769 UdpSessionData.DestinationPort and
771 UdpSessionData is not NULL.
786 EFI_UDP6_SESSION_DATA *UdpSessionData; local
823 UdpSessionData = TxData->UdpSessionData;
825 if (UdpSessionData != NULL) {
827 if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
834 if (NetIp6IsUnspecifiedAddr (&UdpSessionData
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUdp6.h190 /// filed UdpSessionData.DestinationAddress and UdpSessionData.DestionPort can be used as
193 EFI_UDP6_SESSION_DATA *UdpSessionData; member in struct:__anon12366
433 - Token.Packet.TxData.UdpSessionData.DestinationAddress is not zero
434 and is not valid unicast Ipv6 address if UdpSessionData is not NULL.
435 - Token.Packet.TxData.UdpSessionData is NULL and this instance's
437 - Token.Packet.TxData.UdpSessionData.DestinationAddress is non-zero
H A DUdp4.h93 EFI_UDP4_SESSION_DATA *UdpSessionData; //OPTIONAL member in struct:__anon12357

Completed in 40 milliseconds