Lines Matching refs:rtpw
5 # tests the rtpw sender and receiver functions
7 RTPW=./rtpw
15 # First, we run "killall" to get rid of all existing rtpw processes.
17 # script is interrupted after the rtpw processes are started but before
21 killall rtpw 2>/dev/null
23 if test -x $RTPW; then
25 echo $0 ": starting rtpw receiver process... "
27 $RTPW $* $ARGS -r 0.0.0.0 $DEST_PORT &
44 echo $0 ": starting rtpw sender process..."
46 $RTPW $* $ARGS -s 127.0.0.1 $DEST_PORT &
70 echo "error: can't find executable" $RTPW