Searched refs:on (Results 1 - 25 of 205) sorted by relevance

123456789

/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dsetup.sh29 listen-on { localhost; };
30 listen-on-v6 { localhost; };
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/
H A Dnamed.conf136 listen-on { 10.53.0.1; };
37 listen-on-v6 { none; };
H A Dnamed.conf236 listen-on { 10.53.0.1; };
37 listen-on-v6 { none; };
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dsetup.sh29 listen-on { 10.53.0.1; };
30 listen-on-v6 { none; };
/bind-9.6-ESV-R11/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.pipeconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.plain25 listen-on port 5300 {
28 listen-on-v6 { none; };
H A Dnamed.symconf25 listen-on port 5300 {
28 listen-on-v6 { none; };
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in28 listen-on { 10.53.0.1; };
29 listen-on-v6 { none; };
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base25 listen-on { 10.53.0.4; };
26 listen-on-v6 { none; };
/bind-9.6-ESV-R11/contrib/zkt/
H A Dtcap.h28 extern int tc_attr (FILE *fp, tc_att_t attr, int on);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-man.awk68 warn("Sentence does not start on new line")
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed57.conf22 listen-on { 10.53.0.2; };
23 listen-on-v6 { none; };
30 allow-query-on { any; };
45 allow-query-on { none; };
H A Dnamed01.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed02.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed03.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed04.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed05.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed06.conf24 listen-on { 10.53.0.2; };
25 listen-on-v6 { none; };
H A Dnamed07.conf26 listen-on { 10.53.0.2; };
27 listen-on-v6 { none; };
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dnet.c137 int on; local
167 on = 1;
168 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (const char *)&on,
169 sizeof(on)) < 0) {
191 on = 1;
192 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, (const char *)&on,
193 sizeof(on)) < 0) {
214 int s, on; local
245 on = 1;
246 if (setsockopt(s, IPPROTO_IPV6, optname, (const char *) &on,
[all...]
/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf27 listen-on { 10.53.0.2; };
28 listen-on-v6 { none; };
31 // flush-zones-on-shutdown yes;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dnet.c161 * Check to see if IPv6 is broken, as is common on Linux.
245 int s, on; local
275 on = 1;
276 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
298 on = 1;
299 if (setsockopt(s, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0) {
322 int s, on; local
353 on
[all...]
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf25 deallocate-on-exit yes;
36 listen-on port 90 { any; };
37 listen-on port 100 { 127.0.0.1; };
38 listen-on-v6 port 53 { none; };
H A Dgood.conf29 deallocate-on-exit yes;
40 listen-on port 90 { any; };
41 listen-on port 100 { 127.0.0.1; };
42 listen-on-v6 port 53 { none; };

Completed in 37 milliseconds

123456789