Home
last modified time | relevance | path

Searched refs:UDP_STR (Results 1 – 4 of 4) sorted by relevance

/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs31 assert_eq!(c.network(), UDP_STR, "should match"); in test_chunk_udp()
/webrtc/util/src/vnet/
H A Dnat.rs6 use crate::vnet::net::UDP_STR;
162 if from.network() == UDP_STR { in translate_outbound()
293 if from.network() == UDP_STR { in translate_inbound()
H A Dnet.rs23 pub(crate) const UDP_STR: &str = "udp"; constant
54 if c.network() == UDP_STR && c.get_destination_ip().is_loopback() { in write()
161 if c.network() == UDP_STR { in on_inbound_chunk()
H A Dchunk.rs209 UDP_STR.to_owned() in network()