| /freebsd-12-stable/crypto/openssh/regress/ |
| 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 …]
|
| D | scp-uri.sh | 35 $SCP $scpopts ${DATA} "scp://${USER}@somehost:${PORT}/${COPY}" || fail "copy failed" 40 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${DATA}" ${COPY} || fail "copy failed" 46 $SCP $scpopts ${COPY} "scp://${USER}@somehost:${PORT}/${DIR}" || fail "copy failed" 52 $SCP $scpopts "scp://${USER}@somehost:${PORT}/${COPY}" ${DIR} || fail "copy failed" 59 $SCP $scpopts -r ${DIR} "scp://${USER}@somehost:${PORT}/${DIR2}" || fail "copy failed" 68 $SCP $scpopts -r "scp://${USER}@somehost:${PORT}/${DIR}" ${DIR2} || fail "copy failed"
|
| 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
|
| 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 \
|
| D | multiplex.sh | 89 $NC -N -l 127.0.0.1 $((${PORT} + 1)) < ${DATA} > /dev/null & 91 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L127.0.0.1:$((${PORT} + 2)):127.0.0.1:$((${PORT} + 1))… 93 $NC 127.0.0.1 $((${PORT} + 2)) < /dev/null > ${COPY}
|
| D | ssh2putty.sh | 10 PORT=$2 35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
|
| D | test-exec.sh | 11 PORT="$TEST_SSH_PORT" 13 PORT=4242 419 "port $PORT pid $pid" 520 Port $PORT 585 Port $PORT 702 ${SRC}/ssh2putty.sh 127.0.0.1 $PORT $OBJ/ssh-rsa_oldfmt > \ 713 echo "PortNumber=$PORT" >> ${OBJ}/.putty/sessions/localhost_proxy 745 test -f $PIDFILE || fatal "no sshd running on port $PORT"
|
| D | percent.sh | 82 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}$REMUSER" | 92 trial $i '%p' $PORT 100 "%/$HASH/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
|
| D | cfgmatch.sh | 8 fwd="-L $fwdport:127.0.0.1:$PORT" 76 printf 'permitopen="127.0.0.1:'$PORT'" ' >> $OBJ/authorized_keys_$USER
|
| D | cfgmatchlisten.sh | 9 fwd="-R $fwdport:127.0.0.1:$PORT" 149 fwd="-R ${fwdspec2}:127.0.0.1:$PORT"
|
| D | forward-control.sh | 36 -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}
|
| /freebsd-12-stable/usr.sbin/portsnap/make_index/ |
| D | make_index.c | 64 } PORT; typedef 69 static PORT * portify(char * line); 71 static void heapifyports(PORT **pp, size_t size, size_t pos); 72 static PORT * findport(PORT ** pp, size_t st, size_t en, char * name, char * from); 73 static void translateport(PORT ** pp, size_t pplen, PORT * p); 75 static void recurse(PORT * p); 78 static void printport(PORT * p); 135 static PORT * 138 PORT * p; in portify() 148 p = malloc(sizeof(PORT)); in portify() [all …]
|
| /freebsd-12-stable/contrib/apr-util/test/ |
| D | testredis.c | 32 #define PORT 6379 macro 147 port = PORT + i; in test_redis_create() 149 apr_redis_server_create(pool, HOST, PORT + i, 0, 1, 1, 60, 60, &server); in test_redis_create() 171 rv = apr_redis_server_create(pool, HOST, PORT, 0, 1, 1, 60, 60, &server); in test_redis_create() 256 rv = apr_redis_server_create(pool, HOST, PORT, 0, 1, 1, 60, 60, &server); in test_redis_meta() 312 rv = apr_redis_server_create(pool, HOST, PORT, 0, 1, 1, 60, 60, &server); in test_redis_incrdecr() 367 rv = apr_redis_server_create(pool, HOST, PORT, 0, 1, 1, 60, 60, &server); in test_redis_setget() 423 rv = apr_redis_server_create(pool, HOST, PORT, 0, 1, 1, 60, 60, &server); in test_redis_setexget() 484 rv = apr_sockaddr_info_get(&sa, HOST, APR_INET, PORT, 0, pool); in check_redis() 548 rv, HOST, PORT); in testredis()
|
| D | testmemcache.c | 31 #define PORT 11211 macro 146 port = PORT + i; in test_memcache_create() 148 apr_memcache_server_create(pool, HOST, PORT + i, 0, 1, 1, 60, &server); in test_memcache_create() 170 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_create() 255 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_meta() 319 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_addreplace() 378 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_incrdecr() 430 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_multiget() 498 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server); in test_memcache_setget() 557 rv = apr_sockaddr_info_get(&sa, HOST, APR_INET, PORT, 0, pool); in check_mc() [all …]
|
| /freebsd-12-stable/tests/sys/file/ |
| D | newfileops_on_fork_test.c | 53 #ifndef PORT 54 #define PORT 9000 macro 114 sin.sin_port = htons(PORT); in main()
|
| /freebsd-12-stable/lib/libc/db/ |
| D | README | 7 PORT/README. 21 PORT The per OS/architecture directories to use to build 23 PORT/README for more information.
|
| /freebsd-12-stable/tools/test/net/ |
| D | connect.c | 41 #define PORT 6969 /* Default port */ macro 55 int port = PORT; in main()
|
| D | listen.c | 40 #define PORT 6969 /* Default port */ macro 55 int port = PORT; in main()
|
| /freebsd-12-stable/sys/dev/pbio/ |
| D | pbio.c | 85 #define PORT(dev) (dev2unit(dev) & 0x3) macro 256 port = PORT(dev); in pbioioctl() 293 port = PORT(dev); in pbioopen() 382 port = PORT(dev); in pbioread() 411 port = PORT(dev); in pbiowrite()
|
| /freebsd-12-stable/tools/tools/netrate/tcpreceive/ |
| D | tcpreceive.c | 54 #define PORT 6060 macro 101 sin.sin_port = htons(PORT); in main()
|
| /freebsd-12-stable/tools/tools/netrate/tcpconnect/ |
| D | tcpconnect.c | 53 #define PORT 6060 macro 120 sin.sin_port = htons(PORT); in main()
|
| /freebsd-12-stable/tests/sys/geom/class/gate/ |
| D | ggate_test.sh | 5 PORT=33080 33 atf_check ggated -p $PORT -F $PIDFILE $CONF 34 atf_check ggatec create -p $PORT -u $us 127.0.0.1 /dev/$work
|
| /freebsd-12-stable/tools/regression/netinet/arphold/ |
| D | arphold.c | 58 #define PORT 6969 macro 97 dest.sin_port = htons(PORT); in main()
|
| /freebsd-12-stable/contrib/libevent/sample/ |
| D | hello-world.c | 30 static const int PORT = 9995; variable 58 sin.sin_port = htons(PORT); in main()
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/sample/ |
| D | hello-world.c | 30 static const int PORT = 9995; variable 58 sin.sin_port = htons(PORT); in main()
|