Searched defs:portobj (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | config.c | 355 const cfg_obj_t *portobj; local 367 portobj = cfg_tuple_get(list, "port"); 368 if (cfg_obj_isuint32(portobj)) { 369 isc_uint32_t val = cfg_obj_asuint32(portobj); 371 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR, 454 const cfg_obj_t *portobj; local 471 portobj = cfg_tuple_get(list, "port"); 472 if (cfg_obj_isuint32(portobj)) { 473 isc_uint32_t val = cfg_obj_asuint32(portobj); 475 cfg_obj_log(portobj, ns_g_lct 722 const cfg_obj_t *portobj = NULL; local [all...] |
H A D | server.c | 2350 const cfg_obj_t *portobj; local 2365 portobj = cfg_tuple_get(alternates, "port"); 2366 if (cfg_obj_isuint32(portobj)) { 2367 isc_uint32_t val = cfg_obj_asuint32(portobj); 2369 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR, 2403 portobj = cfg_tuple_get(alternate, "port"); 2404 if (cfg_obj_isuint32(portobj)) { 2405 isc_uint32_t val = cfg_obj_asuint32(portobj); 2407 cfg_obj_log(portobj, ns_g_lctx, 2435 const cfg_obj_t *portobj; local 4982 const cfg_obj_t *portobj; local [all...] |
Completed in 891 milliseconds