Searched refs:PORT (Results 1 - 25 of 48) sorted by relevance

12

/openbsd-current/regress/sys/netinet/in_pcbbind/
H A DMakefile4 PORT = 23000 macro
14 ${.OBJDIR}/${PROG} ${IFADDR} ${PORT}
15 ${.OBJDIR}/${PROG} 224.0.2.1 ${PORT} ${IFADDR}
19 ${.OBJDIR}/${PROG} ${IF6ADDR} ${PORT}
20 ${SUDO} ${.OBJDIR}/${PROG} ff1e::123 ${PORT} ${IF6ADDR}
/openbsd-current/regress/usr.bin/ssh/
H A Dconnect-uri.sh13 ${SSH} -F $OBJ/ssh_config "ssh://${USER}@somehost:${PORT}" true
19 ${SSH} -F $OBJ/ssh_config "ssh://${USER}@somehost:${PORT}/" true
25 ${SSH} -F $OBJ/ssh_config "ssh://${USER}@somehost:${PORT}/${DATA}" true \
H A Dforwarding.sh9 last=$PORT
41 -$d ${base}01:127.0.0.1:$PORT \
42 -$d ${base}02:127.0.0.1:$PORT \
43 -$d ${base}03:127.0.0.1:$PORT \
44 -$d ${base}04:127.0.0.1:$PORT \
51 -$d ${base}01:127.0.0.1:$PORT \
52 -$d ${base}02:127.0.0.1:$PORT \
53 -$d ${base}03:127.0.0.1:$PORT \
54 -$d ${base}01:localhost:$PORT \
55 -$d ${base}04:127.0.0.1:$PORT \
[all...]
H A Dssh2putty.sh10 PORT=$2
35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
H A Dscp-uri.sh37 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed"
42 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
48 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed"
54 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
61 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed"
70 $SCP $scpopts -r "scp://${USER}@somehost:${PORT}/${DIR}" ${DIR2} || fail "copy failed"
H A Dkeyscan.sh19 ${SSHKEYSCAN} -t $t -T 15 -p $PORT 127.0.0.1 127.0.0.1 127.0.0.1 \
H A Dlogin-timeout.sh13 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
H A Dsftp-uri.sh26 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed"
32 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed"
38 "sftp://${USER}@somehost:${PORT}/${DIR}/" > /dev/null 2>&1 << EOF
52 "sftp://${USER}@somehost:${PORT}/${DIR}" > /dev/null 2>&1 << EOF
H A Ddynamic-forward.sh6 FWDPORT=`expr $PORT + 1`
55 "ProxyCommand ${TEST_SHELL} -c '${proxycmd}${s} $h $PORT 2>/dev/null'" \
94 PermitRemoteOpen="127.0.0.1:$PORT [::1]:$PORT localhost:$PORT"
H A Dcfgmatch.sh8 fwd="-L $fwdport:127.0.0.1:$PORT"
44 echo "PermitOpen 127.0.0.1:2 127.0.0.1:3 127.0.0.1:$PORT" >>$OBJ/sshd_config
52 echo "PermitOpen 127.0.0.1:2 127.0.0.1:3 127.0.0.1:$PORT" >>$OBJ/sshd_proxy
76 printf 'permitopen="127.0.0.1:'$PORT'" ' >> $OBJ/authorized_keys_$USER
94 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
106 echo "PermitOpen 127.0.0.1:1 127.0.0.1:$PORT 127.0.0.2:2" >>$OBJ/sshd_proxy
H A Dconnection-timeout.sh76 LPORT=`expr $PORT + 1`
81 start_ssh -L$LPORT:127.0.0.1:$PORT -R$RPORT:127.0.0.1:$PORT -D$DPORT -R$RDPORT
H A Dmultiplex.sh83 $NC -N -l 127.0.0.1 $((${PORT} + 1)) < ${DATA} >`ssh_logfile nc` &
85 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L127.0.0.1:$((${PORT} + 2)):127.0.0.1:$((${PORT} + 1)) otherhost >>$TEST_SSH_LOGFILE 2>&1
87 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
129 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $P:localhost:$PORT otherhost \
134 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -L $P:localhost:$PORT otherhost \
140 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R $P:localhost:$PORT otherhost \
145 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -R $P:localhost:$PORT otherhost \
151 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $OBJ/unix-1.fwd:localhost:$PORT otherhost \
157 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocancel -L $OBJ/unix-1.fwd:localhost:$PORT otherhos
[all...]
H A Dconch-ciphers.sh22 ${CONCH} --identity $OBJ/ssh-ed25519 --port $PORT --user $USER -e none \
H A Dpenalty.sh47 ${SSHKEYSCAN} -t ssh-ed25519 -p $PORT 127.0.0.1 >/dev/null || fatal "keyscan failed"
51 ${SSHKEYSCAN} -t ssh-ed25519 -p $PORT 127.0.0.1 >/dev/null 2>&1 && fail "keyscan not rejected"
H A Dpercent.sh80 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}$REMUSER" |
91 trial $i '%p' $PORT
99 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
H A Dreconfigure.sh36 ${NC} -d 127.0.0.1 $PORT >/dev/null & # unauthenticated client
H A Dtest-exec.sh11 PORT="$TEST_SSH_PORT"
13 PORT=4242
287 echo "sshd didn't exit port $PORT pid $pid" 1>&2
418 Port $PORT
485 Port $PORT
602 ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/ssh-rsa_oldfmt > \
613 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
705 test -f $PIDFILE || fatal "no sshd running on port $PORT"
H A Dssh-com-client.sh48 HK=${OBJ}/${USER}/hostkeys/key_${PORT}_127.0.0.1
56 Port ${PORT}
H A Dforward-control.sh36 -L$LFWD_PORT:127.0.0.1:$PORT \
63 -R127.0.0.1:$RFWD_PORT:127.0.0.1:$PORT \
107 _goodfwd=127.0.0.1:${PORT}
/openbsd-current/regress/lib/libssl/tlsfuzzer/
H A DMakefile19 PORT ?= 4433 macro
32 python3 ${.CURDIR}/tlsfuzzer.py ${SLOW} ${TIMING} ${VERBOSE} -p ${PORT}
/openbsd-current/regress/usr.bin/nc/
H A DMakefile49 PORT = `cat server.port` macro
100 nc localhost ${PORT} 2>/dev/null || :
109 ${CLIENT_NC} -n -v 127.0.0.1 ${PORT} ${CLIENT_BG}
123 ${CLIENT_NC} -n -v ::1 ${PORT} ${CLIENT_BG}
139 ${CLIENT_NC} -n -v 127.0.0.1 ${PORT} ${CLIENT_BG}
153 ${CLIENT_NC} -n -v ::1 ${PORT} ${CLIENT_BG}
167 ${CLIENT_NC} -4 -v localhost ${PORT} ${CLIENT_BG}
181 ${CLIENT_NC} -6 -v localhost ${PORT} ${CLIENT_BG}
205 ! ${NC} -4 -v ::1 ${PORT} ${CLIENT_LOG}
213 ! ${NC} -6 -v 127.0.0.1 ${PORT}
[all...]
/openbsd-current/sys/dev/isa/
H A Dif_ie.c317 #define PORT sc->sc_iobase macro
381 c = inb(PORT + IEATT_REVISION);
468 outb(PORT + IE507_CTRL, inb(PORT + IE507_CTRL) & 0xfc); /* XXX */
470 if (inb(PORT + i) != signature[i])
473 c = inb(PORT + IE507_MADDR);
486 outb(PORT + IE507_CTRL, EL_CTRL_NRST | EL_CTRL_BNK2);
487 i = inb(PORT + 3);
492 i = inb(PORT + IE507_IRQ) & 0x0f;
503 i = ((inb(PORT
[all...]
/openbsd-current/regress/usr.sbin/ldapd/
H A Dcommon.pl23 $PORT = 6640;
109 until($ldap = Net::LDAP->new($HOST, %opt, port => $PORT, version => $LDAP_VERSION)) {
110 die "ldap://$HOST:$PORT/ $@" if ++$count > 10;
/openbsd-current/usr.bin/openssl/
H A Ds_apps.h114 #define PORT 4433 macro
/openbsd-current/usr.sbin/radiusctl/
H A Dparser.c37 PORT, enumerator in enum:token_type
109 { PORT, "", NONE, t_test_opts },
231 case PORT:
364 case PORT:

Completed in 610 milliseconds

12