HomeSort by: relevance | last modified time | path
    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