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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c410 const cfg_obj_t *portobj; local
422 portobj = cfg_tuple_get(list, "port");
423 if (cfg_obj_isuint32(portobj)) {
424 isc_uint32_t val = cfg_obj_asuint32(portobj);
426 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
509 const cfg_obj_t *portobj; local
526 portobj = cfg_tuple_get(list, "port");
527 if (cfg_obj_isuint32(portobj)) {
528 isc_uint32_t val = cfg_obj_asuint32(portobj);
530 cfg_obj_log(portobj, ns_g_lct
777 const cfg_obj_t *portobj = NULL; local
[all...]
H A Dserver.c3479 const cfg_obj_t *portobj; local
3494 portobj = cfg_tuple_get(alternates, "port");
3495 if (cfg_obj_isuint32(portobj)) {
3496 isc_uint32_t val = cfg_obj_asuint32(portobj);
3498 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
3532 portobj = cfg_tuple_get(alternate, "port");
3533 if (cfg_obj_isuint32(portobj)) {
3534 isc_uint32_t val = cfg_obj_asuint32(portobj);
3536 cfg_obj_log(portobj, ns_g_lctx,
3564 const cfg_obj_t *portobj; local
6856 const cfg_obj_t *portobj; local
[all...]

Completed in 184 milliseconds