Home
last modified time | relevance | path

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

12345

/src/crypto/openssh/regress/
H A Dforwarding.sh11 last=$PORT
44 -$d ${base}01:127.0.0.1:$PORT \
45 -$d ${base}02:127.0.0.1:$PORT \
46 -$d ${base}03:127.0.0.1:$PORT \
47 -$d ${base}04:127.0.0.1:$PORT \
54 -$d ${base}01:127.0.0.1:$PORT \
55 -$d ${base}02:127.0.0.1:$PORT \
56 -$d ${base}03:127.0.0.1:$PORT \
57 -$d ${base}01:localhost:$PORT \
58 -$d ${base}04:127.0.0.1:$PORT \
[all …]
H A Ddynamic-forward.sh11 FWDPORT=`expr $PORT + 1`
61 "ProxyCommand ${TEST_SHELL} -c '${proxycmd}${s} $h $PORT 2>/dev/null'" \
99 permit="127.0.0.1:$PORT [::1]:$PORT localhost:$PORT"
100 test -z "$SKIP_IPV6" || permit="127.0.0.1:$PORT localhost:$PORT"
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 Dsftp-uri.sh26 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "…
32 ${SFTP} -q -S "$SSH" -F $OBJ/ssh_config "sftp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "c…
38 "sftp://${USER}@somehost:${PORT}/${DIR}/" > /dev/null 2>&1 << EOF
52 "sftp://${USER}@somehost:${PORT}/${DIR}" > /dev/null 2>&1 << EOF
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 Dconnection-timeout.sh79 LPORT=`expr $PORT + 1`
84 start_ssh -L$LPORT:127.0.0.1:$PORT -R$RPORT:127.0.0.1:$PORT -D$DPORT -R$RDPORT
H A Dmultiplex.sh90 $NC -N -l 127.0.0.1 $((${PORT} + 1)) < ${DATA} >`ssh_logfile nc` &
92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L127.0.0.1:$((${PORT} + 2)):127.0.0.1:$((${PORT} + 1))…
94 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
H A Dssh2putty.sh10 PORT=$2
35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
H A Dpercent.sh109 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}${REMUSER}" |
120 trial $i '%p' $PORT
129 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
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 Dcfgmatch.sh8 fwd="-L $fwdport:127.0.0.1:$PORT"
76 printf 'permitopen="127.0.0.1:'$PORT'" ' >> $OBJ/authorized_keys_$USER
H A Dtest-exec.sh11 PORT="$TEST_SSH_PORT"
13 PORT=4242
489 echo "sshd didn't exit port $PORT pid $pid" 1>&2
624 Port $PORT
692 Port $PORT
813 ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/ssh-rsa_oldfmt > \
824 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy
918 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/src/crypto/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dcert.json.in10 "server_port": @PORT@,
16 "-p", "@PORT@"]},
21 "-p", "@PORT@"]}
32 "server_port": @PORT@,
37 "-p", "@PORT@"]}
45 "server_port": @PORT@,
48 "arguments" : ["-p", "@PORT@"]},
50 "arguments" : ["-p", "@PORT@",
/src/tests/sys/file/
H A Dnewfileops_on_fork_test.c51 #ifndef PORT
52 #define PORT 9000 macro
112 sin.sin_port = htons(PORT); in main()
/src/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-vf610.txt1 * Freescale VF610 PORT/GPIO module
3 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
5 each, and each PORT module has its own interrupt.
11 - reg : The first reg tuple represents the PORT module, the second tuple
/src/crypto/openssl/demos/certs/
H A Docsprun.sh18 PORT=8888
20 opensslcmd ocsp -port $PORT -index index.txt -CA intca.pem \
/src/lib/libc/db/
H A DREADME5 PORT/README.
19 PORT The per OS/architecture directories to use to build
21 PORT/README for more information.
/src/tools/test/net/
H A Dconnect.c39 #define PORT 6969 /* Default port */ macro
53 int port = PORT; in main()
H A Dlisten.c38 #define PORT 6969 /* Default port */ macro
53 int port = PORT; in main()
/src/sys/contrib/openzfs/udev/
H A Dvdev_id400 PORT=$((PHY / PHYS_PER_PORT))
483 CHAN=$(map_channel "$PCI_ID" "$PORT")
492 CHAN=$(map_channel "$PCI_ID" "$PORT")
610 PORT=$1
617 CHAN=$(map_channel "$PCI_ID" "$PORT")
/src/sys/dev/pbio/
H A Dpbio.c81 #define PORT(dev) (dev2unit(dev)) macro
250 port = PORT(dev); in pbioioctl()
286 port = PORT(dev); in pbioopen()
360 port = PORT(dev); in pbioread()
388 port = PORT(dev); in pbiowrite()
/src/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c52 #define PORT 6060 macro
99 sin.sin_port = htons(PORT); in main()
/src/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c51 #define PORT 6060 macro
118 sin.sin_port = htons(PORT); in main()
/src/tools/regression/netinet/arphold/
H A Darphold.c56 #define PORT 6969 macro
95 dest.sin_port = htons(PORT); in main()
/src/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt67 PORT OPB_Clk = CLK_50MHz
68 PORT Interrupt = opb_uartlite_0_Interrupt
69 PORT RX = opb_uartlite_0_RX
70 PORT TX = opb_uartlite_0_TX
71 PORT OPB_Rst = sys_bus_reset_0

12345