Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/thread/
Dsetns.rs39 pub enum LinkNameSpaceType { enum
95 allowed_type: Option<LinkNameSpaceType>, in move_into_link_name_space() argument
/third_party/rust/crates/rustix/tests/thread/
Dsetns.rs16 Some(rustix::thread::LinkNameSpaceType::HostNameAndNISDomainName), in test_move_into_link_name_space()