Home
last modified time | relevance | path

Searched refs:doh (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.success-cases.zone54 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath
55 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath=
56 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath=""
57 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath="/"
58 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath="/dns-query{?dns}"
59 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath=/dns-query{?abcd}{!abcd}{?dns}
60 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath=/dns-query{?abcdabcd?dns?defedf}
61 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn=h2 dohpath=/dns-queryéè{?dns}
H A Dsvcb.success-cases.zone.cmp11 _dns.doh.example. 7200 IN SVCB \# 26 000103646F68076578616D706C65000001000302683200070000
12 _dns.doh.example. 7200 IN SVCB \# 26 000103646F68076578616D706C65000001000302683200070000
13 _dns.doh.example. 7200 IN SVCB \# 26 000103646F68076578616D706C65000001000302683200070000
14 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn="h2" dohpath="/"
15 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn="h2" dohpath="/dns-query{?dns}"
16 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn="h2" dohpath="/dns-query{?abcd}{!abcd}{?dns}"
17 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn="h2" dohpath="/dns-query{?abcdabcd?dns?defedf}"
18 _dns.doh.example. 7200 IN SVCB 1 doh.example. alpn="h2" dohpath="/dns-query\195\169\195\168{?dns}"
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtransport.c70 } doh; in free_dns_transport()
138 return transport->doh.endpoint; in dns_transport_get_mode()
145 return transport->doh.mode; in dns_transport_new()
232 if (transport->doh.endpoint != NULL) { in dns_transport_set_endpoint()
233 isc_mem_free(transport->mctx, transport->doh.endpoint); in dns_transport_set_endpoint()
237 transport->doh.endpoint = isc_mem_strdup(transport->mctx,
247 transport->doh.mode = mode; in dns_transport_set_tls_versions()
626 if (transport->doh.endpoint != NULL) {
627 isc_mem_free(transport->mctx, transport->doh.endpoint);
63 } doh; global() member
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c641 struct dm_list *doh, *doht; in dev_close_all() local
644 dm_list_iterate_safe(doh, doht, &_open_devices) { in dev_close_all()
645 dev = dm_list_struct_base(doh, struct device, open_list); in dev_close_all()
/netbsd-src/external/mpl/bind/dist/
H A Dconfigure.ac600 # [pairwise: --enable-doh --with-libnghttp2=auto, --enable-doh --with-libnghttp2=yes, --disable-doh]
601 AC_ARG_ENABLE([doh],
602 [AS_HELP_STRING([--disable-doh], [disable DNS over HTTPS, removes dependency on libnghttp2 (default is --enable-doh)])],
613 [no],[AC_MSG_ERROR([Use '--disable-doh' to disable DNS-over-HTTPS support])],
617 Either install libnghttp2 or use --disable-doh.]))])],
507 AC_ARG_ENABLE([doh], global() optenable
H A Dconfigure1680 --disable-doh disable DNS over HTTPS, removes dependency on
1681 libnghttp2 (default is --enable-doh)
21025 # [pairwise: --enable-doh --with-libnghttp2=auto, --enable-doh --with-libnghttp2=yes, --disable-doh]
21026 # Check whether --enable-doh was given.
21050 as_fn_error $? "Use '--disable-doh' to disable DNS-over-HTTPS support" "$LINENO" 5 ;; #(
21111 as_fn_error $? "DNS-over-HTTPS support requested, but libnghttp2 not found. Either install libnghttp2 or use --disable-doh." "$LINENO" 5
21115 as_fn_error $? "DNS-over-HTTPS support requested, but libnghttp2 not found. Either install libnghttp2 or use --disable-doh." "$LINENO" 5
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dbuild.inc.rst105 unavailable, ``--disable-doh`` can be used to disable DoH support.
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.0.rst
/netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/
H A Dtcl.m42735 # $prefix, but not $exec_prefix (doh!).
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20003441 program, doh.
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog307 - Fix for uncertain unit test for doh buffer size events.
1884 - Fix doh tests when not compiled in.