Searched refs:PREFIX1 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
H A D | StructNdOptPref64Test.java | 45 private static final String PREFIX1 = "64:ff9b::"; field in StructNdOptPref64Test 106 ByteBuffer buf = makeNdOptPref64(600, prefixBytes(PREFIX1), 0); in testParsing() 108 assertPref64OptMatches(600, prefix(PREFIX1, 96), opt); in testParsing() 111 buf = makeNdOptPref64(0, prefixBytes(PREFIX1), 1); in testParsing() 113 assertPref64OptMatches(0, prefix(PREFIX1, 64), opt); in testParsing() 133 buf = makeNdOptPref64(600, prefixBytes(PREFIX1), 6); in testParsing() 135 buf = makeNdOptPref64(600, prefixBytes(PREFIX1), 7); in testParsing() 139 buf = makeNdOptPref64(600, prefixBytes(PREFIX1), 3); in testParsing() 151 assertPref64OptMatches(600, prefix(PREFIX1, 48), opt); in testParsing() 158 assertPref64OptMatches(600, prefix(PREFIX1, 40), opt); in testToString() [all …]
|