Home | History | Annotate | Download | only in net

Lines Matching refs:localhost

29 			{"localhost", []string{"fe80::1%lo0"}},
41 {"localhost", []string{"127.0.0.1", "127.0.0.2", "127.0.0.3"}},
42 {"localhost.localdomain", []string{"127.0.0.3"}},
48 {"localhost", []string{"::1", "fe80::1", "fe80::2%lo0", "fe80::3%lo0"}},
49 {"localhost.localdomain", []string{"fe80::3%lo0"}},
95 {"fe80::1%lo0", []string{"localhost"}},
107 {"127.0.0.1", []string{"localhost"}},
108 {"127.0.0.2", []string{"localhost"}},
109 {"127.0.0.3", []string{"localhost", "localhost.localdomain"}},
115 {"::1", []string{"localhost"}},
116 {"fe80::1", []string{"localhost"}},
117 {"fe80::2%lo0", []string{"localhost"}},
118 {"fe80::3%lo0", []string{"localhost", "localhost.localdomain"}},
157 ent := staticHostEntry{"localhost", []string{"127.0.0.1", "127.0.0.2", "127.0.0.3"}}
167 ent = staticHostEntry{"::1", []string{"localhost"}}