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_NOTIFY_STARTUP
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
704
DNS_NOTIFY_STARTUP
= 1 << 1,
12438
if (notify->rlevent != NULL && (flags &
DNS_NOTIFY_STARTUP
) == 0 &&
12439
(notify->flags &
DNS_NOTIFY_STARTUP
) != 0)
12448
notify->flags &= ~
DNS_NOTIFY_STARTUP
;
12880
startup = ((notify->flags &
DNS_NOTIFY_STARTUP
) != 0);
12985
flags |=
DNS_NOTIFY_STARTUP
;
16429
notify_send_queue(notify, notify->flags &
DNS_NOTIFY_STARTUP
);
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
692
#define
DNS_NOTIFY_STARTUP
0x0002U
12359
if (notify->event != NULL && (flags &
DNS_NOTIFY_STARTUP
) == 0 &&
12360
(notify->flags &
DNS_NOTIFY_STARTUP
) != 0)
12369
notify->flags &= ~
DNS_NOTIFY_STARTUP
;
12780
startup = ((notify->flags &
DNS_NOTIFY_STARTUP
) != 0);
12870
flags |=
DNS_NOTIFY_STARTUP
;
16292
startup = (notify->flags &
DNS_NOTIFY_STARTUP
);
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026