Home
last modified time | relevance | path

Searched refs:address_type (Results 1 – 5 of 5) sorted by relevance

/webrtc/sdp/src/description/
H A Dcommon.rs12 pub address_type: String, field
19 write!(f, "{} {} {}", self.network_type, self.address_type, address,) in fmt()
21 write!(f, "{} {}", self.network_type, self.address_type,) in fmt()
H A Ddescription_test.rs55 address_type: "IP4".to_string(), in test_marshal()
65 address_type: "IP4".to_string(), in test_marshal()
136 address_type: "IP4".to_string(), in test_marshal()
H A Dsession.rs52 pub address_type: String, field
65 self.address_type, in fmt()
78 address_type: "".to_owned(), in new()
255 address_type: "IP4".to_string(), in new_jsep_session_description()
958 address_type: fields[4].to_owned(), in unmarshal_origin()
1045 address_type: fields[1].to_owned(), in unmarshal_connection_information()
H A Dmedia.rs93 address_type: "IP4".to_string(), in new_jsep_media_description()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs320 address_type: "IP4".to_owned(), in add_data_media_section()
491 address_type: "IP4".to_owned(), in add_transceiver_sdp()