Home
last modified time | relevance | path

Searched refs:dns (Results 1 – 25 of 73) sorted by relevance

123

/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/u-boot/doc/
H A DREADME.dns19 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
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableDns.vue106 this.$root.$emit('network-table-dns-complete');
112 const dns = this.ethernetData[index].StaticNameServers || [];
113 this.form.dnsStaticTableItems = dns.map((server) => {
132 const newDnsArray = this.form.dnsStaticTableItems.map((dns) => {
133 return dns.address;
141 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">
H A DNetwork.vue27 <table-dns :tab-index="tabIndex" />
36 <modal-dns @ok="saveDnsAddress" />
103 this.$root.$on('network-table-dns-complete', () => resolve());
/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp14 namespace dns namespace
45 auto dns = line.substr(index + 4); in updateDNSEntries() local
46 outStream << "nameserver " << dns << "\n"; in updateDNSEntries()
H A Ddhcp_configuration.cpp87 auto dns = ConfigIntf::dnsEnabled(value); in dnsEnabled() local
91 return dns; in dnsEnabled()
H A Ddns_updater.hpp9 namespace dns namespace
/openbmc/linux/drivers/soc/renesas/
H A Dr9a06g032-smp.c54 int ret = -EINVAL, dns; in r9a06g032_smp_prepare_cpus() local
67 if (of_find_property(dn, "cpu-release-addr", &dns)) { in r9a06g032_smp_prepare_cpus()
68 if (dns == sizeof(u64)) { in r9a06g032_smp_prepare_cpus()
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dmarvell,kirkwood.txt32 "dlink,dns-320"
33 "dlink,dns-320-a1"
34 "dlink,dns-325"
35 "dlink,dns-325-a1"
36 "dlink,dns-kirkwood"
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-dns320.dts8 …compatible = "dlink,dns-320-a1", "dlink,dns-320", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
H A Dkirkwood-dns325.dts8 …compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-dns325.dts8 …compatible = "dlink,dns-325-a1", "dlink,dns-325", "dlink,dns-kirkwood", "marvell,kirkwood-88f6281"…
/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/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-core/base-files/base-files/
H A D0001-add-nss-resolve-to-nsswitch.patch24 -hosts: files dns
25 +hosts: resolve [!UNAVAIL=return] files dns
H A Dnsswitch.conf11 hosts: files dns
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
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-perl/recipes-perl/libnet/
H A Dlibnet-dns-sec-perl_1.10.bb2 HOMEPAGE = "http://www.net-dns.org/"
23 libnet-dns-perl \
H A Dlibnet-dns-perl_1.40.bb2 HOMEPAGE = "http://www.net-dns.org/"
41 libnet-dns-sec-perl \
/openbmc/openbmc/poky/meta/recipes-connectivity/libnss-mdns/
H A Dlibnss-mdns_0.15.1.bb30 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g
/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/
H A Dptest-packagelists-meta-perl.inc38 libnet-dns-perl \
39 libnet-dns-sec-perl \
/openbmc/linux/arch/sparc/kernel/
H A Dof_device_32.c283 int dna, dns; in build_device_resources() local
298 dns = ns; in build_device_resources()
313 dna, dns, pna)) in build_device_resources()
319 dns = pns; in build_device_resources()
/openbmc/linux/arch/arm/boot/dts/gemini/
H A DMakefile4 gemini-dlink-dns-313.dtb \
/openbmc/qemu/net/
H A Dslirp.c437 struct in_addr dns = { .s_addr = htonl(0x0a000203) }; /* 10.0.2.3 */ in net_slirp_init() local
514 dns.s_addr = net.s_addr | (htonl(0x0203) & ~mask.s_addr); in net_slirp_init()
526 if (vnameserver && !inet_aton(vnameserver, &dns)) { in net_slirp_init()
530 if (restricted && (dns.s_addr & mask.s_addr) != net.s_addr) { in net_slirp_init()
534 if (dns.s_addr == host.s_addr) { in net_slirp_init()
547 if (dhcp.s_addr == host.s_addr || dhcp.s_addr == dns.s_addr) { in net_slirp_init()
647 cfg.vnameserver = dns; in net_slirp_init()
1185 user->dns, user->ipv6_dns, user->smb, in net_init_slirp()

123