Lines Matching full:delegation

2  * iterator/iter_delegpt.h - delegation point with NS and address information.
39 * This file implements the Delegation Point. It contains a list of name servers
54 * Delegation Point.
58 /** the domain name of the delegation point. */
60 /** length of the delegation point name */
62 /** number of labels in delegation point */
67 /** the target addresses for delegation */
79 * Also true if the delegationpoint was created from a delegation
95 * Nameservers for a delegation point.
139 * Address of target nameserver in delegation point.
142 /** next delegation point in results */
144 /** next delegation point in usable list */
146 /** next delegation point in all targets list */
149 /** delegation point address */
171 * Create new delegation point.
173 * @return new delegation point or NULL on error.
178 * Create a copy of a delegation point.
179 * @param dp: delegation point to copy.
181 * @return new delegation point or NULL on error.
186 * Set name of delegation point.
187 * @param dp: delegation point.
196 * Add a name to the delegation point.
197 * @param dp: delegation point.
210 * @param dp: delegation point.
220 * Add target address to the delegation point.
221 * @param dp: delegation point.
239 * @param dp: delegation point.
251 * @param dp: delegation point.
264 * @param dp: delegation point.
275 * Add address to the delegation point. No servername is associated or checked.
276 * @param dp: delegation point.
293 * Find NS record in name list of delegation point.
294 * @param dp: delegation point.
303 * Find address record in total list of delegation point.
304 * @param dp: delegation point.
313 * Print the delegation point to the log. For debugging.
315 * @param dp: delegation point.
328 * @param dp: delegation point.
334 * @param dp: delegation point.
344 * Create new delegation point from a dns message
348 * delegation point, so the message could be of some other type (some ANSWER
357 * @param regional: where to allocate delegation point.
358 * @return new delegation point or NULL on alloc error, or if the
365 * Mark negative return in delegation point for specific nameserver.
373 * Add negative message to delegation point.
374 * @param dp: delegation point.
382 * @param dp: the delegation point. Updated to reflect no ipv6.
389 * @param dp: the delegation point. Updated to reflect no ipv4.
394 * create malloced delegation point, with the given name
401 * free malloced delegation point.
407 * Set name of delegation point.
408 * @param dp: delegation point. malloced.
415 * add a name to malloced delegation point.
427 * add an address to a malloced delegation point.
442 * Add target address to the delegation point.
462 * @param dp: delegation point.
470 * @param dp: the delegation point.
479 * @param dp: delegation point.