Searched refs:static_ip_addr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 79 * @static_ip_addr: User preference of static IP address. 88 * User preference of zero for static_ip_addr means use dhcp. 102 u8 static_ip_addr[4]; member 335 pr_debug("%s:%d: p.static_ip_addr: %u.%u.%u.%u\n", func, line, in _dump_params() 336 p->static_ip_addr[0], p->static_ip_addr[1], in _dump_params() 337 p->static_ip_addr[2], p->static_ip_addr[3]); in _dump_params()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 77 * @static_ip_addr: User preference of static IP address. 86 * User preference of zero for static_ip_addr means use dhcp. 100 u8 static_ip_addr[4]; member 333 pr_debug("%s:%d: p.static_ip_addr: %u.%u.%u.%u\n", func, line, in _dump_params() 334 p->static_ip_addr[0], p->static_ip_addr[1], in _dump_params() 335 p->static_ip_addr[2], p->static_ip_addr[3]); in _dump_params()
|
Completed in 4 milliseconds