Home
last modified time | relevance | path

Searched refs:IPDevPath (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar-dp-format.c1439 IPv4_DEVICE_PATH *IPDevPath; in DevPathToTextIPv4() local
1441 IPDevPath = DevPath; in DevPathToTextIPv4()
1443 CatIPv4Address (Str, &IPDevPath->RemoteIpAddress); in DevPathToTextIPv4()
1451 CatNetworkProtocol (Str, IPDevPath->Protocol); in DevPathToTextIPv4()
1453 UefiDevicePathLibCatPrint (Str, ",%s,", IPDevPath->StaticIpAddress ? "Static" : "DHCP"); in DevPathToTextIPv4()
1454 CatIPv4Address (Str, &IPDevPath->LocalIpAddress); in DevPathToTextIPv4()
1455 if (DevicePathNodeLength (IPDevPath) == sizeof (IPv4_DEVICE_PATH)) { in DevPathToTextIPv4()
1457 CatIPv4Address (Str, &IPDevPath->GatewayIpAddress); in DevPathToTextIPv4()
1459 CatIPv4Address (Str, &IPDevPath->SubnetMask); in DevPathToTextIPv4()
1486 IPv6_DEVICE_PATH *IPDevPath; in DevPathToTextIPv6() local
[all …]