Searched refs:FAMILY (Results 1 – 6 of 6) sorted by relevance
46 private static final int FAMILY = OsConstants.AF_INET; field in StructXfrmSelectorTest50 final StructXfrmSelector struct = new StructXfrmSelector(FAMILY); in testEncode()72 assertEquals(FAMILY, struct.selectorFamily); in testDecode()
48 private static final int FAMILY = OsConstants.AF_INET; field in StructXfrmUsersaIdTest53 final StructXfrmUsersaId struct = new StructXfrmUsersaId(DEST_ADDRESS, SPI, FAMILY, PROTO); in testEncode()72 assertEquals(FAMILY, struct.family); in testDecode()
51 private static final int FAMILY = OsConstants.AF_INET; field in XfrmNetlinkGetSaMessageTest71 assertEquals(FAMILY, struct.family); in testDecode()
119 private static final int FAMILY = OsConstants.AF_INET6; field in XfrmNetlinkNewSaMessageTest141 assertEquals(FAMILY, xfrmUsersaInfo.family); in testDecode()
70 private static final int FAMILY = OsConstants.AF_INET6; field in StructXfrmUsersaInfoTest122 assertEquals(FAMILY, struct.family); in testDecode()
224 private static final int[] FAMILY = {AF_INET6, AF_INET}; field in InetDiagMessage231 for (int family : FAMILY) { in lookupUid()