Home
last modified time | relevance | path

Searched refs:bound_port (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpserversink.c302 gint bound_port; in gst_tcp_server_sink_init_send() local
342 bound_port = g_inet_socket_address_get_port ((GInetSocketAddress *) saddr); in gst_tcp_server_sink_init_send()
345 bound_port = this->server_port; in gst_tcp_server_sink_init_send()
348 GST_DEBUG_OBJECT (this, "listening on port %d", bound_port); in gst_tcp_server_sink_init_send()
350 g_atomic_int_set (&this->current_port, bound_port); in gst_tcp_server_sink_init_send()
Dgsttcpserversrc.c425 gint bound_port = 0; in gst_tcp_server_src_start() local
465 bound_port = g_inet_socket_address_get_port ((GInetSocketAddress *) saddr); in gst_tcp_server_src_start()
468 bound_port = src->server_port; in gst_tcp_server_src_start()
471 GST_DEBUG_OBJECT (src, "listening on port %d", bound_port); in gst_tcp_server_src_start()
473 g_atomic_int_set (&src->current_port, bound_port); in gst_tcp_server_src_start()
/third_party/grpc/examples/python/wait_for_ready/
Dwait_for_ready_example.py53 bound_port = server.add_insecure_port(server_address)
54 assert bound_port == int(server_address.split(':')[-1])
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dchannel_argument_test.py81 ) as (unused_host, bound_port):
82 assert bound_port == port