Home
last modified time | relevance | path

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

/dports/net/rtpproxy/rtpproxy-2.1.1/regress/
H A Dtest03.py59 rtppc = None variable in res
70 self.rtppc = Rtp_proxy_client_local(global_config, \
85 self.rtppc.send_command(sd.command_u, self.rtpp_reply_u, sd)
109 self.rtppc.send_command(sdata.command_l, self.rtpp_reply_l, sdata)
140 self.rtppc.send_command(command_d, self.rtpp_reply_d, command_d)
154 rres.rtppc.shutdown()
H A Dtest01.py47 rtppc = Rtp_proxy_client_local(global_config, address = '/var/run/rtpproxy.sock') variable
62 rtppc.send_command(command, caps_query2, rres)
70 rtppc.send_command(s, caps_query2, rres)
74 rtppc.shutdown()
H A Dtest02.py53 rtppc = None variable in res
64 self.rtppc = Rtp_proxy_client_local(global_config, address = '/var/run/rtpproxy.sock')
73 self.rtppc.send_command(sd.command_u, self.rtpp_reply_u, sd)
91 self.rtppc.send_command(sdata.command_l, self.rtpp_reply_l, sdata)
117 rres.rtppc.shutdown()