Home
last modified time | relevance | path

Searched refs:client_port (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtsptransport.c196 transport->client_port.min = -1; in gst_rtsp_transport_init()
197 transport->client_port.max = -1; in gst_rtsp_transport_init()
550 if (parse_range (split[i] + 12, &transport->client_port)) { in gst_rtsp_transport_parse()
551 if (!IS_VALID_PORT_RANGE (transport->client_port)) in gst_rtsp_transport_parse()
699 && transport->client_port.min >= 0) { in gst_rtsp_transport_as_text()
700 if (transport->client_port.min < 65536 in gst_rtsp_transport_as_text()
701 && transport->client_port.max < 65536) { in gst_rtsp_transport_as_text()
703 if (transport->client_port.max > 0) in gst_rtsp_transport_as_text()
704 g_ptr_array_add (strs, range_as_text (&transport->client_port)); in gst_rtsp_transport_as_text()
707 transport->client_port.min)); in gst_rtsp_transport_as_text()
Dgstrtsptransport.h165 GstRTSPRange client_port; member
/third_party/libuv/test/
Dtest-udp-ipv6.c50 static uint16_t client_port; variable
100 if (addr6->sin6_port != client_port) in is_from_client()
194 client_port = addr.sin_port; in do_test()
/third_party/gstreamer/gstplugins_good/gst/rtsp/
DREADME72 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
75 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001
129 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
246 >> Transport: RTP/AVP/UDP;unicast;client_port=5000-5001,RTP/AVP/UDP;multicast,RTP/AVP/TCP
249 << Transport: RTP/AVP/UDP;unicast;client_port=5000-5001;server_port=6000-6001
263 RTP/AVP/UDP;unicast;client_port=5000-5001
/third_party/curl/tests/data/
Dtest57067 Transport: RAW/RAW/UDP;unicast;client_port=3056-3057
/third_party/toybox/toys/pending/
Ddhcpd.c272 uint32_t client_port; member
885 packet.udph.dest = gstate.client_port; //CLIENT_PORT in send_packet6()
937 packet.udph.dest = gstate.client_port; //CLIENT_PORT in send_packet()
966 memcpy(&gstate.client_port, &c_addr.sin6_port, sizeof(uint32_t)); in read_packet6()
990 memcpy(&gstate.client_port, &c_addr.sin_port, sizeof(uint32_t)); in read_packet()
/third_party/gstreamer/gstplugins_base/
DChangeLog6663 rtsptransport: support single port for client_port and server_port
6666 ";" "client_port" "=" port [ "-" port ]
68260 Comment in the docs what the client_port and server_port fields are used