Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/
H A Drtsp_transport.rs25 pub client_port: Option<[u16; 2]>, field
64 rtsp_transport.client_port = Some(client_ports); in unmarshal()
118 let client_port = if let Some(client_ports) = self.client_port { in marshal() localVariable
/xiu/protocol/rtsp/src/session/
H A Dmod.rs352 if let Some(client_ports) = trans.client_port { in handle_setup()