HomeSort by relevance Sort by last modified time
    Searched refs:STC2_NC_TEST_PORT (Results 1 - 25 of 29) sorted by null

1 2

  /test/stcnv/usr/src/suites/net/nc/tests/portranges/
tp_portranges_001_neg.ksh 35 listen_wrapper "-l $STC2_NC_TEST_PORT-$STC2_NC_TEST_PORT" \
36 "localhost $STC2_NC_TEST_PORT" 1
tp_portranges_021_pos.ksh 36 integer -r first_port=$(( $STC2_NC_TEST_PORT - 1 ))
37 integer -r third_port=$(( $STC2_NC_TEST_PORT + 1 ))
39 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
40 "localhost ${first_port},$STC2_NC_TEST_PORT,${third_port}" 0
tp_portranges_002_pos.ksh 36 integer -r low_port=$(($STC2_NC_TEST_PORT-$const))
37 integer -r high_port=$(($STC2_NC_TEST_PORT+$const))
40 "-d -l -p $STC2_NC_TEST_PORT" \
tp_portranges_026_pos.ksh 42 integer -r low_port=$(( $STC2_NC_TEST_PORT - $count + 1 ))
43 integer -r high_port=$(( $STC2_NC_TEST_PORT ))
45 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
tp_portranges_022_pos.ksh 37 integer -r first_low_port=$(( $STC2_NC_TEST_PORT - $count ))
38 integer -r first_high_port=$(( $STC2_NC_TEST_PORT - 1 ))
39 integer -r second_low_port=$(( $STC2_NC_TEST_PORT + 1 ))
44 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
45 "localhost ${first_range},$STC2_NC_TEST_PORT,${second_range}" 0
tp_portranges_003_neg.ksh 36 integer -r low_port=$(($STC2_NC_TEST_PORT + 1))
43 listen_wrapper "-l $STC2_NC_TEST_PORT" \
tp_portranges_011_neg.ksh 37 integer -r low_port=$(($STC2_NC_TEST_PORT - $count))
38 integer -r high_port=$(($STC2_NC_TEST_PORT + $count))
39 typeset -r prefix="$low_port-$STC2_NC_TEST_PORT"
40 typeset -r suffix="$STC2_NC_TEST_PORT-$high_port"
tp_portranges_024_pos.ksh 40 integer -r first_low_port=$(( $STC2_NC_TEST_PORT - $count ))
41 integer -r first_high_port=$(( $STC2_NC_TEST_PORT ))
42 integer -r second_low_port=$(( $STC2_NC_TEST_PORT + 1 ))
47 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
tp_portranges_025_pos.ksh 40 integer -r first_low_port=$(( $STC2_NC_TEST_PORT - $count ))
41 integer -r first_high_port=$(( $STC2_NC_TEST_PORT - 1 ))
42 integer -r second_low_port=$(( $STC2_NC_TEST_PORT ))
47 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
tp_portranges_018_neg.ksh 36 integer -r low_port=$(($STC2_NC_TEST_PORT + 1))
37 integer -r high_port=$(($STC2_NC_TEST_PORT + 5))
44 "localhost $STC2_NC_TEST_PORT,,$low_port-$high_port < $infile" \
tp_portranges_023_pos.ksh 38 integer -r low_port=$(( $STC2_NC_TEST_PORT - $count ))
39 integer -r high_port=$(( $STC2_NC_TEST_PORT + $count ))
44 listen_wrapper "-d -l $STC2_NC_TEST_PORT" \
tp_portranges_012_neg.ksh 37 integer -r low_port=$(($STC2_NC_TEST_PORT - $count))
38 typeset -r prefix="$low_port-$STC2_NC_TEST_PORT"
tp_portranges_016_neg.ksh 35 integer -r high_port=$(($STC2_NC_TEST_PORT + 5))
41 single_cmd_fail "localhost ,$STC2_NC_TEST_PORT-$high_port, < $infile" \
tp_portranges_017_neg.ksh 35 integer -r high_port=$(($STC2_NC_TEST_PORT + 5))
41 single_cmd_fail "localhost $STC2_NC_TEST_PORT,,$high_port < $infile" \
tp_portranges_019_neg.ksh 35 integer -r high_port=$(($STC2_NC_TEST_PORT + 5))
46 "localhost $STC2_NC_TEST_PORT--$high_port < $infile" \
tp_portranges_015_neg.ksh 40 single_cmd_fail "localhost ,$STC2_NC_TEST_PORT, < $infile" \
tp_portranges_020_pos.ksh 36 typeset -r range="$STC2_NC_TEST_PORT-$STC2_NC_TEST_PORT"
42 start_nc "-k -l $STC2_NC_TEST_PORT"
  /test/ontest-stc2/src/suites/net/nc/tests/portranges/
tp_portranges_001_neg.ksh 35 single_cmd_fail "-l $STC2_NC_TEST_PORT-$STC2_NC_TEST_PORT"
tp_portranges_002_pos.ksh 36 integer -r low_port=$(($STC2_NC_TEST_PORT-$const))
37 integer -r high_port=$(($STC2_NC_TEST_PORT+$const))
40 "-d -l -p $STC2_NC_TEST_PORT" \
tp_portranges_003_neg.ksh 35 integer -r low_port=$(($STC2_NC_TEST_PORT-5))
36 integer -r minus_two=$(($STC2_NC_TEST_PORT-2))
37 integer -r high_port=$(($STC2_NC_TEST_PORT+5))
38 integer -r plus_two=$(($STC2_NC_TEST_PORT+2))
40 typeset -r part_one="$low_port-$minus_two,$STC2_NC_TEST_PORT"
46 # listen_wrapper "-l -p $STC2_NC_TEST_PORT" "localhost $portlist" 0
  /test/ontest-stc2/src/suites/net/nc/tests/Uflag/
tp_Uflag_002_neg.ksh 35 single_cmd_fail "-l -U localhost $STC2_NC_TEST_PORT"
  /test/stcnv/usr/src/suites/net/nc/tests/Uflag/
tp_Uflag_002_neg.ksh 35 single_cmd_fail "-l -U localhost $STC2_NC_TEST_PORT"
  /test/ontest-stc2/src/suites/net/nc/include/
vars 37 typeset -ix STC2_NC_TEST_PORT=${STC2_NC_TEST_PORT:-4444}
  /test/ontest-stc2/src/suites/net/nc/tests/iflag/
tp_iflag_002_neg.ksh 37 eval $NC -i 4294967296 localhost $STC2_NC_TEST_PORT 2> $tmp_file
  /test/stcnv/usr/src/suites/net/nc/include/
vars 37 typeset -ix STC2_NC_TEST_PORT=${STC2_NC_TEST_PORT:-4444}

Completed in 180 milliseconds

1 2