Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 8 of 8) sorted by relevance

/resolv/
A Dresolv_conf.c117 free (conf); in conf_decrement()
141 if (conf != NULL) in __resolv_conf_get_current()
161 if (conf != NULL) in __resolv_conf_get_current()
169 return conf; in __resolv_conf_get_current()
199 return conf; in resolv_conf_get_1()
341 if (conf == NULL) in __resolv_conf_get()
344 return conf; in __resolv_conf_get()
352 if (conf == NULL) in __resolv_conf_put()
401 if (conf == NULL) in __resolv_conf_allocate()
461 return conf; in __resolv_conf_allocate()
[all …]
A Dresolv_context.h56 struct resolv_conf *conf; member
98 if (ctx->conf != NULL) in libc_hidden_proto()
101 return ctx->conf->search_list[index]; in libc_hidden_proto()
116 if (ctx->conf != NULL) in __resolv_context_nameserver_count()
117 return ctx->conf->nameserver_list_size; in __resolv_context_nameserver_count()
127 if (ctx->conf != NULL) in __resolv_context_nameserver()
147 if (ctx->conf != NULL) in __resolv_context_sort_count()
148 return ctx->conf->sort_list_size; in __resolv_context_sort_count()
157 if (ctx->conf != NULL) in __resolv_context_sort_entry()
159 if (index < ctx->conf->sort_list_size) in __resolv_context_sort_entry()
[all …]
A Dresolv_context.c62 return ctx->resp->options == ctx->conf->options in replicated_configuration_matches()
63 && ctx->resp->retrans == ctx->conf->retrans in replicated_configuration_matches()
64 && ctx->resp->retry == ctx->conf->retry in replicated_configuration_matches()
65 && ctx->resp->ndots == ctx->conf->ndots; in replicated_configuration_matches()
90 if (current != ctx->conf) in maybe_init()
98 __resolv_conf_put (ctx->conf); in maybe_init()
100 ctx->conf = current; in maybe_init()
110 assert (ctx->conf == NULL); in maybe_init()
124 ctx->conf = __resolv_conf_get (ctx->resp); in maybe_init()
137 ctx->conf = __resolv_conf_get (resp); in context_alloc()
[all …]
A Dtst-resolv-res_ninit.c44 const struct resolv_conf *conf = NULL; in do_test() local
54 conf = ctx->conf; in do_test()
55 TEST_VERIFY (conf != NULL); in do_test()
60 TEST_VERIFY (ctx->conf == conf); in do_test()
A Dtst-resolv-res_init-skeleton.c98 if (ctx->conf == NULL) in print_resp()
274 const char *conf; member
423 .conf = "",
430 .conf = "",
436 .conf = "",
444 .conf = "",
453 .conf = "",
482 .conf = "options no-reload\n"
522 .conf = "domain example.net\n"
530 .conf = "domain example.net \n"
[all …]
A Dres_init.c581 struct resolv_conf *conf = NULL; in __resolv_conf_load() local
599 conf = __resolv_conf_allocate (&parser.template); in __resolv_conf_load()
610 return conf; in __resolv_conf_load()
622 struct resolv_conf *conf; in __res_vinit() local
626 conf = __resolv_conf_load (statp, NULL); in __res_vinit()
628 conf = __resolv_conf_get_current (); in __res_vinit()
629 if (conf == NULL) in __res_vinit()
632 bool ok = __resolv_conf_attach (statp, conf); in __res_vinit()
633 __resolv_conf_put (conf); in __res_vinit()
A DREADME21 * The RES_DEBUG option (`options debug' in /etc/resolv.conf) has been
38 specify the IPv6 address in /etc/resolv.conf. You cannot change the
A Dtst-resolv-threads.c107 TEST_VERIFY (ctx->conf != NULL); in check_have_conf()

Completed in 47 milliseconds