OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DNS_ZONEFLG_SHUTDOWN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
591
DNS_ZONEFLG_SHUTDOWN
= 0x00080000U,
5547
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_SHUTDOWN
) &&
5551
*
DNS_ZONEFLG_SHUTDOWN
can only be set if references == 0.
12015
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_SHUTDOWN
)) {
12017
* If
DNS_ZONEFLG_SHUTDOWN
is set, all external references to
15157
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_SHUTDOWN
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
566
DNS_ZONEFLG_SHUTDOWN
= 0x00080000U,
5447
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_SHUTDOWN
) &&
5451
*
DNS_ZONEFLG_SHUTDOWN
can only be set if erefs == 0.
11984
if (DNS_ZONE_FLAG(zone,
DNS_ZONEFLG_SHUTDOWN
)) {
11986
* If
DNS_ZONEFLG_SHUTDOWN
is set, all external references to
15039
DNS_ZONE_SETFLAG(zone,
DNS_ZONEFLG_SHUTDOWN
);
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026