Lines Matching defs:is

6  * This software is open source.
115 * Get the label that is just before the root label.
750 /* dname_stripped is consumed or freed by the insert routine */
839 /* from localzone.c; difference is we don't have a dname */
1017 /* name is free'd in local_zone delete */
1023 /* this rpz action is not valid, eg. this is the SOA or NS RR */
1030 log_err("rpz: name of record (%s) to insert into RPZ is not a "
1034 log_err("rpz: name of record to insert into RPZ is not a "
1381 * from the linked list. Returns if the local data is empty and the node can
1399 /* if the list is empty, the node can be removed too */
1508 /* this rpz action is not valid, eg. this is the SOA or NS RR */
1557 * The repinfo contains the reply address. If it is NULL, the module
1558 * state is used to report the first IP address (if any).
1559 * The dname is used, for the applied rpz, if NULL, addrnode is used.
1960 /* this rrset is from the rpz data, or synthesized.
1961 * It is not actually from the network, so we flag it with this
1962 * flags as a fake RRset. If later the cache is used to look up
2120 rpz_delegation_point_ipbased_trigger_lookup(struct rpz* rpz, struct iter_qstate* is)
2124 if(is->dp == NULL) { return NULL; }
2125 for(cursor = is->dp->target_list;
2288 rpz_callback_from_iterator_module(struct module_qstate* ms, struct iter_qstate* is)
2298 verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
2326 z = rpz_delegation_point_zone_lookup(is->dp, r->nsdname_zones,
2333 raddr = rpz_delegation_point_ipbased_trigger_lookup(r, is);
2356 struct iter_qstate* is)
2366 verbose(VERB_ALGO, "query is rpz_passthru, no further processing");
2382 z = rpz_find_zone(r->local_zones, is->qchase.qname,
2383 is->qchase.qname_len, is->qchase.qclass, 0, 0, 0);
2412 dname_str(is->qchase.qname, nm);
2423 ret = rpz_synthesize_nxdomain(r, ms, &is->qchase, a);
2426 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2435 ret = rpz_synthesize_nodata(r, ms, &is->qchase, a);
2439 ret = rpz_synthesize_qname_localdata_msg(r, ms, &is->qchase, z, a);
2440 if(ret == NULL) { ret = rpz_synthesize_nodata(r, ms, &is->qchase, a); }
2454 &is->qchase, NULL, ms, r->log_name);