Searched refs:address_type (Results 1 – 5 of 5) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | common.rs | 12 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 D | description_test.rs | 55 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 D | session.rs | 52 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 D | media.rs | 93 address_type: "IP4".to_string(), in new_jsep_media_description()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 320 address_type: "IP4".to_owned(), in add_data_media_section() 491 address_type: "IP4".to_owned(), in add_transceiver_sdp()
|