Lines Matching refs:transports
924 th = &reply->transports[reply->nb_transports];
1513 port = reply->transports[0].client_port_min;
1617 if (reply->transports[0].lower_transport != rt->lower_transport ||
1618 reply->transports[0].transport != rt->transport) {
1623 rt->lower_transport = reply->transports[0].lower_transport;
1624 rt->transport = reply->transports[0].transport;
1629 if (reply->transports[0].lower_transport != lower_transport) {
1635 switch(reply->transports[0].lower_transport) {
1637 rtsp_st->interleaved_min = reply->transports[0].interleaved_min;
1638 rtsp_st->interleaved_max = reply->transports[0].interleaved_max;
1648 if (reply->transports[0].source[0])
1649 peer = reply->transports[0].source;
1651 reply->transports[0].server_port_min, "%s", options);
1665 if (reply->transports[0].destination.ss_family) {
1666 addr = reply->transports[0].destination;
1667 port = reply->transports[0].port_min;
1668 ttl = reply->transports[0].ttl;