Home
last modified time | relevance | path

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

/qemu/net/
H A Dslirp.c436 struct in_addr dhcp = { .s_addr = htonl(0x0a00020f) }; /* 10.0.2.15 */ in net_slirp_init() local
513 dhcp.s_addr = net.s_addr | (htonl(0x020f) & ~mask.s_addr); in net_slirp_init()
539 if (vdhcp_start && !inet_aton(vdhcp_start, &dhcp)) { in net_slirp_init()
543 if ((dhcp.s_addr & mask.s_addr) != net.s_addr) { in net_slirp_init()
547 if (dhcp.s_addr == host.s_addr || dhcp.s_addr == dns.s_addr) { in net_slirp_init()
646 cfg.vdhcp_start = dhcp; in net_slirp_init()
/qemu/docs/system/arm/
H A Dsabrelite.rst95 The following example shows booting Linux kernel from dhcp, and uses the
116 => dhcp
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks24 network --bootproto=dhcp --device=enp0s1 --onboot=off --ipv6=auto --no-activate
/qemu/pc-bios/s390-ccw/
H A Dnetmain.c84 static int dhcp(struct filename_ip *fn_ip, int retries) in dhcp() function
177 rc = dhcp(fn_ip, DEFAULT_BOOT_RETRIES); in net_init()
H A Dnetboot.mak53 LIBNETOBJS := args.o dhcp.o dns.o icmpv6.o ipv6.o tcp.o udp.o bootp.o \