Home
last modified time | relevance | path

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

12345

/freebsd/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.sh91 $NC -N -l 127.0.0.1 $((${PORT} + 1)) < ${DATA} >`ssh_logfile nc` &
93 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L127.0.0.1:$((${PORT} + 2)):127.0.0.1:$((${PORT} + 1))…
95 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
H A Dssh2putty.sh10 PORT=$2
34 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
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.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"
/freebsd/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@",
/freebsd/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()
/freebsd/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
/freebsd/crypto/openssl/demos/certs/
H A Docsprun.sh18 PORT=8888
20 opensslcmd ocsp -port $PORT -index index.txt -CA intca.pem \
/freebsd/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.
/freebsd/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()
/freebsd/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")
/freebsd/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()
/freebsd/tools/tools/netrate/tcpreceive/
H A Dtcpreceive.c52 #define PORT 6060 macro
99 sin.sin_port = htons(PORT); in main()
/freebsd/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c51 #define PORT 6060 macro
118 sin.sin_port = htons(PORT); in main()
/freebsd/tools/regression/netinet/arphold/
H A Darphold.c56 #define PORT 6969 macro
95 dest.sin_port = htons(PORT); in main()
/freebsd/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
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhello-world.c30 static const int PORT = 9995; variable
58 sin.sin_port = htons(PORT); in main()
/freebsd/contrib/libevent/sample/
H A Dhello-world.c30 static const int PORT = 9995; variable
58 sin.sin_port = htons(PORT); in main()

12345