Searched refs:control (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils_test.c405 const pid_t control = fork(); local
406 ATF_REQUIRE(control != -1);
407 if (control == 0)
411 ATF_REQUIRE(waitpid(control, &status, 0) != -1);
449 const pid_t control = fork(); local
450 ATF_REQUIRE(control != -1);
451 if (control == 0)
455 ATF_REQUIRE(waitpid(control, &status, 0) != -1);
464 const pid_t control = fork(); local
465 ATF_REQUIRE(control !
479 const pid_t control = fork(); local
494 const pid_t control = fork(); local
511 const pid_t control = fork(); local
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dutils_test.cpp345 const pid_t control = fork(); local
346 ATF_REQUIRE(control != -1);
347 if (control == 0)
351 ATF_REQUIRE(waitpid(control, &status, 0) != -1);
389 const pid_t control = fork(); local
390 ATF_REQUIRE(control != -1);
391 if (control == 0)
395 ATF_REQUIRE(waitpid(control, &status, 0) != -1);
404 const pid_t control = fork(); local
405 ATF_REQUIRE(control !
419 const pid_t control = fork(); local
434 const pid_t control = fork(); local
451 const pid_t control = fork(); local
[all...]
/bind-9.11.3/bin/named/
H A Dcontrolconf.c43 #include <named/control.h>
628 isc_socket_setname(sock, "control", NULL);
748 register_keys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument
765 cfg_obj_log(control, ns_g_lctx, ISC_LOG_WARNING,
788 cfg_obj_log(control, ns_g_lctx,
937 get_key_info(const cfg_obj_t *config, const cfg_obj_t *control, argument
948 control_keylist = cfg_tuple_get(control, "keys");
963 const cfg_obj_t *control, const cfg_obj_t *config,
1002 * the problem that if a key change is being caused by a control
1006 if (control !
962 update_listener(ns_controls_t *cp, controllistener_t **listenerp, const cfg_obj_t *control, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext, isc_sockettype_t type) argument
1108 add_listener(ns_controls_t *cp, controllistener_t **listenerp, const cfg_obj_t *control, const cfg_obj_t *config, isc_sockaddr_t *addr, cfg_aclconfctx_t *aclconfctx, const char *socktext, isc_sockettype_t type) argument
1304 const cfg_obj_t *control; local
1370 const cfg_obj_t *control; local
[all...]
H A Dcontrol.c9 /* $Id: control.c,v 1.49 2012/01/31 23:47:31 tbox Exp $ */
30 #include <named/control.h>
67 * when a control channel message is received.
115 * Compare the 'command' parameter against all known control commands.
140 "rejecting restricted control channel "
148 "received control channel command '%s'",
281 "unknown control channel command '%s'",
H A Dmain.c63 #include <named/control.h>
986 /* Check if named is under smf control, before chroot. */
H A Dserver.c102 #include <named/control.h>
8043 * Bind the control port(s).
8047 "binding control channel(s)");
9301 * Find the zone specified in the control channel command, if any.
13590 "rejecting restricted control channel "
/bind-9.11.3/lib/bind9/
H A Dcheck.c3517 bind9_check_controlskeys(const cfg_obj_t *control, const cfg_obj_t *keylist, argument
3526 control_keylist = cfg_tuple_get(control, "keys");
3554 const cfg_obj_t *control; local
3589 control = cfg_listelt_value(element2);
3590 allow = cfg_tuple_get(control, "allow");
3597 tresult = bind9_check_controlskeys(control, keylist,
3605 control = cfg_listelt_value(element2);
3606 path = cfg_obj_asstring(cfg_tuple_get(control, "path"));
3609 cfg_obj_log(control, logctx, ISC_LOG_ERROR,
3610 "unix control '
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dnet.c504 } control; local
535 msg.msg_control = (void*)&control;
/bind-9.11.3/lib/dns/
H A Ddnstap.c814 const struct fstrm_control *control = NULL; local
819 res = fstrm_reader_get_control(r, FSTRM_CONTROL_START, &control);
823 res = fstrm_control_get_num_field_content_type(control, &n);
827 res = fstrm_control_get_field_content_type(control, 0,
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure1246 For better control, use the options below.
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure1215 For better control, use the options below.
/bind-9.11.3/contrib/queryperf/
H A Dconfigure1197 For better control, use the options below.
/bind-9.11.3/unit/atf-src/
H A Dconfigure1405 For better control, use the options below.
/bind-9.11.3/
H A Dconfigure1662 For better control, use the options below.
26336 test "no" = "$use_geoip" || echo " GeoIP access control (--with-geoip)"
26414 test "no" = "$use_geoip" && echo " GeoIP access control (--with-geoip)"

Completed in 360 milliseconds