Searched refs:CAP_NET_RAW (Results 1 – 6 of 6) sorted by relevance
89 assertEquals(13, OsConstants.CAP_NET_RAW); in test_CAP_constants()132 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_NET_RAW)); in test_CAP_TO_INDEX()173 assertEquals(1 << 13, CAP_TO_MASK(OsConstants.CAP_NET_RAW)); in test_CAP_TO_MASK()
162 public static final int CAP_NET_RAW; field in OsConstants163 static { CAP_NET_RAW = 0; }
213 public static final int CAP_NET_RAW = placeholder(); field in OsConstants
110 initConstant(env, c, "CAP_NET_RAW", CAP_NET_RAW); in OsConstants_initConstants()
1449 description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW",
197 field public static final int CAP_NET_RAW;