/src/usr.sbin/pf/etc/defaults/ |
pf.boot.conf | 16 pass on lo0 19 pass out proto { tcp, udp } from any to any port 53 keep state 24 pass out inet proto icmp all icmp-type echoreq keep state 27 pass out inet6 proto ipv6-icmp all icmp6-type neighbrsol 28 pass in inet6 proto ipv6-icmp all icmp6-type neighbradv 29 pass out inet6 proto ipv6-icmp all icmp6-type routersol 30 pass in inet6 proto ipv6-icmp all icmp6-type routeradv 33 pass proto carp
|
pf.boot.conf | 16 pass on lo0 19 pass out proto { tcp, udp } from any to any port 53 keep state 24 pass out inet proto icmp all icmp-type echoreq keep state 27 pass out inet6 proto ipv6-icmp all icmp6-type neighbrsol 28 pass in inet6 proto ipv6-icmp all icmp6-type neighbradv 29 pass out inet6 proto ipv6-icmp all icmp6-type routersol 30 pass in inet6 proto ipv6-icmp all icmp6-type routeradv 33 pass proto carp
|
/src/share/examples/npf/ |
l2tp_gw-npf.conf | 30 pass out final proto udp from any port bootpc to any port bootps 31 pass in final proto udp from any port bootps to any port bootpc 32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc 36 pass stateful out final proto udp to any port domain 47 pass stateful out final proto tcp all 48 pass stateful out final proto udp all 49 pass stateful out final proto icmp all 50 pass stateful out final proto ipv6-icmp all 62 pass in final proto esp from any to inet4($ext_if) 63 pass out final proto esp from inet4($ext_if) to an [all...] |
l2tp_gw-npf.conf | 30 pass out final proto udp from any port bootpc to any port bootps 31 pass in final proto udp from any port bootps to any port bootpc 32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc 36 pass stateful out final proto udp to any port domain 47 pass stateful out final proto tcp all 48 pass stateful out final proto udp all 49 pass stateful out final proto icmp all 50 pass stateful out final proto ipv6-icmp all 62 pass in final proto esp from any to inet4($ext_if) 63 pass out final proto esp from inet4($ext_if) to an [all...] |
host-npf.conf | 34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log" 46 pass on lo0 all 49 pass in family inet4 proto udp from any port bootps to any port bootpc 50 pass in family inet6 proto udp from any to any port "dhcpv6-client" 53 pass family inet6 proto ipv6-icmp all 56 pass in family inet4 proto icmp icmp-type echo all 59 pass in proto udp to any port 33434-33600 62 pass in proto udp to any port mdns 65 pass stateful out all
|
soho_gw-npf.conf | 39 pass stateful out all 48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \ 52 pass stateful in proto tcp to $ext_addrs port $services_tcp 55 pass stateful in proto udp to $ext_addrs port $services_udp 58 pass stateful in proto udp to $ext_addrs port 33434-33600 63 pass in from $localnet 66 pass out all 74 pass on lo0 all 77 pass in family inet4 proto icmp icmp-type echo all
|
host-npf.conf | 34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log" 46 pass on lo0 all 49 pass in family inet4 proto udp from any port bootps to any port bootpc 50 pass in family inet6 proto udp from any to any port "dhcpv6-client" 53 pass family inet6 proto ipv6-icmp all 56 pass in family inet4 proto icmp icmp-type echo all 59 pass in proto udp to any port 33434-33600 62 pass in proto udp to any port mdns 65 pass stateful out all
|
soho_gw-npf.conf | 39 pass stateful out all 48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \ 52 pass stateful in proto tcp to $ext_addrs port $services_tcp 55 pass stateful in proto udp to $ext_addrs port $services_udp 58 pass stateful in proto udp to $ext_addrs port 33434-33600 63 pass in from $localnet 66 pass out all 74 pass on lo0 all 77 pass in family inet4 proto icmp icmp-type echo all
|
/src/etc/defaults/ |
npf.boot.conf | 18 pass on lo0 all 21 pass stateful out to any port domain 26 pass stateful out proto icmp icmp-type echo all 29 pass out family inet4 proto udp from any port bootpc to any port bootps 30 pass in family inet4 proto udp from any port bootps to any port bootpc 31 pass out family inet6 proto udp from any port "dhcpv6-client" to any port "dhcpv6-server" 32 pass in family inet6 proto udp from any port "dhcpv6-server" to any port "dhcpv6-client" 35 pass out family inet6 proto ipv6-icmp icmp-type rtsol all 36 pass in family inet6 proto ipv6-icmp icmp-type rtadv all 37 pass out family inet6 proto ipv6-icmp icmp-type neighsol al [all...] |
npf.boot.conf | 18 pass on lo0 all 21 pass stateful out to any port domain 26 pass stateful out proto icmp icmp-type echo all 29 pass out family inet4 proto udp from any port bootpc to any port bootps 30 pass in family inet4 proto udp from any port bootps to any port bootpc 31 pass out family inet6 proto udp from any port "dhcpv6-client" to any port "dhcpv6-server" 32 pass in family inet6 proto udp from any port "dhcpv6-server" to any port "dhcpv6-client" 35 pass out family inet6 proto ipv6-icmp icmp-type rtsol all 36 pass in family inet6 proto ipv6-icmp icmp-type rtadv all 37 pass out family inet6 proto ipv6-icmp icmp-type neighsol al [all...] |
/src/sys/arch/mips/sibyte/include/ |
sb1250_defs.h | 74 * #if SIBYTE_HDR_FEATURE(chip,pass) 83 * Note also that 'chip' and 'pass' must textually exactly 88 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass) 93 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass) 127 #define SIBYTE_HDR_FMASK(chip, pass) \ 128 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 150 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ 151 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 154 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ 155 (~(SIBYTE_HDR_FMASK(chip, pass) \ [all...] |
sb1250_defs.h | 74 * #if SIBYTE_HDR_FEATURE(chip,pass) 83 * Note also that 'chip' and 'pass' must textually exactly 88 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass) 93 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass) 127 #define SIBYTE_HDR_FMASK(chip, pass) \ 128 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 150 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ 151 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 154 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ 155 (~(SIBYTE_HDR_FMASK(chip, pass) \ [all...] |
/src/usr.sbin/npf/npftest/ |
npftestl3.conf | 47 pass out final from $local_ip3 48 pass in final to $pub_ip3 49 pass in final from $local_ip4 user $Kojo group $wheel 52 pass out final from $net6_inner 53 pass in final to $net6_outer 55 pass out final from $net_a 56 pass in final to $net_b 58 pass stateful out final proto tcp flags S/SA all 59 pass stateful out final from $local_net 60 pass stateful in final to any port $port [all...] |
npftestl3.conf | 47 pass out final from $local_ip3 48 pass in final to $pub_ip3 49 pass in final from $local_ip4 user $Kojo group $wheel 52 pass out final from $net6_inner 53 pass in final to $net6_outer 55 pass out final from $net_a 56 pass in final to $net_b 58 pass stateful out final proto tcp flags S/SA all 59 pass stateful out final from $local_net 60 pass stateful in final to any port $port [all...] |
npftest.conf | 65 pass out final from $local_ip3 66 pass in final to $pub_ip3 67 pass in final from $local_ip4 port 8000-10000 user $Kojo group $wheel 70 pass out final from $net6_inner 71 pass in final to $net6_outer 73 pass out final from $net_a 74 pass in final to $net_b 76 pass stateful out final proto tcp flags S/SA all 77 pass stateful out final from $local_net 78 pass stateful in final to any port $port [all...] |
npftest.conf | 65 pass out final from $local_ip3 66 pass in final to $pub_ip3 67 pass in final from $local_ip4 port 8000-10000 user $Kojo group $wheel 70 pass out final from $net6_inner 71 pass in final to $net6_outer 73 pass out final from $net_a 74 pass in final to $net_b 76 pass stateful out final proto tcp flags S/SA all 77 pass stateful out final from $local_net 78 pass stateful in final to any port $port [all...] |
/src/sys/arch/evbarm/conf/ |
GENERIC64 | 115 simplebus* at fdt? pass 0 118 acpifdt* at fdt? pass 1 133 cpus* at fdt? pass 0 134 cpu* at fdt? pass 0 148 psci* at fdt? pass 0 150 fclock* at fdt? pass 1 151 ffclock* at fdt? pass 1 152 fregulator* at fdt? pass 4 153 gregulator* at fdt? pass 4 154 pregulator* at fdt? pass [all...] |
GENERIC64 | 115 simplebus* at fdt? pass 0 118 acpifdt* at fdt? pass 1 133 cpus* at fdt? pass 0 134 cpu* at fdt? pass 0 148 psci* at fdt? pass 0 150 fclock* at fdt? pass 1 151 ffclock* at fdt? pass 1 152 fregulator* at fdt? pass 4 153 gregulator* at fdt? pass 4 154 pregulator* at fdt? pass [all...] |
GENERIC | 125 simplebus* at fdt? pass 0 128 cpus* at fdt? pass 0 129 cpu* at fdt? pass 0 139 am3prcm* at fdt? pass 1 # TI AM335x PRCM 140 cycvclkmgr* at fdt? pass 1 # Cyclone V clock manager 141 cycvrstmgr* at fdt? pass 0 # Cyclone V reset manager 142 exy5410clk* at fdt? pass 3 # Exynos5410 clock controller 143 exy5422clk* at fdt? pass 3 # Exynos5422 clock controller 144 imx6ccm* at fdt? pass 1 # i.MX6Q* CCM 145 imx6sxccm* at fdt? pass 1 # i.MX6SX CC [all...] |
GENERIC | 125 simplebus* at fdt? pass 0 128 cpus* at fdt? pass 0 129 cpu* at fdt? pass 0 139 am3prcm* at fdt? pass 1 # TI AM335x PRCM 140 cycvclkmgr* at fdt? pass 1 # Cyclone V clock manager 141 cycvrstmgr* at fdt? pass 0 # Cyclone V reset manager 142 exy5410clk* at fdt? pass 3 # Exynos5410 clock controller 143 exy5422clk* at fdt? pass 3 # Exynos5422 clock controller 144 imx6ccm* at fdt? pass 1 # i.MX6Q* CCM 145 imx6sxccm* at fdt? pass 1 # i.MX6SX CC [all...] |
/src/libexec/rexecd/unit-tests/ |
rexec.c | 52 char *pass = __UNCONST("h@x0R"); local in function:main 65 pass = optarg; 77 if ((s = rexec(&host, sv->s_port, user, pass, cmd, NULL)) == -1)
|
rexec.c | 52 char *pass = __UNCONST("h@x0R"); local in function:main 65 pass = optarg; 77 if ((s = rexec(&host, sv->s_port, user, pass, cmd, NULL)) == -1)
|
/src/usr.bin/make/unit-tests/ |
dep-colon-bug-cross-file.exp | 3 : pass 1
|
dep-colon-bug-cross-file.exp | 3 : pass 1
|
/src/games/sail/ |
lo_main.c | 72 struct passwd *pass; local in function:lo_curses 103 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL) 105 "%10.10s (%s)", log.l_name, pass->pw_name); 127 struct passwd *pass; local in function:lo_main 145 if (longfmt && (pass = getpwuid(log.l_uid)) != NULL) 147 "%10.10s (%s)", log.l_name, pass->pw_name);
|