Lines Matching refs:FALSE
57 { "192.160.0.1", "192.160.0.1", 33, FALSE},
66 { "192.160.0.1", "10.0.0.1", 8, FALSE},
67 { "192.160.0.1", "10.0.0.1", 32, FALSE},
68 { "192.160.0.1", "10.0.0.1", 0, FALSE},
69 { 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", FALSE},
91 { "nexample.com", "localhost,example.com,.example.de", FALSE},
101 "0.0.1.127.0.0.1.127.0.0." /* 128 bytes "address" */, FALSE},
104 "0.0.1.127.0.0.1.127.0.0" /* 127 bytes "address" */, FALSE},
107 { "foobar", "barfoo", FALSE},
109 { "192.168.0.1", "foobar", FALSE},
112 { "192.168.0.1", "192.168.0.0/32", FALSE},
113 { "192.168.0.1", "192.168.0.0", FALSE},
114 { "192.168.1.1", "192.168.0.0/24", FALSE},
115 { "192.168.1.1", "192.168.0.0/33", FALSE},
116 { "192.168.1.1", "foo, bar, 192.168.0.0/24", FALSE},
119 { "[::1]", "foo, bar, 192.168.0.0/16", FALSE},
123 { "[::1]", "::1/129", FALSE},
129 { "www.example.com", "www2.example.com, .example.net", FALSE},
131 { "nonexample.com", ".example.com, .example.net", FALSE},
132 { NULL, NULL, FALSE}