Home
last modified time | relevance | path

Searched refs:SYSCTL (Results 1 – 10 of 10) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dnetoptions43 ${SYSCTL} net.inet.tcp.log_in_vain=${log_in_vain} >/dev/null
44 ${SYSCTL} net.inet.udp.log_in_vain=${log_in_vain} >/dev/null
47 ${SYSCTL} net.inet.tcp.log_in_vain=0 >/dev/null
48 ${SYSCTL} net.inet.udp.log_in_vain=0 >/dev/null
53 ${SYSCTL} net.inet.tcp.rfc1323=1 >/dev/null
57 ${SYSCTL} net.inet.tcp.rfc1323=0 >/dev/null
61 ${SYSCTL} net.inet.tcp.always_keepalive=1 >/dev/null
65 ${SYSCTL} net.inet.tcp.always_keepalive=0 >/dev/null
71 ${SYSCTL} net.inet.tcp.drop_synfin=1 >/dev/null
73 ${SYSCTL} net.inet.tcp.drop_synfin=0 >/dev/null
[all …]
H A Drouting317 ${SYSCTL} net.inet6.ip6.use_defaultzone=1 > /dev/null
356 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
358 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
374 ${SYSCTL} net.inet.icmp.drop_redirect=1 > /dev/null
376 ${SYSCTL} net.inet.icmp.drop_redirect=0 > /dev/null
382 ${SYSCTL} net.inet.icmp.log_redirect=1 > /dev/null
384 ${SYSCTL} net.inet.icmp.log_redirect=0 > /dev/null
390 ${SYSCTL} net.inet.ip.forwarding=1 > /dev/null
392 ${SYSCTL} net.inet.ip.forwarding=0 > /dev/null
398 ${SYSCTL} net.inet.ip.sourceroute=1 > /dev/null
[all …]
H A Dipfw86 ${SYSCTL} net.inet.ip.fw.verbose=1 >/dev/null
104 if ! ${SYSCTL} net.inet.ip.fw.enable=1 >/dev/null 2>&1; then
108 if ! ${SYSCTL} net.inet6.ip6.fw.enable=1 >/dev/null 2>&1
121 ${SYSCTL} net.inet.ip.fw.enable=0 >/dev/null
123 ${SYSCTL} net.inet6.ip6.fw.enable=0 >/dev/null
H A Dhostid53 ${SYSCTL} kern.hostuuid="${uuid}" >/dev/null
55 ${SYSCTL} kern.hostid=${id} >/dev/null
H A Dsecurelevel20 ${SYSCTL} kern.securelevel=${kern_securelevel}
H A Ddevd35 $SYSCTL hw.bus.devctl_queue=0
H A Drandom51 ${SYSCTL} kern.random.harvest.mask=${harvest_mask} > /dev/null
/freebsd/usr.bin/man/
H A Dman.sh677 MACHINE_ARCH=$($SYSCTL -n hw.machine_arch)
680 MACHINE=$($SYSCTL -n hw.machine)
1136 SYSCTL=/sbin/sysctl
/freebsd/sbin/devd/
H A Ddevd.cc105 #define SYSCTL "hw.bus.devctl_queue" macro
1291 if (sysctlbyname(SYSCTL, &val, &len, NULL, 0) != 0) in check_devd_enabled()
1294 warnx("Setting " SYSCTL " to 1000"); in check_devd_enabled()
1296 if (sysctlbyname(SYSCTL, NULL, NULL, &val, sizeof(val))) in check_devd_enabled()
/freebsd/libexec/rc/
H A Drc.subr46 SYSCTL="/sbin/sysctl"
47 SYSCTL_N="${SYSCTL} -n"
48 SYSCTL_W="${SYSCTL}"