Searched refs:fixed_prefix (Results 1 – 4 of 4) sorted by relevance
4132 if ((reply->host != NULL) && (reply->host->fixed_prefix != NULL)) {4135 for (fp = reply->host->fixed_prefix; fp != NULL;4736 for (l = reply->host->fixed_prefix; l != NULL; l = l->next) {4878 for (l = reply->host->fixed_prefix; l != NULL; l = l->next) {4887 l = reply->host->fixed_prefix;6478 if (host->fixed_prefix != NULL) {6482 for (l = host->fixed_prefix; l != NULL;
2455 if (h->fixed_prefix == NULL) { in mark_phosts_unavailable_support()2462 for (l = h->fixed_prefix; l != NULL; l = l->next) { in mark_phosts_unavailable_support()
4466 h = &host_decl->fixed_prefix; in parse_fixed_prefix6()
985 struct iaddrcidrnetlist *fixed_prefix; member