OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_NSEC3FLAG_OPTOUT
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/rdata/generic/
nsec3_50.h
41
#define
DNS_NSEC3FLAG_OPTOUT
0x01U
/src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
nsec3_50.h
42
#define
DNS_NSEC3FLAG_OPTOUT
0x01U
/src/external/mpl/bind/dist/lib/dns/
nsec3.c
46
#define OPTOUT(x) (((x) &
DNS_NSEC3FLAG_OPTOUT
) != 0)
579
flags = nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
;
1518
nsec3.flags = nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
;
2166
DNS_NSEC3FLAG_OPTOUT
) != 0);
zoneverify.c
671
*optout = ((nsec3.flags &
DNS_NSEC3FLAG_OPTOUT
) != 0);
validator.c
358
if ((nsec3.flags &
DNS_NSEC3FLAG_OPTOUT
) == 0) {
zone.c
3835
if ((nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
) != 0) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
nsec3.c
53
#define OPTOUT(x) (((x)&
DNS_NSEC3FLAG_OPTOUT
) != 0)
594
flags = nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
;
1523
nsec3.flags = nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
;
2181
DNS_NSEC3FLAG_OPTOUT
) != 0);
zoneverify.c
671
*optout = ((nsec3.flags &
DNS_NSEC3FLAG_OPTOUT
) != 0);
validator.c
352
if ((nsec3.flags &
DNS_NSEC3FLAG_OPTOUT
) == 0) {
zone.c
3748
if ((nsec3param->flags &
DNS_NSEC3FLAG_OPTOUT
) != 0) {
/src/external/mpl/bind/include/dns/
rdatastruct.h
1396
#define
DNS_NSEC3FLAG_OPTOUT
0x01U
/src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h
1551
#define
DNS_NSEC3FLAG_OPTOUT
0x01U
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c
112
#define OPTOUT(x) (((x) &
DNS_NSEC3FLAG_OPTOUT
) != 0)
3466
nsec3flags &= ~
DNS_NSEC3FLAG_OPTOUT
;
3468
nsec3flags |=
DNS_NSEC3FLAG_OPTOUT
;
/src/external/mpl/bind/dist/lib/ns/
update.c
2453
if ((tuple->rdata.data[1] & ~
DNS_NSEC3FLAG_OPTOUT
) != 0) {
2557
buf[2] ^=
DNS_NSEC3FLAG_OPTOUT
;
2994
if ((rdata.data[1] & ~
DNS_NSEC3FLAG_OPTOUT
) !=
query.c
5026
optout = ((nsec3.flags &
DNS_NSEC3FLAG_OPTOUT
) != 0);
Completed in 83 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026