Lines Matching refs:FALSE
58 { "192.160.0.1", "192.160.0.1", 33, FALSE},
67 { "192.160.0.1", "10.0.0.1", 8, FALSE},
68 { "192.160.0.1", "10.0.0.1", 32, FALSE},
69 { "192.160.0.1", "10.0.0.1", 0, FALSE},
70 { NULL, NULL, 0, FALSE} /* end marker */
76 { "::1", "0:0::1", 129, FALSE},
78 { NULL, NULL, 0, FALSE} /* end marker */
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},
91 { "nexample.com", "localhost,example.com,.example.de", FALSE, 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},
101 "0.0.1.127.0.0.1.127.0.0." /* 128 bytes "address" */, FALSE, FALSE},
104 "0.0.1.127.0.0.1.127.0.0" /* 127 bytes "address" */, FALSE, FALSE},
105 { "localhost", "localhost,127.0.0.1", TRUE, FALSE},
106 { "localhost", "127.0.0.1,localhost", TRUE, FALSE},
107 { "foobar", "barfoo", FALSE, FALSE},
108 { "foobar", "foobar", TRUE, FALSE},
109 { "192.168.0.1", "foobar", FALSE, 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},
112 { "192.168.0.1", "192.168.0.0/32", FALSE, FALSE},
113 { "192.168.0.1", "192.168.0.0", FALSE, FALSE},
114 { "192.168.1.1", "192.168.0.0/24", FALSE, FALSE},
115 { "192.168.1.1", "foo, bar, 192.168.0.0/24", FALSE, FALSE},
116 { "192.168.1.1", "foo, bar, 192.168.0.0/16", TRUE, FALSE},
117 { "[::1]", "foo, bar, 192.168.0.0/16", FALSE, 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},
123 { "www.example.com", "www2.example.com, .example.net", FALSE, FALSE},
124 { "example.com", ".example.com, .example.net", TRUE, FALSE},
125 { "nonexample.com", ".example.com, .example.net", FALSE, FALSE},
126 { NULL, NULL, FALSE, FALSE}
147 bool spacesep = FALSE;