Searched defs:mapped (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | dns64.c | 30 * Which clients get mapped 33 dns_acl_t * mapped; /* member in struct:dns_dns64 34 * IPv4 addresses to be mapped. 41 * Start of mapped address. 51 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, 85 dns64->mapped = NULL; 86 if (mapped != NULL) 87 dns_acl_attach(mapped, &dns64->mapped); 113 if (dns64->mapped ! 49 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64p) argument [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | nameprep.c | 147 const char *mapped; local 154 mapped = NULL; 157 mapped = (*handle->map_proc)(v); 160 if (mapped == NULL) { 170 mappeddata = (const unsigned char *)mapped + 1; 171 mappedlen = *mapped;
|
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 131 mapped, member in struct:dig_lookup
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 3292 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local 3619 clients = mapped = excluded = NULL; 3630 (void)cfg_map_get(map, "mapped", &obj); 3634 mctx, 0, &mapped); 3666 clients, mapped, excluded, 3678 if (mapped != NULL) 3679 dns_acl_detach(&mapped); 4903 if (mapped != NULL) 4904 dns_acl_detach(&mapped); 7559 result = ns_config_get(maps, "match-mapped [all...] |
Completed in 38 milliseconds