OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alternates
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/mail/
cmd3.c
1102
alternates
(void *v)
function
/src/external/mpl/bind/dist/lib/isccfg/
check.c
228
const cfg_obj_t *
alternates
= NULL;
local
238
(void)cfg_map_get(options, "dual-stack-servers", &
alternates
);
240
if (
alternates
== NULL) {
244
obj = cfg_tuple_get(
alternates
, "port");
255
obj = cfg_tuple_get(
alternates
, "addresses");
/src/external/mpl/bind/dist/bin/named/
server.c
486
const cfg_obj_t *
alternates
);
4187
const cfg_obj_t *
alternates
;
local
5145
alternates
= NULL;
5146
(void)named_config_get(maps, "dual-stack-servers", &
alternates
);
5147
if (
alternates
!= NULL) {
5148
CHECK(configure_alternates(config, view,
alternates
));
6312
const cfg_obj_t *
alternates
) {
6324
if (
alternates
!= NULL) {
6325
portobj = cfg_tuple_get(
alternates
, "port");
6339
if (
alternates
!= NULL)
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026