Lines Matching refs:TRUE

59     { "192.160.0.1", "192.160.0.1", 32, TRUE},
60 { "192.160.0.1", "192.160.0.1", 0, TRUE},
61 { "192.160.0.1", "192.160.0.1", 24, TRUE},
62 { "192.160.0.1", "192.160.0.1", 26, TRUE},
63 { "192.160.0.1", "192.160.0.1", 20, TRUE},
64 { "192.160.0.1", "192.160.0.1", 18, TRUE},
65 { "192.160.0.1", "192.160.0.1", 12, TRUE},
66 { "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},
81 { "www.example.com", "localhost .example.com .example.de", TRUE, TRUE},
82 { "www.example.com", "localhost,.example.com,.example.de", TRUE, FALSE},
83 { "www.example.com.", "localhost,.example.com,.example.de", TRUE, FALSE},
84 { "example.com", "localhost,.example.com,.example.de", TRUE, FALSE},
85 { "example.com.", "localhost,.example.com,.example.de", TRUE, FALSE},
86 { "www.example.com", "localhost,.example.com.,.example.de", TRUE, FALSE},
88 TRUE, FALSE},
89 { "example.com", "localhost,example.com,.example.de", TRUE, FALSE},
90 { "example.com.", "localhost,example.com,.example.de", TRUE, FALSE},
92 { "www.example.com", "localhost,example.com,.example.de", TRUE, FALSE},
93 { "127.0.0.1", "127.0.0.1,localhost", TRUE, FALSE},
94 { "127.0.0.1", "127.0.0.1,localhost,", TRUE, FALSE},
95 { "127.0.0.1", "127.0.0.1/8,localhost,", TRUE, FALSE},
96 { "127.0.0.1", "127.0.0.1/28,localhost,", TRUE, FALSE},
97 { "127.0.0.1", "127.0.0.1/31,localhost,", TRUE, FALSE},
98 { "127.0.0.1", "localhost,127.0.0.1", TRUE, FALSE},
105 { "localhost", "localhost,127.0.0.1", TRUE, FALSE},
106 { "localhost", "127.0.0.1,localhost", TRUE, FALSE},
108 { "foobar", "foobar", TRUE, FALSE},
110 { "192.168.0.1", "192.168.0.0/16", TRUE, FALSE},
111 { "192.168.0.1", "192.168.0.0/24", TRUE, FALSE},
116 { "192.168.1.1", "foo, bar, 192.168.0.0/16", TRUE, FALSE},
118 { "[::1]", "foo, bar, ::1/64", TRUE, FALSE},
119 { "bar", "foo, bar, ::1/64", TRUE, FALSE},
120 { "BAr", "foo, bar, ::1/64", TRUE, FALSE},
121 { "BAr", "foo,,,,, bar, ::1/64", TRUE, FALSE},
122 { "www.example.com", "foo, .example.com", TRUE, FALSE},
124 { "example.com", ".example.com, .example.net", TRUE, FALSE},