Searched defs:IPDevPath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c774 IPv4_DEVICE_PATH *IPDevPath; local
776 IPDevPath = DevPath;
780 (UINTN) IPDevPath->RemoteIpAddress.Addr[0],
781 (UINTN) IPDevPath->RemoteIpAddress.Addr[1],
782 (UINTN) IPDevPath->RemoteIpAddress.Addr[2],
783 (UINTN) IPDevPath->RemoteIpAddress.Addr[3],
784 (UINTN) IPDevPath->RemotePort
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1139 IPv4_DEVICE_PATH *IPDevPath; local
1141 IPDevPath = DevPath;
1146 IPDevPath->RemoteIpAddress.Addr[0],
1147 IPDevPath->RemoteIpAddress.Addr[1],
1148 IPDevPath->RemoteIpAddress.Addr[2],
1149 IPDevPath->RemoteIpAddress.Addr[3]
1157 IPDevPath->RemoteIpAddress.Addr[0],
1158 IPDevPath->RemoteIpAddress.Addr[1],
1159 IPDevPath->RemoteIpAddress.Addr[2],
1160 IPDevPath
1215 IPv6_DEVICE_PATH *IPDevPath; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c754 IPv4_DEVICE_PATH *IPDevPath; local
756 IPDevPath = DevPath;
760 (UINTN) IPDevPath->RemoteIpAddress.Addr[0],
761 (UINTN) IPDevPath->RemoteIpAddress.Addr[1],
762 (UINTN) IPDevPath->RemoteIpAddress.Addr[2],
763 (UINTN) IPDevPath->RemoteIpAddress.Addr[3],
764 (UINTN) IPDevPath->RemotePort

Completed in 158 milliseconds