OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdset
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rdatalist.c
182
dns_rdataset_t *
rdset
;
local
187
for (
rdset
= ISC_LIST_HEAD(name->list);
rdset
!= NULL;
188
rdset
= ISC_LIST_NEXT(
rdset
, link))
190
if (
rdset
->rdclass != rdataset->rdclass) {
193
if (
rdset
->type == dns_rdatatype_nsec ||
194
rdset
->type == dns_rdatatype_nsec3)
196
neg =
rdset
;
203
for (
rdset
= ISC_LIST_HEAD(name->list); rdset != NULL
288
dns_rdataset_t *
rdset
;
local
[
all
...]
zone.c
10113
* '
rdset
' contains either a DNSKEY rdataset from the zone apex, or
10120
* '
rdset
', or false if not.
10124
matchkey(dns_rdataset_t *
rdset
, dns_rdata_t *rr) {
10138
for (result = dns_rdataset_first(
rdset
); result == ISC_R_SUCCESS;
10139
result = dns_rdataset_next(
rdset
))
10142
dns_rdataset_current(
rdset
, &rdata);
10170
dns_rdataset_t *
rdset
;
local
10176
rdset
= &kfetch->dnskeysigset;
10181
result = dns_rdataset_first(
rdset
);
10186
dns_rdataset_current(
rdset
, &sigrr)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
rdatalist.c
196
dns_rdataset_t *
rdset
;
local
201
for (
rdset
= ISC_LIST_HEAD(name->list);
rdset
!= NULL;
202
rdset
= ISC_LIST_NEXT(
rdset
, link))
204
if (
rdset
->rdclass != rdataset->rdclass) {
207
if (
rdset
->type == dns_rdatatype_nsec ||
208
rdset
->type == dns_rdatatype_nsec3)
210
neg =
rdset
;
217
for (
rdset
= ISC_LIST_HEAD(name->list); rdset != NULL
301
dns_rdataset_t *
rdset
;
local
[
all
...]
zone.c
10147
* '
rdset
' contains either a DNSKEY rdataset from the zone apex, or
10154
* '
rdset
', or false if not.
10158
matchkey(dns_rdataset_t *
rdset
, dns_rdata_t *rr) {
10172
for (result = dns_rdataset_first(
rdset
); result == ISC_R_SUCCESS;
10173
result = dns_rdataset_next(
rdset
))
10176
dns_rdataset_current(
rdset
, &rdata);
10204
dns_rdataset_t *
rdset
;
local
10212
rdset
= &kfetch->dnskeysigset;
10217
result = dns_rdataset_first(
rdset
);
10222
dns_rdataset_current(
rdset
, &sigrr)
[
all
...]
/src/external/bsd/unbound/dist/iterator/
iter_resptype.h
117
* @param
rdset
: if RD bit was sent in query sent by unbound.
125
enum response_type response_type_from_server(int
rdset
,
iter_resptype.c
108
response_type_from_server(int
rdset
,
127
!(msg->rep->flags&BIT_AA) && !
rdset
)
224
!(msg->rep->flags&BIT_AA) && !
rdset
)
246
!(msg->rep->flags&BIT_AA) && !
rdset
)
257
!(msg->rep->flags&BIT_AA) && !
rdset
)
264
if(
rdset
) /* forward or reclame not LAME */
306
if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !
rdset
)
Completed in 70 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026