Home
last modified time | relevance | path

Searched refs:SRV_PORT (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/tests/
Dssl-opt.sh152 SRV_PORT=$(($$ % 10000 + 10000))
153 PXY_PORT=$((SRV_PORT + 10000))
206 shift; SRV_PORT=$1
1374 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$PXY_PORT/g )
1376 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$SRV_PORT/g )
1575 wait_server_start "$SRV_PORT" "$SRV_PID"
2011 P_SRV="$P_SRV server_addr=127.0.0.1 server_port=$SRV_PORT"
2013 …P_PXY="$P_PXY server_addr=127.0.0.1 server_port=$SRV_PORT listen_addr=127.0.0.1 listen_port=$PXY_P…
2014 O_SRV="$O_SRV -accept $SRV_PORT"
2016 G_SRV="$G_SRV -p $SRV_PORT"
[all …]