Home
last modified time | relevance | path

Searched defs:delegpt (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/unbound/iterator/
H A Diter_delegpt.h57 struct delegpt { struct
66 struct delegpt_ns* nslist; argument
68 struct delegpt_addr* target_list; argument
71 struct delegpt_addr* usable_list; argument
73 struct delegpt_addr* result_list; argument
82 /** for assertions on type of delegpt */ argument
88 /** delegpt from authoritative zone that is locally hosted */ argument
97 struct delegpt_ns { argument
113 /** if the ipv4 address is in the delegpt, 0=not, 1=yes 2=negative, argument
/openbsd/sbin/unwind/libunbound/iterator/
H A Diter_delegpt.h57 struct delegpt { struct
66 struct delegpt_ns* nslist; argument
68 struct delegpt_addr* target_list; argument
71 struct delegpt_addr* usable_list; argument
73 struct delegpt_addr* result_list; argument
82 /** for assertions on type of delegpt */ argument
88 /** delegpt from authoritative zone that is locally hosted */ argument
97 struct delegpt_ns { argument
113 /** if the ipv4 address is in the delegpt, 0=not, 1=yes 2=negative, argument
/openbsd/usr.sbin/nsd/
H A Dnsec3.c959 struct domain *domain, int delegpt) in nsec3_add_ds_proof()