Home
last modified time | relevance | path

Searched full:dns (Results 1 – 25 of 181) sorted by relevance

12345678

/openbmc/u-boot/doc/
H A DREADME.dns4 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
19 CONFIG_CMD_DNS - controls if the 'dns' command is compiled in. If it is, it
20 will send name lookups to the dns server (env var 'dnsip')
28 bfin> dns www.google.com
31 By default, dns does nothing except print the IP number on
33 useless. Adding a third argument to the dns command will
40 bfin> dns www.google.com googleip
53 bfin> dns pool.ntp.org ntpserverip
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-dns-sec-perl_1.10.bb1 DESCRIPTION = "DNSSEC extensions to Net::DNS"
2 HOMEPAGE = "http://www.net-dns.org/"
8 SRC_URI = "${CPAN_MIRROR}/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz"
13 UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
15 S = "${WORKDIR}/Net-DNS-SEC-${PV}"
22 libnet-dns-perl \
H A Dlibnet-dns-perl_1.50.bb1 DESCRIPTION = "This package contains the DNS.pm module with friends."
2 HOMEPAGE = "https://metacpan.org/pod/Net::DNS"
10 SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
14 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
16 S = "${WORKDIR}/Net-DNS-${PV}"
41 libnet-dns-sec-perl \
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/
H A D0001-Woverride-init-is-not-needed-with-gcc-9.patch7 | ../../gnupg-2.2.12/dirmngr/dns.h:525:16: error: lvalue required as
16 dirmngr/dns.h | 2 +-
19 diff --git a/dirmngr/dns.h b/dirmngr/dns.h
21 --- a/dirmngr/dns.h
22 +++ b/dirmngr/dns.h
/openbmc/phosphor-networkd/src/
H A Ddns_updater.hpp9 namespace dns namespace
18 /** @brief Reads DNS entries supplied by DHCP and updates specified file
20 * @param[in] inFile - File having DNS entries supplied by DHCP
30 * @param[in] inFile - File having DNS entries supplied by DHCP
38 } // namespace dns
H A Ddns_updater.cpp14 namespace dns namespace
42 auto index = line.find("DNS="); in updateDNSEntries()
45 auto dns = line.substr(index + 4); in updateDNSEntries() local
46 outStream << "nameserver " << dns << "\n"; in updateDNSEntries()
53 } // namespace dns
/openbmc/qemu/include/io/
H A Ddns-resolver.h2 * QEMU DNS resolver
28 #define TYPE_QIO_DNS_RESOLVER "qio-dns-resolver"
37 * DNS resolution on SocketAddress objects, independently
51 * if (qio_dns_resolver_lookup_sync(dns, addr, &nrawaddrs,
126 * qio_dns_resolver_lookup_async(dns, addr,
141 * Get the singleton dns resolver instance. The caller
144 * Returns: the single dns resolver instance
150 * @resolver: the DNS resolver instance
164 * DNS resolution will be done synchronously so execution
178 * @resolver: the DNS resolver instance
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0001-Replace-Name-NameString-with-vector-of-uint8_t.patch16 src/lib/dns/name.cc | 12 ++++++------
17 src/lib/dns/name.h | 2 +-
20 diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc
22 --- a/src/lib/dns/name.cc
23 +++ b/src/lib/dns/name.cc
78 diff --git a/src/lib/dns/name.h b/src/lib/dns/name.h
80 --- a/src/lib/dns/name.h
81 +++ b/src/lib/dns/name.h
H A D0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch11 src/lib/dns/name.cc | 5 +++--
14 diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc
16 --- a/src/lib/dns/name.cc
17 +++ b/src/lib/dns/name.cc
/openbmc/u-boot/net/
H A Ddns.c2 * DNS support driver
7 * This is a simple DNS implementation for U-Boot. It will use the first IP
8 * in the DNS response as net_server_ip. This can then be used for any other
30 #include "dns.h"
50 /* Prepare DNS packet header */ in dns_send()
59 /* Encode DNS name */ in dns_send()
94 debug("DNS packet sent\n"); in dns_send()
129 puts("DNS: host not found\n"); in dns_handler()
142 puts("DNS: response was not an A record\n"); in dns_handler()
H A Ddns.h21 * DNS network packet
33 void dns_start(void); /* Begin DNS */
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-dns325.dts7 model = "D-Link DNS-325 NAS (Rev A1)";
8 …compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/
H A Davahi-libnss-mdns_0.15.1.bb1 SUMMARY = "Name Service Switch module for Multicast DNS (zeroconf) name resolution"
3 … of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka …
31 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot406 Get DNS Server And Verify
407 [Documentation] Get DNS server via Redfish and verify.
412 Configure DNS Server And Verify
413 [Documentation] Configure DNS server and verify.
415 [Setup] DNS Test Setup Execution
422 Delete DNS Server And Verify
423 [Documentation] Delete DNS server and verify.
425 [Setup] DNS Test Setup Execution
432 Configure DNS Server And Check Persistency
433 [Documentation] Configure DNS server and check persistency on reboot.
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableDns.vue109 this.$root.$emit('network-table-dns-complete');
115 const dns = this.ethernetData[index].StaticNameServers || [];
116 this.form.dnsStaticTableItems = dns.map((server) => {
135 const newDnsArray = this.form.dnsStaticTableItems.map((dns) => {
136 return dns.address;
144 this.$bvModal.show('modal-dns');
H A DModalDns.vue3 id="modal-dns"
8 <b-form id="form-dns" @submit.prevent="handleSubmit">
38 <b-button form="form-dns" type="submit" variant="primary" @click="onOk">
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.html88 DNS settings
91 <!-- Call Nameservers "DNS Servers" on the GUI -->
92 … <div class="net-config__static-ip-wrap" ng-repeat="dns in interface.Nameservers track by $index">
94 <label for="net-config__prime-dns{{$index+1}}">DNS Server {{$index+1}}</label>
95 … <input id="net-config__prime-dns{{$index+1}}" class="network-input column small-6 large-4 inline"
96 … type="text" ng-model="dns" ng-blur="interface.Nameservers[$index] = dns" set-focus-on-new-input />
102 …<button type="button" class="btn btn-primary dns_add" ng-click="addDNSField()">Add DNS server</bu…
/openbmc/qemu/tests/qemu-iotests/
H A D231.out3 unable to get monitor info from DNS SRV with service name: ceph-mon
5 unable to get monitor info from DNS SRV with service name: ceph-mon
8 unable to get monitor info from DNS SRV with service name: ceph-mon
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/
H A Dpackagegroup-meta-perl.bb46 libnet-dns-perl \
48 libnet-dns-sec-perl \
94 libnet-dns-perl-ptest \
95 libnet-dns-sec-perl-ptest \
/openbmc/docs/designs/management-console/
H A Dservice-discovery.md16 Apple’s Bonjour uses mDNS and DNS-SD. Linux’s Avahi uses IPv4LL, mDNS, and
17 DNS-SD. Linux’s systemd uses resolve hostnames on a network via DNS, mDNS, and
32 mDNS/DNS-SD protocol suite. BMC publishes the hostname and interface details to
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-aiodns_3.4.0.bb1 SUMMARY = "Simple DNS resolver for asyncio"
2 DESCRIPTION = "aiodns provides a simple way for doing asynchronous DNS resolutions using pycares."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/
H A Ddibbler_git.bb20 PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update"
27 PACKAGECONFIG[dns-update] = "--enable-dns-update,,,"
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dinitscript.patch22 +# Short-Description: Avahi mDNS/DNS-SD Daemon
44 +# Short-Description: Avahi mDNS/DNS-SD DNS configuration
H A Dlocal-ping.patch17 avahi-core/browse-dns-server.c | 5 ++++-
27 diff --git a/avahi-core/browse-dns-server.c b/avahi-core/browse-dns-server.c
29 --- a/avahi-core/browse-dns-server.c
30 +++ b/avahi-core/browse-dns-server.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ldns/
H A Dldns_1.8.4.bb1 SUMMARY = "LDNS is a DNS library that facilitates DNS tool programming"

12345678