Searched refs:primary6 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | dns.c | 745 if (dns_zone->primary6) 746 option_cache_dereference(&dns_zone->primary6, file, line); 1284 if (zone->primary6) { in find_cached_zone() 1287 zone->primary6, MDL)) { in find_cached_zone() 1388 if (zone->primary6) in cache_found_zone() 1389 option_cache_dereference(&zone->primary6, MDL); in cache_found_zone() 1434 if ((!option_cache_allocate(&zone->primary6, MDL)) || in cache_found_zone() 1435 (!buffer_allocate(&zone->primary6->data.buffer, in cache_found_zone() 1441 memcpy(zone->primary6->data.buffer->data, ns_cb->addrs6, len); in cache_found_zone() 1442 zone->primary6->data.data = in cache_found_zone() [all …]
|
| H A D | parse.c | 2859 if (zone->primary6) { in parse_zone() 2864 if (!option_cache_allocate (&zone->primary6, MDL)) in parse_zone() 2866 oc = zone->primary6; in parse_zone()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | zone4.in4 | 10 primary6 2001::1, 2001::2;
|
| H A D | zone4.out | 17 // "primary6": [
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 1520 struct option_cache *primary6; member
|