Home
last modified time | relevance | path

Searched defs:new_v6 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/uuid/src/
Dv6.rs92 pub fn new_v6(ts: Timestamp, node_id: &[u8; 6]) -> Self { in new_v6() method
/external/rust/crates/tokio/src/net/tcp/
Dsocket.rs154 pub fn new_v6() -> io::Result<TcpSocket> { in new_v6() method