Searched refs:CAP_NET_RAW (Results 1 – 6 of 6) sorted by relevance
92 assertEquals(13, OsConstants.CAP_NET_RAW); in test_CAP_constants()135 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_NET_RAW)); in test_CAP_TO_INDEX()176 assertEquals(1 << 13, CAP_TO_MASK(OsConstants.CAP_NET_RAW)); in test_CAP_TO_MASK()
213 public static final int CAP_NET_RAW = placeholder(); field in OsConstants
701 (1L << OsConstants.CAP_NET_RAW) | in forkSystemServer()
129 initConstant(env, c, "CAP_NET_RAW", CAP_NET_RAW); in OsConstants_initConstants()
2235 capabilities |= (1LL << CAP_NET_RAW); in CalculateCapabilities()2245 capabilities |= (1LL << CAP_NET_RAW); in CalculateCapabilities()
27684 field public static final int CAP_NET_RAW;