Searched defs:CAP_NET_RAW (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/include/lapi/ | ||
D | capability.h | 24 # define CAP_NET_RAW 13 macro |
/third_party/rust/crates/rustix/src/thread/ | ||
D | prctl.rs | 175 const CAP_NET_RAW: u32 = 13; constant |