Searched refs:IPDevPath (Results 1 – 1 of 1) sorted by relevance
1440 IPv4_DEVICE_PATH *IPDevPath; in DevPathToTextIPv4() local1442 IPDevPath = DevPath; in DevPathToTextIPv4()1444 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4()1452 CatNetworkProtocol (Str, IPDevPath->Protocol); in DevPathToTextIPv4()1454 UefiDevicePathLibCatPrint (Str, ",%s,", IPDevPath->StaticIpAddress ? "Static" : "DHCP"); in DevPathToTextIPv4()1455 CatIPv4Address (Str, &IPDevPath->LocalIpAddress); in DevPathToTextIPv4()1456 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv4_DEVICE_PATH)) { in DevPathToTextIPv4()1458 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4()1460 CatIPv4Address (Str, &IPDevPath->SubnetMask); in DevPathToTextIPv4()1487 IPv6_DEVICE_PATH *IPDevPath; in DevPathToTextIPv6() local[all …]