RTSP_LOWER_TRANSPORT_UDP 2998 ffserver.c             th = find_transport(h, RTSP_LOWER_TRANSPORT_UDP);
RTSP_LOWER_TRANSPORT_UDP 3036 ffserver.c         if (!th || (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP &&
RTSP_LOWER_TRANSPORT_UDP 3059 ffserver.c         case RTSP_LOWER_TRANSPORT_UDP:
RTSP_LOWER_TRANSPORT_UDP 3216 ffserver.c         case RTSP_LOWER_TRANSPORT_UDP:
RTSP_LOWER_TRANSPORT_UDP 3285 ffserver.c         case RTSP_LOWER_TRANSPORT_UDP:
RTSP_LOWER_TRANSPORT_UDP   84 libavformat/rtsp.c     { "udp", "UDP", 0, AV_OPT_TYPE_CONST, {.i64 = 1 << RTSP_LOWER_TRANSPORT_UDP}, 0, 0, DEC|ENC, "rtsp_transport" }, \
RTSP_LOWER_TRANSPORT_UDP  896 libavformat/rtsp.c             th->lower_transport = RTSP_LOWER_TRANSPORT_UDP;
RTSP_LOWER_TRANSPORT_UDP  927 libavformat/rtsp.c                 if (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP)
RTSP_LOWER_TRANSPORT_UDP 1409 libavformat/rtsp.c         if (lower_transport == RTSP_LOWER_TRANSPORT_UDP &&
RTSP_LOWER_TRANSPORT_UDP 1429 libavformat/rtsp.c         if (lower_transport == RTSP_LOWER_TRANSPORT_UDP) {
RTSP_LOWER_TRANSPORT_UDP 1544 libavformat/rtsp.c         case RTSP_LOWER_TRANSPORT_UDP: {
RTSP_LOWER_TRANSPORT_UDP 1675 libavformat/rtsp.c         lower_transport_mask &= (1 << RTSP_LOWER_TRANSPORT_UDP) |
RTSP_LOWER_TRANSPORT_UDP 2082 libavformat/rtsp.c     case RTSP_LOWER_TRANSPORT_UDP:
RTSP_LOWER_TRANSPORT_UDP  253 libavformat/rtspdec.c              RTSP_LOWER_TRANSPORT_UDP &&
RTSP_LOWER_TRANSPORT_UDP  509 libavformat/rtspdec.c     if (rt->lower_transport == RTSP_LOWER_TRANSPORT_UDP) {
RTSP_LOWER_TRANSPORT_UDP  876 libavformat/rtspdec.c             if (rt->lower_transport == RTSP_LOWER_TRANSPORT_UDP &&