Searched refs:UDP_STR (Results 1 – 4 of 4) sorted by relevance
31 assert_eq!(c.network(), UDP_STR, "should match"); in test_chunk_udp()
6 use crate::vnet::net::UDP_STR;162 if from.network() == UDP_STR { in translate_outbound()293 if from.network() == UDP_STR { in translate_inbound()
23 pub(crate) const UDP_STR: &str = "udp"; constant54 if c.network() == UDP_STR && c.get_destination_ip().is_loopback() { in write()161 if c.network() == UDP_STR { in on_inbound_chunk()
209 UDP_STR.to_owned() in network()