OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zonetype
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/mpl/bind/dist/doc/misc/
cfg_test.c
73
unsigned int
zonetype
= 0;
local
116
zonetype
= CFG_ZONE_PRIMARY;
120
zonetype
= CFG_ZONE_SECONDARY;
122
zonetype
= CFG_ZONE_MIRROR;
124
zonetype
= CFG_ZONE_STUB;
126
zonetype
= CFG_ZONE_STATICSTUB;
128
zonetype
= CFG_ZONE_HINT;
130
zonetype
= CFG_ZONE_FORWARD;
132
zonetype
= CFG_ZONE_REDIRECT;
134
zonetype
= CFG_ZONE_INVIEW
[
all
...]
/src/external/mpl/bind/dist/lib/ns/
notify.c
154
dns_zonetype_t
zonetype
= dns_zone_gettype(zone);
local
156
if ((
zonetype
== dns_zone_primary) ||
157
(
zonetype
== dns_zone_secondary) ||
158
(
zonetype
== dns_zone_mirror) ||
159
(
zonetype
== dns_zone_stub))
/src/external/mpl/bind/dist/bin/check/
named-checkzone.c
50
dns_zonetype_t
zonetype
= dns_zone_primary;
variable
/src/external/bsd/unbound/dist/libunbound/python/
libunbound.i
479
def zone_add(self,zonename,
zonetype
):
483
:param
zonetype
: type of the zone ("static",...)
486
return _unbound.ub_ctx_zone_add(self,zonename,
zonetype
)
/src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
grammar.h
580
cfg_print_zonegrammar(const unsigned int
zonetype
, unsigned int flags,
585
* '
zonetype
'.
/src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
grammar.h
601
cfg_print_zonegrammar(const unsigned int
zonetype
, unsigned int flags,
606
* '
zonetype
'.
/src/external/mpl/bind/dist/lib/isccfg/
check.c
5393
const char *zonename, *
zonetype
;
local
5417
zonetype
= "";
5451
zonetype
= cfg_obj_asstring(obj);
5454
if (strcasecmp(
zonetype
, "primary") != 0 &&
5455
strcasecmp(
zonetype
, "master") != 0 &&
5456
strcasecmp(
zonetype
, "secondary") != 0 &&
5457
strcasecmp(
zonetype
, "slave") != 0)
namedconf.c
944
static cfg_type_t cfg_type_zonetype = { "
zonetype
", cfg_parse_enum,
4077
cfg_print_zonegrammar(const unsigned int
zonetype
, unsigned int flags,
4102
switch (
zonetype
) {
4155
if ((clause->flags &
zonetype
) == 0 ||
/src/external/mpl/bind/dist/bin/named/
server.c
15549
dns_zonetype_t
zonetype
;
local
15577
zonetype
= dns_zone_gettype(raw);
15581
zonetype
= dns_zone_gettype(zone);
15584
type = dns_zonetype_name(
zonetype
);
15621
if (
zonetype
== dns_zone_secondary ||
zonetype
== dns_zone_mirror ||
15622
zonetype
== dns_zone_stub ||
zonetype
== dns_zone_redirect)
15631
if (
zonetype
== dns_zone_primary ||
15632
(
zonetype
== dns_zone_secondary && hasraw)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/isccfg/
namedconf.c
805
static cfg_type_t cfg_type_zonetype = { "
zonetype
", cfg_parse_enum,
3799
cfg_print_zonegrammar(const unsigned int
zonetype
, unsigned int flags,
3824
switch (
zonetype
) {
3877
if ((clause->flags &
zonetype
) == 0 ||
Completed in 44 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026