Lines Matching +full:s +full:- +full:merged
2 * respip/respip.h - IP-based response modification module
58 * Client-specific attributes that can affect IP-based actions.
60 * defined as a separate structure to avoid dependency on the daemon-specific
62 * respip_set is supposed to refer to the response-ip set for the global view.
76 * Data items representing the result of response-ip processing.
109 * Apply response-ip config settings to the global (default) view.
118 * Apply response-ip config settings in named views.
132 * A merged new reply will be built using 'region' and *new_repp will point
134 * If the target reply would also be subject to a response-ip action for
135 * 'cinfo', this function uses 'base_rep' as the merged reply, ignoring
138 * RRSIGs in 'tgt_rep' will be excluded in the merged reply, as the resulting
139 * reply is assumed to be faked due to a response-ip action and can't be
147 * @param must_validate: whether 'tgt_rep' must be DNSSEC-validated.
148 * @param new_repp: pointer placeholder for the merged reply. will be intact
161 * See if any IP-based action should apply to any IP address of AAAA/A answer
165 * shallow-copied into '*new_repp'; the caller must ensure that the rrsets
169 * @param cinfo: client-specific info to identify the best matching action.
173 * @param actinfo: result of response-ip processing
192 * Get the response-ip function block.
193 * @return: function block with function pointers to response-ip methods.
197 /** response-ip init */
200 /** response-ip deinit */
203 /** response-ip operate on a query */
207 /** inform response-ip super */
211 /** response-ip cleanup query state */
232 /** response-ip alloc size routine */
238 * @return 0 if the specified set exists (non-NULL) and is non-empty;
244 * print log information for a query subject to an inform or inform-deny
245 * response-ip action.
246 * @param respip_actinfo: response-ip information that causes the action
248 * non-NULL.
254 * @param addr: the client's source address and port.
255 * @param addrlen: the client's source address length.
278 * Add RR to resp_addr's RRset. Create RRset if not existing.