Home | History | Annotate | Download | only in dns

Lines Matching full:matching

197 // Rule 2: Prefer matching scope.
199 AddMapping("3002::1", "4000::10"); // matching global
200 AddMapping("ff32::1", "fe81::10"); // matching link-local
201 AddMapping("fec1::1", "fec1::10"); // matching node-local
205 // In all three cases, matching scope is preferred.
217 // Matching scope.
236 // Rule 5: Prefer matching label.
238 AddMapping("::1", "::1"); // matching loopback
239 AddMapping("::ffff:1234:1", "::ffff:1234:10"); // matching IPv4-mapped
277 // Matching scope. Should precede the others by Rule 2.
290 // Rule 9: Use longest matching prefix.