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/chromium_org/third_party/libsrtp/srtp/test/
rtpw_test.sh
5
# tests the
rtpw
sender and receiver functions
38
RTPW
=./
rtpw
46
# First, we run "killall" to get rid of all existing
rtpw
processes.
48
# script is interrupted after the
rtpw
processes are started but before
52
killall
rtpw
2>/dev/null
54
if test -x $
RTPW
; then
56
echo $0 ": starting
rtpw
receiver process... "
58
$
RTPW
$* $ARGS -r 0.0.0.0 $DEST_PORT &
75
echo $0 ": starting
rtpw
sender process...
[
all
...]
/external/chromium_org/third_party/libsrtp/srtp/
Makefile
127
test/roc_driver$(EXE) test/rdbx_driver$(EXE) test/
rtpw
$(EXE) \
132
test/
rtpw
$(EXE): test/
rtpw
.c test/rtp.c test/getopt_s.c
Completed in 182 milliseconds