Lines Matching defs:ipv4
117 IPv4_DEVICE_PATH *ipv4, DNS_DEVICE_PATH *dns)
126 if (ipv4 != NULL) {
132 inet_ntoa(*(struct in_addr *)ipv4->LocalIpAddress.Addr), 1);
134 intoa(*(n_long *)ipv4->SubnetMask.Addr), 1);
136 inet_ntoa(*(struct in_addr *)ipv4->GatewayIpAddress.Addr),
148 .Address = ipv4->LocalIpAddress,
149 .SubnetMask = ipv4->SubnetMask });
153 if (ipv4->GatewayIpAddress.Addr[0] != 0) {
156 &ipv4->GatewayIpAddress);
233 IPv4_DEVICE_PATH *ipv4;
254 ipv4 = NULL;
266 ipv4 = (IPv4_DEVICE_PATH *)imgpath;
282 err = setup_ipv4_config2(handle, mac, ipv4, dns);