Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/naming/
Ddns_resolver.go63 func formatIP(addr string) (addrIP string, ok bool) { func
123 host, _ = formatIP(host)
225 a, ok := formatIP(a)
246 a, ok := formatIP(a)
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
Ddns_resolver.go85 host, _ = formatIP(host)
222 a, ok := formatIP(a)
261 a, ok := formatIP(a)
286 func formatIP(addr string) (addrIP string, ok bool) { func