| /src/crypto/openssh/regress/ |
| H A D | forwarding.sh | 11 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 D | dynamic-forward.sh | 11 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 D | scp-uri.sh | 37 $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 D | sftp-uri.sh | 26 ${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 D | connect-uri.sh | 13 ${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 D | connection-timeout.sh | 79 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 D | multiplex.sh | 90 $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 D | ssh2putty.sh | 10 PORT=$2 35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
|
| H A D | percent.sh | 109 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 D | penalty.sh | 47 ${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 D | cfgmatch.sh | 8 fwd="-L $fwdport:127.0.0.1:$PORT" 76 printf 'permitopen="127.0.0.1:'$PORT'" ' >> $OBJ/authorized_keys_$USER
|
| H A D | test-exec.sh | 11 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 D | cert.json.in | 10 "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 D | newfileops_on_fork_test.c | 51 #ifndef PORT 52 #define PORT 9000 macro 112 sin.sin_port = htons(PORT); in main()
|
| /src/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-vf610.txt | 1 * 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 D | ocsprun.sh | 18 PORT=8888 20 opensslcmd ocsp -port $PORT -index index.txt -CA intca.pem \
|
| /src/lib/libc/db/ |
| H A D | README | 5 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 D | connect.c | 39 #define PORT 6969 /* Default port */ macro 53 int port = PORT; in main()
|
| H A D | listen.c | 38 #define PORT 6969 /* Default port */ macro 53 int port = PORT; in main()
|
| /src/sys/contrib/openzfs/udev/ |
| H A D | vdev_id | 400 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 D | pbio.c | 81 #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 D | tcpreceive.c | 52 #define PORT 6060 macro 99 sin.sin_port = htons(PORT); in main()
|
| /src/tools/tools/netrate/tcpconnect/ |
| H A D | tcpconnect.c | 51 #define PORT 6060 macro 118 sin.sin_port = htons(PORT); in main()
|
| /src/tools/regression/netinet/arphold/ |
| H A D | arphold.c | 56 #define PORT 6969 macro 95 dest.sin_port = htons(PORT); in main()
|
| /src/sys/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 67 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
|