OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtpw
(Results
1 - 2
of
2
) sorted by null
/external/srtp/test/
rtpw_test.sh
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...
[
all
...]
/external/srtp/
Makefile
125
test/roc_driver$(EXE) test/rdbx_driver$(EXE) test/
rtpw
$(EXE)
129
test/
rtpw
$(EXE): test/
rtpw
.c test/rtp.c
Completed in 142 milliseconds