Lines Matching defs:lower_transport

770                 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP) {
831 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_TCP || !s->max_delay)
912 char lower_transport[16];
930 lower_transport[0] = '\0';
933 get_word_sep(lower_transport, sizeof(lower_transport),
940 get_word_sep(lower_transport, sizeof(lower_transport), "/;,", &p);
945 lower_transport[0] = '\0';
948 get_word_sep(lower_transport, sizeof(lower_transport),
955 if (!av_strcasecmp(lower_transport, "TCP"))
956 th->lower_transport = RTSP_LOWER_TRANSPORT_TCP;
958 th->lower_transport = RTSP_LOWER_TRANSPORT_UDP;
989 if (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP)
990 th->lower_transport = RTSP_LOWER_TRANSPORT_UDP_MULTICAST;
1453 int lower_transport, const char *real_challenge)
1489 if (lower_transport == RTSP_LOWER_TRANSPORT_UDP &&
1509 if (lower_transport == RTSP_LOWER_TRANSPORT_UDP) {
1554 else if (lower_transport == RTSP_LOWER_TRANSPORT_TCP) {
1573 else if (lower_transport == RTSP_LOWER_TRANSPORT_UDP_MULTICAST) {
1617 if (reply->transports[0].lower_transport != rt->lower_transport ||
1623 rt->lower_transport = reply->transports[0].lower_transport;
1629 if (reply->transports[0].lower_transport != lower_transport) {
1635 switch(reply->transports[0].lower_transport) {
1969 int lower_transport = ff_log2_tab[lower_transport_mask &
1974 lower_transport = RTSP_LOWER_TRANSPORT_TCP;
1976 err = ff_rtsp_make_setup_request(s, host, port, lower_transport,
1981 lower_transport_mask &= ~(1 << lower_transport);
2168 switch(rt->lower_transport) {
2281 if (rt->lower_transport == RTSP_LOWER_TRANSPORT_CUSTOM)
2401 rt->lower_transport = RTSP_LOWER_TRANSPORT_CUSTOM;