Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs256 pub fn set_alpn(&mut self, v: &[Vec<u8>]) -> Result<()> { in set_alpn() method
Dlib.rs599 self.tls_ctx.set_alpn(&self.application_protos) in set_application_protos()