| /src/external/mpl/bind/dist/bin/check/ |
| check-tool.c | 157 checkns(dns_zone_t *zone, const dns_name_t *name, const dns_name_t *owner, function 631 dns_zone_setcheckns(zone, checkns);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| zone.h | 2233 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns); 2235 * Set the post load integrity callback function 'checkns'. 2236 * 'checkns' will be called if the NS TARGET is not within the zone.
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| zone.h | 2245 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns); 2247 * Set the post load integrity callback function 'checkns'. 2248 * 'checkns' will be called if the NS TARGET is not within the zone.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 391 dns_checknsfunc_t checkns; member in struct:dns_zone 3030 if (zone->checkns != NULL) { 3031 return ((zone->checkns)(zone, name, owner, NULL, NULL)); 3092 if (zone->checkns != NULL) { 3093 answer = (zone->checkns)(zone, name, owner, &a, 3132 if (result == DNS_R_DELEGATION && zone->checkns != NULL) 3134 (void)(zone->checkns)(zone, name, owner, &a, 20043 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns) { 20045 zone->checkns = checkns; [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 384 dns_checknsfunc_t checkns; member in struct:dns_zone 2947 if (zone->checkns != NULL) { 2948 return (zone->checkns)(zone, name, owner, NULL, NULL); 3009 if (zone->checkns != NULL) { 3010 answer = (zone->checkns)(zone, name, owner, &a, 3049 if (result == DNS_R_DELEGATION && zone->checkns != NULL) 3051 (void)(zone->checkns)(zone, name, owner, &a, 20407 dns_zone_setcheckns(dns_zone_t *zone, dns_checknsfunc_t checkns) { 20409 zone->checkns = checkns; [all...] |