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

/bind-9.11.3/bin/named/
H A Dconfig.c441 const cfg_obj_t *portobj, *dscpobj; local
455 portobj = cfg_tuple_get(list, "port");
456 if (cfg_obj_isuint32(portobj)) {
457 isc_uint32_t val = cfg_obj_asuint32(portobj);
459 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
579 const cfg_obj_t *portobj; local
615 portobj = cfg_tuple_get(list, "port");
618 if (cfg_obj_isuint32(portobj)) {
619 isc_uint32_t val = cfg_obj_asuint32(portobj);
621 cfg_obj_log(portobj, ns_g_lct
887 const cfg_obj_t *portobj = NULL; local
[all...]
H A Dserver.c4953 const cfg_obj_t *portobj; local
4968 portobj = cfg_tuple_get(alternates, "port");
4969 if (cfg_obj_isuint32(portobj)) {
4970 isc_uint32_t val = cfg_obj_asuint32(portobj);
4972 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
5006 portobj = cfg_tuple_get(alternate, "port");
5007 if (cfg_obj_isuint32(portobj)) {
5008 isc_uint32_t val = cfg_obj_asuint32(portobj);
5010 cfg_obj_log(portobj, ns_g_lctx,
5038 const cfg_obj_t *portobj, *dscpob local
9672 const cfg_obj_t *portobj, *dscpobj; local
[all...]

Completed in 33 milliseconds