Home
last modified time | relevance | path

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

/external/rust/crates/rustix/src/net/
Dtypes.rs467 pub const ENCAP: Self = Self(c::AF_ENCAP as _); constant
780 pub const ENCAP: Protocol = Protocol(new_raw_protocol(c::IPPROTO_ENCAP as _)); constant