Home
last modified time | relevance | path

Searched refs:assertPref64OptMatches (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DStructNdOptPref64Test.java59 private void assertPref64OptMatches(int lifetime, IpPrefix prefix, StructNdOptPref64 opt) { in assertPref64OptMatches() method in StructNdOptPref64Test
91 assertPref64OptMatches(136, prefix("2001:DB8:3:4:5:6::", 96), opt); in testParseCannedOption()
99 assertPref64OptMatches(10064, prefix("64:FF9B::", 56), opt); in testParseCannedOption()
108 assertPref64OptMatches(600, prefix(PREFIX1, 96), opt); in testParsing()
113 assertPref64OptMatches(0, prefix(PREFIX1, 64), opt); in testParsing()
118 assertPref64OptMatches(8, prefix(PREFIX2, 56), opt); in testParsing()
124 assertPref64OptMatches(65528, prefix(PREFIX2, 32), opt); in testParsing()
130 assertPref64OptMatches(296, prefix(PREFIX2, 96), opt); in testParsing()
151 assertPref64OptMatches(600, prefix(PREFIX1, 48), opt); in testParsing()
158 assertPref64OptMatches(600, prefix(PREFIX1, 40), opt); in testToString()