Home | History | Annotate | Download | only in DNS

Lines Matching defs:ndots

38 private int ndots = -1;
101 int ndots = Integer.parseInt(token);
102 if (ndots >= 0) {
104 System.out.println("setting ndots " + token);
105 return ndots;
123 if (ndots < 0 && lndots > 0)
124 ndots = lndots;
258 if (token.startsWith("ndots:")) {
482 * Returns the located ndots value, or the default (1) if not configured.
483 * Note that ndots can only be configured in a resolv.conf file, and will only
488 ndots() {
489 if (ndots < 0)
491 return ndots;