| /openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 7 | ../../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 D | README.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
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
| H A D | 0001-Replace-Name-NameString-with-vector-of-uint8_t.patch | 16 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 D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 11 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/phosphor-networkd/src/ |
| H A D | dns_updater.cpp | 14 namespace dns namespace 45 auto dns = line.substr(index + 4); in updateDNSEntries() local 46 outStream << "nameserver " << dns << "\n"; in updateDNSEntries()
|
| H A D | dhcp_configuration.cpp | 85 auto dns = ConfigIntf::dnsEnabled(value); in dnsEnabled() local 89 return dns; in dnsEnabled()
|
| H A D | dns_updater.hpp | 9 namespace dns namespace
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | TableDns.vue | 40 <modal-dns v-model="showDnsModal" @ok="saveDnsAddress" /> 119 eventBus.$emit('network-table-dns-complete'); 125 const dns = this.ethernetData[index].StaticNameServers || []; 126 this.form.dnsStaticTableItems = dns.map((server) => { 145 const newDnsArray = this.form.dnsStaticTableItems.map((dns) => { 146 return dns.address;
|
| H A D | ModalDns.vue | 3 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/u-boot/arch/arm/dts/ |
| H A D | kirkwood-dns325.dts | 8 …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 D | packagegroup-meta-perl.bb | 46 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 D | dibbler_git.bb | 20 PACKAGECONFIG ??= "debug bind-reuse resolvconf dns-update" 27 PACKAGECONFIG[dns-update] = "--enable-dns-update,,,"
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
| H A D | libnet-dns-sec-perl_1.10.bb | 2 HOMEPAGE = "http://www.net-dns.org/" 22 libnet-dns-perl \
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | local-ping.patch | 17 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/poky/meta/recipes-connectivity/avahi/ |
| H A D | avahi-libnss-mdns_0.15.1.bb | 31 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 19 src/resolve/resolved-dns-stream.c | 5 +++-- 55 #include "dns-resolver-internal.h" 56 #include "dns-domain.h" 220 diff --git a/src/resolve/resolved-dns-stream.c b/src/resolve/resolved-dns-stream.c 222 --- a/src/resolve/resolved-dns-stream.c 223 +++ b/src/resolve/resolved-dns-stream.c 233 #include "resolved-dns-stream.h"
|
| /openbmc/openbmc/meta-openembedded/meta-perl/conf/include/ |
| H A D | ptest-packagelists-meta-perl.inc | 42 libnet-dns-perl \ 43 libnet-dns-sec-perl \
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
| H A D | nsswitch.conf | 12 hosts: files dns
|
| H A D | nsswitch-resolved.conf | 12 hosts: resolve [!UNAVAIL=return] files dns
|
| /openbmc/qemu/io/ |
| H A D | meson.build | 13 'dns-resolver.c',
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
| H A D | 0001-dns-sd-Include-missing-headers.patch | 4 Subject: [PATCH] dns-sd: Include missing headers
|
| H A D | 0002-make-Set-libdns_sd.so-soname-correctly.patch | 24 Clients: setup ../Clients/build/dns-sd
|
| /openbmc/u-boot/net/ |
| H A D | Makefile | 12 obj-$(CONFIG_CMD_DNS) += dns.o
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
| H A D | mdns_2600.120.12.bb | 10 file://0001-dns-sd-Include-missing-headers.patch \ 83 install -m 0755 ../Clients/build/dns-sd ${D}${bindir} 108 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 mdns\3\4\5/' \
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | simple.script | 74 for i in $dns; do
|