Home
last modified time | relevance | path

Searched refs:fixed_prefix (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c4132 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;
H A Dmdb6.c2455 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()
H A Dconfpars.c4466 h = &host_decl->fixed_prefix; in parse_fixed_prefix6()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h985 struct iaddrcidrnetlist *fixed_prefix; member