Searched refs:DNS (Results 1 – 10 of 10) sorted by relevance
/u-boot/doc/ |
A D | README.dns | 4 The Domain Name System (DNS) is a hierarchical naming system for computers, 14 For more information on DNS - http://en.wikipedia.org/wiki/Domain_Name_System 16 U-Boot and DNS 58 For some helpful things that can be related to DNS in U-Boot,
|
/u-boot/arch/arm/dts/ |
A D | kirkwood-dns325.dts | 7 model = "D-Link DNS-325 NAS (Rev A1)";
|
A D | kirkwood-dnskw.dtsi | 6 model = "D-Link DNS NASes (kirkwood-based)";
|
/u-boot/configs/ |
A D | dns325_defconfig | 10 CONFIG_IDENT_STRING="\nD-Link DNS-325"
|
/u-boot/net/ |
A D | Kconfig | 18 bool "Send hostname to DNS server" 21 DNS server. To do this, they need the hostname of the DHCP
|
A D | net.c | 516 case DNS: in net_loop() 1342 case DNS: in net_check_prereq()
|
/u-boot/cmd/ |
A D | net.c | 437 if (net_loop(DNS) < 0) { in do_dns()
|
A D | Kconfig | 1451 The primary DNS server is stored as 'dnsip'. If two servers are 1459 If a DHCP client requests the DNS server IP from a DHCP server, 1460 it is possible that more than one DNS serverip is offered to the 1461 client. If CONFIG_BOOTP_DNS2 is enabled, the secondary DNS 1463 variable "dnsip2". The first DNS serverip is always
|
/u-boot/doc/usage/ |
A D | netconsole.rst | 37 specify the target IP address (or host name, assuming DNS is working). The
|
/u-boot/include/ |
A D | net.h | 562 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator
|
Completed in 15 milliseconds