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

/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dconfig.c392 const cfg_obj_t *portobj; local
404 portobj = cfg_tuple_get(list, "port");
405 if (cfg_obj_isuint32(portobj)) {
406 isc_uint32_t val = cfg_obj_asuint32(portobj);
408 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
491 const cfg_obj_t *portobj; local
508 portobj = cfg_tuple_get(list, "port");
509 if (cfg_obj_isuint32(portobj)) {
510 isc_uint32_t val = cfg_obj_asuint32(portobj);
512 cfg_obj_log(portobj, ns_g_lct
761 const cfg_obj_t *portobj = NULL; local
[all...]
H A Dserver.c2951 const cfg_obj_t *portobj; local
2966 portobj = cfg_tuple_get(alternates, "port");
2967 if (cfg_obj_isuint32(portobj)) {
2968 isc_uint32_t val = cfg_obj_asuint32(portobj);
2970 cfg_obj_log(portobj, ns_g_lctx, ISC_LOG_ERROR,
3004 portobj = cfg_tuple_get(alternate, "port");
3005 if (cfg_obj_isuint32(portobj)) {
3006 isc_uint32_t val = cfg_obj_asuint32(portobj);
3008 cfg_obj_log(portobj, ns_g_lctx,
3036 const cfg_obj_t *portobj; local
6085 const cfg_obj_t *portobj; local
[all...]

Completed in 127 milliseconds