Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dresolverdialfunc_test.go62 …if got, want := sortedIPStrings(ips), []string{"0:200::e00", "1.2.3.4", "1::f", "5.6.7.8"}; !refle…
95 func sortedIPStrings(ips []IP) []string { func