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