OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifytype
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/bin/named/
zoneconf.c
875
dns_notifytype_t
notifytype
= dns_notifytype_yes;
local
1246
notifytype
= dns_notifytype_yes;
1248
notifytype
= dns_notifytype_no;
1253
notifytype
= dns_notifytype_explicit;
1257
notifytype
= dns_notifytype_masteronly;
1262
notifytype
= process_notifytype(
notifytype
, ztype, zname,
1267
dns_zone_setnotifytype(zone,
notifytype
);
1272
(
notifytype
== dns_notifytype_yes ||
1273
notifytype
== dns_notifytype_explicit |
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
zone.c
340
dns_notifytype_t
notifytype
;
member in struct:dns_zone
1181
.
notifytype
= dns_notifytype_yes,
1507
dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t
notifytype
) {
1511
zone->
notifytype
=
notifytype
;
12938
dns_notifytype_t
notifytype
;
local
12951
notifytype
= zone->
notifytype
;
12961
if (
notifytype
== dns_notifytype_no) {
12965
if (
notifytype
== dns_notifytype_masteronly &
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
333
dns_notifytype_t
notifytype
;
member in struct:dns_zone
1117
.
notifytype
= dns_notifytype_yes,
1482
dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t
notifytype
) {
1486
zone->
notifytype
=
notifytype
;
12825
dns_notifytype_t
notifytype
;
local
12836
notifytype
= zone->
notifytype
;
12846
if (
notifytype
== dns_notifytype_no) {
12850
if (
notifytype
== dns_notifytype_masteronly &
[
all
...]
Completed in 111 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026