Home
last modified time | relevance | path

Searched defs:LookupIP (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dlookup.go205 func LookupIP(host string) ([]IP, error) { func
227 func (r *Resolver) LookupIP(ctx context.Context, network, host string) ([]IP, error) { func