Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/netbsd-src/sys/dev/ppbus/
H A Dppbus_gpio.c51 #define PORT(r, b, i) { PPBUS_R##r##TR, PPBUS_W##r##TR, b, i} macro
58 PORT(C, 0, 1), /* 1: /C0 Output */
59 PORT(D, 0, 0), /* 2: D0 Output */
60 PORT(D, 1, 0), /* 3: D1 Output */
61 PORT(D, 2, 0), /* 4: D2 Output */
62 PORT(D, 3, 0), /* 5: D3 Output */
63 PORT(D, 4, 0), /* 6: D4 Output */
64 PORT(D, 5, 0), /* 7: D5 Output */
65 PORT(D, 6, 0), /* 8: D6 Output */
66 PORT(D, 7, 0), /* 9: D7 Output */
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/serve-stale/
H A Dtests.sh35 $DIG -p ${PORT} @10.53.0.1 longttl.example TXT >dig.out.test$n || ret=1
44 $DIG -p ${PORT} @10.53.0.1 data.example TXT >dig.out.test$n || ret=1
53 $DIG -p ${PORT} @10.53.0.1 othertype.example CAA >dig.out.test$n || ret=1
62 $DIG -p ${PORT} @10.53.0.1 nodata.example TXT >dig.out.test$n || ret=1
71 $DIG -p ${PORT} @10.53.0.1 nxdomain.example TXT >dig.out.test$n || ret=1
97 $DIG -p ${PORT} @10.53.0.2 txt disable >dig.out.test$n || ret=1
127 $DIG -p ${PORT} @10.53.0.1 data.example TXT >dig.out.test$((n + 1)) &
128 $DIG -p ${PORT} @10.53.0.1 longttl.example TXT >dig.out.test$((n + 2)) &
129 $DIG -p ${PORT} @10.53.0.1 othertype.example CAA >dig.out.test$((n + 3)) &
130 $DIG -p ${PORT}
[all...]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest050-syncrepl-multiprovider143 PORT=`expr $BASEPORT + $n`
144 URI="ldap://${LOCALHOST}:$PORT/"
164 PORT=`expr $BASEPORT + $n`
165 URI="ldap://${LOCALHOST}:$PORT/"
184 PORT=`expr $BASEPORT + $n`
185 URI="ldap://${LOCALHOST}:$PORT/"
187 echo "Starting server $n on TCP/IP port $PORT..."
289 PORT=`expr $BASEPORT + $n`
290 URI="ldap://${LOCALHOST}:$PORT/"
345 PORT=`expr $BASEPORT + $n`
[all …]
H A Dtest063-delta-multiprovider87 PORT=`expr $BASEPORT + $o`
88 URI="ldap://${LOCALHOST}:$PORT/"
178 PORT=`expr $BASEPORT + $o`
179 URI="ldap://${LOCALHOST}:$PORT/"
217 PORT=`eval echo '$PORT'$n`
218 echo "Starting server $n on TCP/IP port $PORT..."
279 PORT=`expr $BASEPORT + $n`
280 URI="ldap://${LOCALHOST}:$PORT/"
344 PORT=`expr $BASEPORT + $n`
345 URI="ldap://${LOCALHOST}:$PORT/"
[all …]
H A Dtest069-delta-multiprovider-starttls199 PORT=`eval echo '$PORT'$n`
200 echo "Starting server $n on TCP/IP port $PORT..."
260 PORT=`expr $BASEPORT + $n`
261 URI="ldap://${LOCALHOST}:$PORT/"
323 PORT=`expr $BASEPORT + $n`
324 URI="ldap://${LOCALHOST}:$PORT/"
538 PORT=`expr $BASEPORT + $n`
539 URI="ldap://${LOCALHOST}:$PORT/"
H A Dtest070-delta-multiprovider-ldaps198 PORT=`eval echo '$PORT'$n`
199 echo "Starting server $n on TCP/IP port $PORT..."
259 PORT=`expr $BASEPORT + $n`
260 URI="ldaps://${LOCALIP}:$PORT/"
322 PORT=`expr $BASEPORT + $n`
323 URI="ldaps://${LOCALIP}:$PORT/"
535 PORT=`expr $BASEPORT + $n`
536 URI="ldaps://${LOCALIP}:$PORT/"
H A Dstartup_nis_ldap_server.sh49 echo "Starting slapd on TCP/IP port $PORT..."
50 $SLAPD -f $NIS_CONF -p $PORT -d $LVL > $PROVIDERLOG 2>&1 &
/netbsd-src/regress/sys/arch/i386/ioperm/
H A Dioperm.c50 #define PORT (IO_TIMER1+TIMER_CNTR0) macro
78 inb(PORT); in try()
115 buf2[PORT / 8 / sizeof(unsigned long)] &= in main()
116 ~(1 << (PORT % (8 * sizeof(unsigned long)))); in main()
133 buf2[PORT / 8 / sizeof(unsigned long)] |= in main()
134 (1 << (PORT % (8 * sizeof(unsigned long)))); in main()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/
H A Dtests.sh22 DIGOPTS="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
58 $DIG +tcp -p ${PORT} example. @10.53.0.1 soa >dig.out.ns1.$n || ret=1
60 $DIG +tcp -p ${PORT} example. @10.53.0.2 soa >dig.out.ns2.$n || ret=1
62 $DIG +tcp -p ${PORT} example. @10.53.0.3 soa >dig.out.ns3.$n || ret=1
114 server 10.53.0.3 ${PORT}
240 server 10.53.0.3 ${PORT}
328 server 10.53.0.3 ${PORT}
394 server 10.53.0.3 ${PORT}
407 $DIG -p ${PORT} unsigned.example2 A @10.53.0.1 >dig.out.ns1.test$n || ret=1
442 $DIG -p ${PORT} unsigne
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/host/
H A Dtests.sh25 $HOST -p ${PORT} a-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
39 $HOST -p ${PORT} aaaa-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
53 $HOST -p ${PORT} dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
68 $HOST -p ${PORT} cname-a-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
84 $HOST -p ${PORT} cname-aaaa-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
100 $HOST -p ${PORT} cname-dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
117 $HOST -p ${PORT} -t ANY example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
118 lines=$(grep -c 'Address:.10\.53\.0\.1#'"${PORT}" host.out${n})
/netbsd-src/external/bsd/unbound/dist/testdata/proxy_protocol.tdir/
H A Dproxy_protocol.conf4 interface: 127.0.0.1@@PORT@
7 interface: @INTERFACE_ALLOW_ADDR@@@PORT@
10 interface: @INTERFACE_REFUSE_ADDR@@@PORT@
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/
H A Dtests.sh
/netbsd-src/external/mpl/bind/dist/bin/tests/system/views/
H A Dtests.sh20 "$DIG" +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd +noauth -p "${PORT}" "$@"
24 "$DIG" +tcp +short -p "${PORT}" "$@"
87 server 10.53.0.2 ${PORT}
138 "$DIG" -p "${PORT}" @10.53.0.2 -b 10.53.0.2 +dnssec DNSKEY inline >dig.out.internal
139 "$DIG" -p "${PORT}" @10.53.0.2 -b 10.53.0.5 +dnssec DNSKEY inline >dig.out.external
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checknames/
H A Dtests.sh21 DIGOPTS="+tcp +noadd +nosea +nostat +nocmd -p ${PORT}"
95 server 10.53.0.1 ${PORT}
111 server 10.53.0.1 ${PORT}
127 server 10.53.0.1 ${PORT}
144 server 10.53.0.4 ${PORT}
161 server 10.53.0.5 ${PORT}
/netbsd-src/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
H A Dtls_reuse.conf25 interface: 127.0.0.1@@PORT@
6 port: @PORT@
13 tls-port: @PORT@
/netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/
H A Dpadding.conf25 interface: 127.0.0.1@@PORT@
6 port: @PORT@
13 tls-port: @PORT@
/netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh18 DIGOPTS="+tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p ${PORT}"
258 $DIG axfr . -p ${PORT} @10.53.0.4 | grep SOA >axfr.out || tmp=1
557 $DIG -p ${PORT} txt mapped @10.53.0.3 >dig.out.1.test$n
560 start_server --noclean --restart --port ${PORT} ns3
562 $DIG -p ${PORT} txt mapped @10.53.0.3 >dig.out.2.test$n
564 $DIG -p ${PORT} axfr mapped @10.53.0.3 >dig.out.3.test$n
585 server 10.53.0.1 ${PORT}
589 msg="'ixfr-too-big/IN' from 10.53.0.1#${PORT}: Transfer status: too many records"
655 msg="'xot-primary-try-next/IN' from 10.53.0.1#${PORT}: Transfer status: success"
666 msg="'xot-primary-try-next/IN' from 10.53.0.1#${PORT}
[all...]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/pending/
H A Dtests.sh32 server 10.53.0.2 ${PORT}
49 DIGOPTS="+short +tcp -p ${PORT}"
183 ans=$($DIG +tcp -p ${PORT} @10.53.0.4 removed.example.com. A) || ret=1
192 ans=$($DIG +tcp -p ${PORT} @10.53.0.4 removed.example.com. A) || ret=1
/netbsd-src/crypto/external/bsd/openssl/dist/demos/certs/
H A Docsprun.sh11 PORT=8888
13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
/netbsd-src/external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/
H A Ddoh_downstream_endpoint.conf4 interface: 127.0.0.1@@PORT@
5 https-port: @PORT@
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/certs/
H A Docsprun.sh11 PORT=8888
13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.pre38 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$FWD_PORT'/' -e 's/@EXPIREDPORT\@/'$FWD_EXPIRE…
39 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$FWD_PORT'/' -e 's/@EXPIREDPORT\@/'$FWD_EXPIRE…
40 sed -e 's/@PORT\@/'$UNBOUND_PORT'/' …
/netbsd-src/external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/
H A Ddoh_downstream_buffer_size.conf4 interface: 127.0.0.1@@PORT@
5 https-port: @PORT@
/netbsd-src/external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/
H A Dssl_req_timeout.conf5 port: @PORT@
12 ssl-port: @PORT@
/netbsd-src/external/bsd/unbound/dist/testdata/ssl_req_order.tdir/
H A Dssl_req_order.conf5 port: @PORT@
12 ssl-port: @PORT@

12345678910>>...23