/openbsd-src/regress/usr.sbin/bgpd/config/ |
H A D | bgpd.conf.11.in | 7 match from any ext-community rt 64496:1 8 match from any ext-community soo 64496:2 9 match from any ext-community odi 64496:3 10 match from any ext-community bdc 64496:4 11 match from any ext-community srcas 64496:5 12 match from any ext-community l2vid 64496:6 14 match from any ext-community rt 4200000001:7 15 match from any ext-community soo 4200000001:8 16 match from any ext-community odi 4200000001:9 17 match from any ext-community bdc 4200000001:10 [all …]
|
H A D | bgpd.conf.11.ok | 11 match from any ext-community rt 64496:1 12 match from any ext-community soo 64496:2 13 match from any ext-community odi 64496:3 14 match from any ext-community bdc 64496:4 15 match from any ext-community srcas 64496:5 16 match from any ext-community l2vid 64496:6 17 match from any ext-community rt 4200000001:7 18 match from any ext-community soo 4200000001:8 19 match from any ext-community odi 4200000001:9 20 match from any ext-community bdc 4200000001:10 [all …]
|
H A D | bgpd.conf.10.in | 7 match from any community 1234:5678 8 match from any community local-as:5678 9 match from any community neighbor-as:5678 10 match from any community *:5678 11 match from any community 1234:local-as 12 match from any community 1234:neighbor-as 13 match from any community 1234:* 14 match from any community *:* 15 match from any community 1234:1 community 1234:2 16 match from any community 1234:1 community 1234:2 community 1234:3 [all …]
|
H A D | bgpd.conf.10.ok | 11 match from any community 1234:5678 12 match from any community local-as:5678 13 match from any community neighbor-as:5678 14 match from any community *:5678 15 match from any community 1234:local-as 16 match from any community 1234:neighbor-as 17 match from any community 1234:* 18 match from any community *:* 19 match from any community 1234:1 community 1234:2 20 match from any community 1234:1 community 1234:2 community 1234:3 [all …]
|
/openbsd-src/regress/sbin/pfctl/ |
H A D | pfail50.in | 1 # pfctl should catch flags that never match, ie, where any flags 5 pass proto tcp from any to any flags F/F 6 pass proto tcp from any to any flags S/S 7 pass proto tcp from any to any flags R/R 8 pass proto tcp from any to any flags P/P 9 pass proto tcp from any to any flags A/A 10 pass proto tcp from any to any flags U/U 11 pass proto tcp from any to any flags E/E 12 pass proto tcp from any to any flags W/W 13 pass proto tcp from any to any flags FSRPAUEW/FSRPAUEW [all …]
|
H A D | pf68.in | 1 match on lo0 inet proto tcp from 192.168.1.1 port 1024 to any port 80 4 match proto tcp from any to any 8 match in proto tcp from { <regress.1> !<regress.2> } to any 10 match in log on lo0 proto tcp from any to any scrub(min-ttl 25) 12 match in log on {lo0 lo1000000} proto tcp from any to any 14 match in on lo0 proto tcp from any to any scrub(max-mss 224 min-ttl 15 no-df) 15 match in on lo0 proto tcp from any to any scrub(max-mss 224) 16 match in on lo0 proto tcp from any to any scrub(min-ttl 15 no-df max-mss 224) 17 match in on lo0 proto tcp from any to any scrub(no-df) 18 match in on lo0 proto tcp from any to any scrub(no-df max-mss 224 min-ttl 15) [all …]
|
H A D | pf47.in | 8 pass in on lo0 from 0/0 to any label "$srcaddr" 9 pass in on lo0 from 127.0.0.1 to any label "$srcaddr" 10 pass in on lo0 from 127.0.0.1 to any label "$srcaddr$srcaddr" 11 pass in on lo0 from 127.0.0.1 to any label ":$srcaddr:$srcaddr:" 12 pass in on lo0 from 127.0.0.1/8 to any label "$srcaddr" 13 pass in on lo0 from 127.0.0.1/16 to any label "$srcaddr$srcaddr" 14 pass in on lo0 from 127.0.0.1/31 to any label ":$srcaddr:$srcaddr:" 15 pass in on lo0 inet6 from fe80::1 to any label "$srcaddr" 16 pass in on lo0 inet6 from fe80::1 to any label "$srcaddr$srcaddr" 17 pass in on lo0 inet6 from fe80::1 to any label ":$srcaddr:$srcaddr:" [all …]
|
H A D | pf47.ok | 2 pass in all flags S/SA label "any" 5 pass in on lo0 all flags S/SA label "any" 6 pass in on lo0 inet all flags S/SA label "any" 7 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label "127.0.0.1" 8 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label "127.0.0.1127.0.0.1" 9 pass in on lo0 inet from 127.0.0.1 to any flags S/SA label ":127.0.0.1:127.0.0.1:" 10 pass in on lo0 inet from 127.0.0.0/8 to any flags S/SA label "127.0.0.0/8" 11 pass in on lo0 inet from 127.0.0.0/16 to any flags S/SA label "127.0.0.0/16127.0.0.0/16" 12 pass in on lo0 inet from 127.0.0.0/31 to any flags S/SA label ":127.0.0.0/31:127.0.0.0/31:" 13 pass in on lo0 inet6 from fe80::1 to any flags S/SA label "fe80::1" [all …]
|
H A D | pf68.ok | 1 match on lo0 inet proto tcp from 192.168.1.1 port = 1024 to any port = 80 8 match in proto tcp from <regress.1> to any 9 match in proto tcp from ! <regress.2> to any 25 match in on lo0 inet proto tcp from (lo0) to any 28 match out proto tcp from any to ! <regress.1> 29 match out proto tcp from any to <regress.2> 30 match out log on lo1000000 inet proto tcp from any to 10.0.0.1 scrub (no-df max-mss 224) 32 match proto tcp from any to any port = 80 33 match in proto tcp from <regress.1> to any port = 80 34 match in proto tcp from ! <regress.2> to any port = 80 [all …]
|
H A D | pf3.in | 2 pass in from any to any 4 block in proto tcp from any to any flags FUPEW/FSRPAUEW 5 block in proto tcp from any to any flags SF/SFRA 6 block in proto tcp from any to any flags /SFRAW 8 pass in proto { udp, icmp, tcp } from any to any flags S/SA 9 pass in from any to any flags S/SA no state 10 pass in from any to any flags any no state 11 pass in from any to any flags any 12 pass in from any to any keep state 13 pass in from any to any
|
H A D | pfchksum1.in | 11 block out log quick on tun1000000 from ! 157.161.48.183 to any 13 block in quick on tun1000000 from any to 255.255.255.255 15 block in log quick on tun1000000 from 10.0.0.0/8 to any 16 block in log quick on tun1000000 from 172.16.0.0/12 to any 17 block in quick log on tun1000000 from 192.168.0.0/16 to any 18 block in quick log on tun1000000 from 255.255.255.255/32 to any 20 block in log quick from no-route to any 27 pass in on tun1000000 proto udp from any to any port = domain keep state 29 pass out on tun1000000 proto tcp all flags any 31 pass in on tun1000000 proto tcp from any to any port = ssh flags any [all …]
|
H A D | pfchksum2.in | 11 block out log quick on tun1000000 from ! 157.161.48.183 to any 13 block in quick on tun1000000 from any to 255.255.255.255 15 block in log quick on tun1000000 from 10.0.0.0/8 to any 16 block in log quick on tun1000000 from 172.16.0.0/16 to any 17 block in quick log on tun1000000 from 192.168.0.0/24 to any 18 block in quick log on tun1000000 from 255.255.255.255/32 to any 20 block in log quick from no-route to any 27 pass in on tun1000000 proto udp from any to any port = domain keep state 29 pass out on tun1000000 proto tcp all flags any 31 pass in on tun1000000 proto tcp from any to any port = ssh flags any [all …]
|
H A D | pf13.in | 1 pass in quick on enc0 from any to any 2 pass in quick on enc0 inet from any to any 3 pass in quick on enc0 inet6 from any to any 5 pass out quick on tun1000000 inet from any to any route-to (tun1000001:peer) 6 pass out quick on tun1000000 from any to 192.168.1.1 route-to (tun1000001:peer) 7 pass out quick on tun1000000 from any to fec0::1 route-to (tun1000001:peer) 9 pass in on tun1000000 proto tcp from any to any port = 21 dup-to 192.168.1.1 10 pass in on tun1000000 proto tcp from any to any port = 21 dup-to fec0::1 15 pass in on tun1000000 proto tcp from any to any port = 21 reply-to 192.168.1.1 16 pass in on tun1000000 proto tcp from any to any port = 21 reply-to fec0::1
|
H A D | pf2.in | 11 block out log quick on tun1000000 from ! 157.161.48.183 to any 13 block in quick on tun1000000 from any to 255.255.255.255 15 block in log quick on tun1000000 from 10.0.0.0/8 to any 16 block in log quick on tun1000000 from 172.16.0.0/12 to any 17 block in quick log on tun1000000 from 192.168.0.0/16 to any 18 block in quick log on tun1000000 from 255.255.255.255/32 to any 20 block in log quick from no-route to any 27 pass in on tun1000000 proto udp from any to any port = domain keep state 31 pass in on tun1000000 proto tcp from any to any port = ssh keep state 32 pass in on tun1000000 proto tcp from any to any port = smtp keep state [all …]
|
H A D | pf2.ok | 7 block drop out log quick on tun1000000 inet from ! 157.161.48.183 to any 8 block drop in quick on tun1000000 inet from any to 255.255.255.255 9 block drop in log quick on tun1000000 inet from 10.0.0.0/8 to any 10 block drop in log quick on tun1000000 inet from 172.16.0.0/12 to any 11 block drop in log quick on tun1000000 inet from 192.168.0.0/16 to any 12 block drop in log quick on tun1000000 inet from 255.255.255.255 to any 13 block drop in log quick from no-route to any 17 pass in on tun1000000 proto udp from any to any port = 53 19 pass in on tun1000000 proto tcp from any to any port = 22 flags S/SA 20 pass in on tun1000000 proto tcp from any to any port = 25 flags S/SA [all …]
|
H A D | changerule-after.ok | 2 pass in proto tcp from any to any port = 10 flags S/SA 3 pass in proto tcp from any to any port = 15 flags S/SA 4 pass in proto tcp from any to any port = 20 flags S/SA 5 pass in proto tcp from any to any port = 25 flags S/SA 6 pass in proto tcp from any to any port = 30 flags S/SA 7 pass in proto tcp from any to any port = 40 flags S/SA 8 pass in proto tcp from any to any port = 50 flags S/SA
|
H A D | pf7.in | 11 block out log quick on tun1000000 from ! 157.161.48.183 to any 13 block in quick on tun1000000 from any to 255.255.255.255 15 block in log quick on tun1000000 from 10.0.0.0/8 to any 16 block in log quick on tun1000000 from 172.16.0.0/12 to any 17 block in log quick on tun1000000 from 192.168.0.0/16 to any 18 block in log quick on tun1000000 from 255.255.255.255/32 to any 25 pass in on tun1000000 proto udp from any to any port = domain keep state 31 pass in on tun1000000 proto tcp from any to any port = ssh modulate state 32 pass in on tun1000000 proto tcp from any to any port = smtp modulate state 33 pass in on tun1000000 proto tcp from any to any port = domain modulate state [all …]
|
H A D | pf46.in | 1 pass in on lo0 from any to any route-to { 169.254.0.1, 169.254.0.2 } 2 pass out on lo0 from any to any route-to { 169.254.0.1, 169.254.0.2 } round-robin 3 pass in on lo0 from any to any route-to 169.254.0.1/24 bitmask 4 pass out on lo0 from any to any dup-to 169.254.0.1/24 random 5 pass in on lo0 inet from any to any reply-to 169.254.0.0/28 source-hash 0x0123456789ABCDEF012345678… 6 pass out on lo0 from any to any route-to 169.254.0.1/24 source-hash foobarlicious 7 pass in on lo0 from any to any dup-to 169.254.0.1/24 round-robin
|
/openbsd-src/sys/dev/usb/ |
H A D | usb_quirks.c | 23 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 29 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 47 #define ANY 0xffff macro 72 ANY, { UQ_ASSUME_CM_OVER_DATA }}, 74 ANY, { UQ_ASSUME_CM_OVER_DATA }}, 76 ANY, { UQ_ASSUME_CM_OVER_DATA }}, 78 ANY, { UQ_ASSUME_CM_OVER_DATA }}, 80 ANY, { UQ_ASSUME_CM_OVER_DAT [all...] |
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | any | 14 any synopsis 24 class any 28 // 6.3.1 any construct/destruct 29 any() noexcept; 31 any(const any& other); 32 any(any&& other) noexcept; 35 any(ValueType&& value); 37 ~any(); 39 // 6.3.2 any assignments 40 any& operator=(const any& rhs); [all …]
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/ |
H A D | llvm_scalar_opts.ml | 10 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 13 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 19 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 25 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 28 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 34 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 37 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
H A D | llvm_scalar_opts.mli | 16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 21 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 26 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 36 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 41 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 46 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 51 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 56 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit 61 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit [all …]
|
H A D | scalar_opts_ocaml.c | 23 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 34 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 40 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 46 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 52 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 58 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 64 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 70 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 76 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ 82 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */ [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | Any.h | 1 //===- Any.h - Generic type erased holder of any type -----------*- C++ -*-===// 10 /// This file provides Any, a non-template class modeled in the spirit of 11 /// std::any. The idea is to provide a type-safe replacement for C's void*. 12 /// It can hold a value of any copy-constructible copy-assignable type 28 class LLVM_EXTERNAL_VISIBILITY Any { 35 // when lto is enabled, making any comparison return true. 63 Any() = default; 65 Any(const Any &Other) in Any() function 68 // When T is Any or T is not copy-constructible we need to explicitly disable 74 std::negation<std::is_same<std::decay_t<T>, Any>>, [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/ |
H A D | LICENSE | 30 works, reuse and redistribute as freely as possible in any form whatsoever 31 and for any purposes, including without limitation commercial purposes. 37 For these and/or other purposes and motivations, and without any 61 protection of databases, and under any national implementation 62 thereof, including any amended or successor version of such 65 world based on applicable law or treaty, and any national 75 treaty (including future time extensions), (iii) in any current or future 76 medium and for any number of copies, and (iv) for any purpose whatsoever, 81 revocation, rescission, cancellation, termination, or any other legal or 85 3. Public License Fallback. Should any part of the Waiver for any reason [all …]
|