Lines Matching refs:TRUE

58     { "192.160.0.1", "192.160.0.1", 32, TRUE},
59 { "192.160.0.1", "192.160.0.1", 0, TRUE},
60 { "192.160.0.1", "192.160.0.1", 24, TRUE},
61 { "192.160.0.1", "192.160.0.1", 26, TRUE},
62 { "192.160.0.1", "192.160.0.1", 20, TRUE},
63 { "192.160.0.1", "192.160.0.1", 18, TRUE},
64 { "192.160.0.1", "192.160.0.1", 12, TRUE},
65 { "192.160.0.1", "192.160.0.1", 8, TRUE},
73 { "::1", "::1", 0, TRUE},
74 { "::1", "::1", 128, TRUE},
75 { "::1", "0:0::1", 128, TRUE},
77 { "fe80::ab47:4396:55c9:8474", "fe80::ab47:4396:55c9:8474", 64, TRUE},
83 { "www.example.com", "localhost,.example.com,.example.de", TRUE},
84 { "www.example.com.", "localhost,.example.com,.example.de", TRUE},
85 { "example.com", "localhost,.example.com,.example.de", TRUE},
86 { "example.com.", "localhost,.example.com,.example.de", TRUE},
87 { "www.example.com", "localhost,.example.com.,.example.de", TRUE},
88 { "www.example.com", "localhost,www.example.com.,.example.de", TRUE},
89 { "example.com", "localhost,example.com,.example.de", TRUE},
90 { "example.com.", "localhost,example.com,.example.de", TRUE},
92 { "www.example.com", "localhost,example.com,.example.de", TRUE},
93 { "127.0.0.1", "127.0.0.1,localhost", TRUE},
94 { "127.0.0.1", "127.0.0.1,localhost,", TRUE},
95 { "127.0.0.1", "127.0.0.1/8,localhost,", TRUE},
96 { "127.0.0.1", "127.0.0.1/28,localhost,", TRUE},
97 { "127.0.0.1", "127.0.0.1/31,localhost,", TRUE},
98 { "127.0.0.1", "localhost,127.0.0.1", TRUE},
105 { "localhost", "localhost,127.0.0.1", TRUE},
106 { "localhost", "127.0.0.1,localhost", TRUE},
108 { "foobar", "foobar", TRUE},
110 { "192.168.0.1", "192.168.0.0/16", TRUE},
111 { "192.168.0.1", "192.168.0.0/24", TRUE},
117 { "192.168.1.1", "foo, bar, 192.168.0.0/16", TRUE},
120 { "[::1]", "foo, bar, ::1/64", TRUE},
121 { "[::1]", "::1/64", TRUE},
122 { "[::1]", "::1/96", TRUE},
124 { "bar", "foo, bar, ::1/64", TRUE},
125 { "BAr", "foo, bar, ::1/64", TRUE},
126 { "BAr", "foo,,,,, bar, ::1/64", TRUE},
128 { "www.example.com", "foo, .example.com", TRUE},
130 { "example.com", ".example.com, .example.net", TRUE},