Lines Matching defs:newns
1908 struct isns *oldns, *newns;
1952 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
1953 if (strcmp(oldns->i_addr, newns->i_addr) == 0)
1956 if (newns == NULL)
2198 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
2200 if (strcmp(oldns->i_addr, newns->i_addr) == 0)
2203 isns_register(newns, oldns);
2687 struct isns *newns;
2838 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next)
2839 isns_check(newns);