Searched refs:static_ip_addr (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/platforms/ps3/
H A Dos-area.c91 * @static_ip_addr: User preference of static IP address.
100 * User preference of zero for static_ip_addr means use dhcp.
114 u8 static_ip_addr[4]; member in struct:os_area_params
352 pr_debug("%s:%d: p.static_ip_addr: %u.%u.%u.%u\n", func, line,
353 p->static_ip_addr[0], p->static_ip_addr[1],
354 p->static_ip_addr[2], p->static_ip_addr[3]);

Completed in 70 milliseconds