Lines Matching full:localhost
28 {"localhost", []string{"fe80::1%lo0"}},
40 {"localhost", []string{"127.0.0.1", "127.0.0.2", "127.0.0.3"}},
41 {"localhost.localdomain", []string{"127.0.0.3"}},
47 {"localhost", []string{"::1", "fe80::1", "fe80::2%lo0", "fe80::3%lo0"}},
48 {"localhost.localdomain", []string{"fe80::3%lo0"}},
80 {"fe80::1%lo0", []string{"localhost"}},
92 {"127.0.0.1", []string{"localhost"}},
93 {"127.0.0.2", []string{"localhost"}},
94 {"127.0.0.3", []string{"localhost", "localhost.localdomain"}},
100 {"::1", []string{"localhost"}},
101 {"fe80::1", []string{"localhost"}},
102 {"fe80::2%lo0", []string{"localhost"}},
103 {"fe80::3%lo0", []string{"localhost", "localhost.localdomain"}},