HomeSort by: relevance | last modified time | path
    Searched refs:add_server (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
resconf.c 206 add_server(isc_mem_t *mctx, const char *address_str, function
310 result = add_server(conf->mctx, word, &conf->nameservers);
630 (void)add_server(conf->mctx, "::1", &conf->nameservers);
631 (void)add_server(conf->mctx, "127.0.0.1", &conf->nameservers);
  /src/external/mpl/dhcp/bind/dist/lib/irs/
resconf.c 213 add_server(isc_mem_t *mctx, const char *address_str, function
308 result = add_server(conf->mctx, word, &conf->nameservers);
618 (void)add_server(conf->mctx, "::1", &conf->nameservers);
619 (void)add_server(conf->mctx, "127.0.0.1", &conf->nameservers);

Completed in 23 milliseconds