Home
last modified time | relevance | path

Searched refs:VersionNegotiation (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/
Dpacket.rs81 VersionNegotiation, enumerator
125 Type::VersionNegotiation => qlog::PacketType::VersionNegotiation, in to_qlog()
217 Type::VersionNegotiation in from_bytes()
260 Type::VersionNegotiation => { in from_bytes()
Dffi.rs282 Type::VersionNegotiation => 6, in quiche_header_info()
Dlib.rs1462 if hdr.ty == packet::Type::VersionNegotiation { in recv_single()