Home | History | Annotate | Download | only in net

Lines Matching refs:localhost

17 	localhost string
266 {"localhost", "myhostname", hostLookupCgo},
267 {"Localhost", "myhostname", hostLookupCgo},
268 {"anything.localhost", "myhostname", hostLookupCgo},
269 {"Anything.localhost", "myhostname", hostLookupCgo},
270 {"localhost.localdomain", "myhostname", hostLookupCgo},
271 {"Localhost.Localdomain", "myhostname", hostLookupCgo},
272 {"anything.localhost.localdomain", "myhostname", hostLookupCgo},
273 {"Anything.Localhost.Localdomain", "myhostname", hostLookupCgo},
332 getHostname = func() (string, error) { return ht.localhost, nil }