Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dcapability.h24 # define CAP_NET_RAW 13 macro
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs175 const CAP_NET_RAW: u32 = 13; constant