Searched defs:dialups (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/bind9/
H A Dcheck.c1818 static optionstable dialups[] = { local
2181 i < sizeof(dialups) / sizeof(dialups[0]);
2184 if (strcasecmp(dialups[i].name, str) != 0)
2186 if ((dialups[i].allowed & ztype) == 0) {
2197 if (i == sizeof(dialups) / sizeof(dialups[0])) {

Completed in 22 milliseconds