Searched defs:listen_params (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dstatschannel.c3077 const cfg_obj_t *listen_params, const cfg_obj_t *config,
3106 allow = cfg_tuple_get(listen_params, "allow");
3211 const cfg_obj_t *listen_params, const cfg_obj_t *config,
3234 allow = cfg_tuple_get(listen_params, "allow");
3251 cfg_obj_log(listen_params, ns_g_lctx, ISC_LOG_WARNING,
3323 const cfg_obj_t *listen_params; local
3327 listen_params = cfg_listelt_value(element2);
3329 obj = cfg_tuple_get(listen_params, "address");
3347 listen_params, config, &addr,
3364 listen_params, confi
3076 add_listener(ns_server_t *server, ns_statschannel_t **listenerp, const cfg_obj_t *listen_params, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext) argument
3210 update_listener(ns_server_t *server, ns_statschannel_t **listenerp, const cfg_obj_t *listen_params, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext) argument
[all...]

Completed in 21 milliseconds