| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| dnsrps.c | 38 #include <dns/librpz.h> 82 clist = librpz->clist_create(&emsg, NULL, NULL, NULL, 89 client = librpz->client_create(&emsg, clist, cstr, 93 librpz->clist_detach(&clist); 98 if (!librpz->rsp_create(&emsg, &rsp, NULL, client, true, 103 librpz->client_detach(&client); 104 librpz->clist_detach(&clist); 108 if (!librpz->soa_serial(&emsg, &serial, optarg, rsp)) { 110 librpz->rsp_detach(&rsp); 111 librpz->client_detach(&client) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| dnsrps.c | 38 librpz_t *librpz = NULL; variable 97 level <= librpz->log_level_val(LIBRPZ_LOG_INVALID)) 111 case LIBRPZ_LOG_TRACE3: /* librpz hits */ 115 case LIBRPZ_LOG_TRACE4: /* librpz lookups */ 138 INSIST(librpz == NULL); 142 * Notice if librpz is available. 144 librpz = librpz_lib_open(&librpz_lib_open_emsg, &librpz_handle, 146 if (librpz == NULL) { 152 librpz->set_log(dnsrps_log_fnc, NULL); 154 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock [all...] |
| rpz.c | 2179 librpz->client_detach(&rpzs->rps_client);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dnsrps.c | 37 librpz_t *librpz; variable 96 level <= librpz->log_level_val(LIBRPZ_LOG_INVALID)) 116 case LIBRPZ_LOG_TRACE3: /* librpz hits */ 120 case LIBRPZ_LOG_TRACE4: /* librpz lookups */ 137 INSIST(librpz == NULL); 141 * Notice if librpz is available. 143 librpz = librpz_lib_open(&librpz_lib_open_emsg, &librpz_handle, 146 * Stop now without complaining if librpz is not available. 147 * Complain later if and when librpz is needed for a view with 150 if (librpz == NULL) [all...] |
| rpz.c | 2290 librpz->client_detach(&rpzs->rps_client);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dnsrps.h | 27 #include <dns/librpz.h> 31 * Error message if dlopen(librpz) failed. 36 * These shim BIND9 database, node, and rdataset are handles on RRs from librpz. 76 * Convert a classic BIND9 RPZ rewrite or trigger type to a librpz trigger type.
|
| librpz.h | 1 /* $NetBSD: librpz.h,v 1.12 2026/01/29 18:37:50 christos Exp $ */ 18 * library, librpz. 21 * resolver and librpz to avoid name space pollution. 174 librpz_cznum_t cznum; /* librpz client zone number */ 180 * librpz trace or log levels. 187 LIBRPZ_LOG_TRACE3 = 4, /* librpz hits */ 188 LIBRPZ_LOG_TRACE4 = 5, /* librpz lookups */ 204 * Point librpz logging functions to the resolver's choice. 210 * librpz error messages are put in these buffers. 279 * As far as clients are concerned, there are the following possible librpz [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| dnsrps.h | 28 #include <dns/librpz.h> 32 * Error message if dlopen(librpz) failed. 37 * These shim BIND9 database, node, and rdataset are handles on RRs from librpz. 76 * Convert a classic BIND9 RPZ rewrite or trigger type to a librpz trigger type.
|
| librpz.h | 1 /* $NetBSD: librpz.h,v 1.1 2024/02/18 20:57:37 christos Exp $ */ 18 * library, librpz. 21 * resolver and librpz to avoid name space pollution. 174 librpz_cznum_t cznum; /* librpz client zone number */ 181 * librpz trace or log levels. 188 LIBRPZ_LOG_TRACE3 = 4, /* librpz hits */ 189 LIBRPZ_LOG_TRACE4 = 5, /* librpz lookups */ 205 * Point librpz logging functions to the resolver's choice. 211 * librpz error messages are put in these buffers. 287 * As far as clients are concerned, there are the following possible librpz [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| test-data.h | 34 #include <dns/librpz.h>
|
| dummylib.c | 50 #include <dns/librpz.h>
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 2786 librpz->have_trig(dns_dnsrps_type2trig(rpz_type), 3274 if (!librpz->rsp_result(emsg, &rpsdb->result, recursed, rpsdb->rsp)) { 3286 if (!librpz->rsp_pop_discard(emsg, rpsdb->rsp)) { 3296 if (!librpz->rsp_domain(emsg, &pname_buf, rpsdb->rsp)) { 3307 if (!librpz->rsp_forget_zone(emsg, rpsdb->result.cznum, rpsdb->rsp) || 3308 !librpz->rsp_pop(emsg, &rpsdb->result, rpsdb->rsp)) 3336 if (!librpz->rsp_result(emsg, &rpsdb->result, recursed, rpsdb->rsp)) { 3347 if (!librpz->rsp_soa(emsg, NULL, NULL, &rpsdb->origin_buf, 3356 if (!librpz->rsp_domain(emsg, &pname_buf, rpsdb->rsp)) { 3387 if (!librpz->rsp_rr(emsg, &foundtype, NULL, NULL, NULL [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 2527 if (librpz == NULL) { 9302 * It's okay if librpz isn't available. We'll complain
|
| /src/external/mpl/bind/dist/ |
| configure | 1741 --with-dnsrps-libname DNSRPS provider library name (librpz.so) 29301 # modern C compiler. It is enabled on systems with dlopen() and librpz.so. 29304 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for librpz __attribute__s" >&5 29305 printf %s "checking for librpz __attribute__s... " >&6; } 29363 e) librpz_name="librpz.so" ;; 29390 # Add librpz.so to linked libraries if we are not using dlopen() 29485 as_fn_error $? "dlopen and librpz.so needed for DNSRPS" "$LINENO" 5
|