HomeSort by: relevance | last modified time | path
    Searched refs:control (Results 1 - 25 of 952) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/nsd/dist/
nsd.conf.sample.in 393 # Remote control config section.
394 remote-control:
395 # Enable remote control with nsd-control(8) here.
396 # set up the keys and certificates with nsd-control-setup.
397 # control-enable: no
399 # what interfaces are listened to for control, default is on localhost.
403 # control-interface: 127.0.0.1
404 # control-interface: ::1
405 # control-interface: l
    [all...]
  /src/external/bsd/unbound/dist/winrc/
service.conf 24 remote-control:
25 # If you want to use unbound-control.exe from the command line, use
26 #control-enable: yes
27 #control-interface: 127.0.0.1
28 #control-use-cert: no
  /src/external/bsd/unbound/dist/doc/
example.conf.in 38 # printed from unbound-control. Default off, because of speed.
277 # define a number of tags here, use with local-zone, access-control,
336 # Use systemd socket activation for UDP, TCP, and control sockets.
343 # control which clients are allowed to make (recursive) queries
352 # access-control: 127.0.0.0/8 allow
353 # access-control: ::1 allow
354 # access-control: ::ffff:127.0.0.1 allow
356 # tag access-control with list of tags (in "" with spaces between)
357 # Clients using this access control element use localzones that
359 # access-control-tag: 192.0.2.0/24 "tag2 tag3
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
smu_v11_0_i2c.h 33 int smu_v11_0_i2c_eeprom_control_init(struct i2c_adapter *control);
34 void smu_v11_0_i2c_eeprom_control_fini(struct i2c_adapter *control);
  /src/external/bsd/unbound/dist/dnstap/
dnstap_fstrm.c 51 uint32_t* control; local
54 * 4byte 0: control indicator.
55 * 4byte bigendian: length of control frame
62 control = malloc(n);
63 if(!control)
65 control[0] = 0;
66 control[1] = htonl(4+4+4+strlen(contenttype));
67 control[2] = htonl(FSTRM_CONTROL_FRAME_START);
68 control[3] = htonl(FSTRM_CONTROL_FIELD_TYPE_CONTENT_TYPE);
69 control[4] = htonl(strlen(contenttype))
77 uint32_t* control; local
97 uint32_t* control; local
125 uint32_t* control; local
153 uint32_t* control; local
    [all...]
  /src/external/bsd/nsd/sbin/nsd-control-setup/
Makefile 3 SCRIPTS=nsd-control-setup
  /src/external/bsd/unbound/sbin/unbound-control/
Makefile 3 PROG=unbound-control
  /src/external/bsd/unbound/sbin/unbound-control-setup/
Makefile 3 SCRIPTS=unbound-control-setup
  /src/external/bsd/unbound/dist/testdata/cookie_file.tdir/
cookie_file.conf 14 access-control: 127.0.0.0/8 allow_cookie # BADCOOKIE for incomplete/invalid cookies
16 remote-control:
17 control-enable: yes
18 control-port: @CONTROL_PORT@
19 control-use-cert: no
  /src/external/bsd/unbound/dist/testdata/local_norec.tdir/
local_norec.conf 15 access-control: 0.0.0.0/0 allow_snoop
16 access-control: 127.0.0.0/8 allow_snoop
17 access-control: ::0/0 allow_snoop
18 access-control: ::1 allow_snoop
19 access-control: ::ffff:127.0.0.1 allow_snoop
  /src/external/bsd/unbound/dist/testdata/local_nosnoop.tdir/
local_nosnoop.conf 15 access-control: 0.0.0.0/0 allow
16 access-control: 127.0.0.0/8 allow
17 access-control: ::0/0 allow
18 access-control: ::1 allow
19 access-control: ::ffff:127.0.0.1 allow
  /src/external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/
ip_ratelimit.conf 18 access-control: 127.0.0.0/8 allow_cookie
20 remote-control:
21 control-enable: yes
22 control-interface: 127.0.0.1
23 # control-interface: ::1
24 control-port: @CONTROL_PORT@
27 control-key-file: "unbound_control.key"
28 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/stat_values.tdir/
stat_values_downstream_cookies.conf 22 access-control: 127.0.0.1 allow_cookie
24 remote-control:
25 control-enable: yes
26 control-interface: 127.0.0.1
27 # control-interface: ::1
28 control-port: @CONTROL_PORT@
31 control-key-file: "unbound_control.key"
32 control-cert-file: "unbound_control.pem"
  /src/external/bsd/nsd/sbin/nsd-control/
Makefile 3 PROG=nsd-control
5 COPTS.nsd-control.c+= -Wno-error=deprecated-declarations
  /src/external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/
ctrl_pipe.conf 12 remote-control:
13 control-enable: yes
14 control-interface: @PATH@/controlpipe.@PID@
15 control-use-cert: no
18 #control-key-file: "unbound_control.key"
19 #control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/fast_reload_thread.tdir/
fast_reload_thread.conf 17 remote-control:
18 control-enable: yes
19 control-interface: @CONTROL_PATH@/controlpipe.@CONTROL_PID@
20 control-use-cert: no
  /src/external/bsd/nsd/sbin/
Makefile 9 nsd-control \
10 nsd-control-setup
  /src/external/bsd/unbound/dist/testdata/09-unbound-control.tdir/
09-unbound-control.conf 11 access-control: 127.0.0.1 allow_snoop
12 access-control-view: 127.0.0.1 testview
20 remote-control:
21 control-enable: yes
22 control-interface: 127.0.0.1
23 # control-interface: ::1
24 control-port: @CONTROL_PORT@
27 control-key-file: "unbound_control.key"
28 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/sbin/
Makefile 9 unbound-control \
10 unbound-control-setup
  /src/external/bsd/unbound/dist/testdata/ctrl_itr.tdir/
ctrl_itr.conf 14 remote-control:
15 control-enable: yes
16 control-interface: 127.0.0.1
17 # control-interface: ::1
18 control-port: @CONTROL_PORT@
21 control-key-file: "unbound_control.key"
22 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/dynlibmod.tdir/
dynlibmod.conf 20 remote-control:
21 control-enable: yes
22 control-interface: 127.0.0.1
23 # control-interface: ::1
24 control-port: @CONTROL_PORT@
27 control-key-file: "unbound_control.key"
28 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/fwd_bogus.tdir/
fwd_bogus.conf 14 remote-control:
15 control-enable: yes
16 control-interface: 127.0.0.1
17 # control-interface: ::1
18 control-port: @CONTROL_PORT@
21 control-key-file: "unbound_control.key"
22 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/http_user_agent.tdir/
http_user_agent.conf 6 remote-control:
7 control-enable: yes
8 control-interface: 127.0.0.1
9 control-port: @CONTROL_PORT@
12 control-key-file: "unbound_control.key"
13 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/padding.tdir/
padding.conf 14 remote-control:
15 control-enable: yes
16 control-interface: 127.0.0.1
17 control-port: @CONTROL_PORT@
20 control-key-file: "unbound_control.key"
21 control-cert-file: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/ratelimit.tdir/
ratelimit.conf 21 remote-control:
22 control-enable: yes
23 control-interface: 127.0.0.1
24 # control-interface: ::1
25 control-port: @CONTROL_PORT@
28 control-key-file: "unbound_control.key"
29 control-cert-file: "unbound_control.pem"

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>