Home
last modified time | relevance | path

Searched refs:sequential (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/netbsd-tests/ipf/regress/
H A Dn21 map zx0 10.1.1.1/32 -> 10.2.2.2/32 portmap tcp 10000:20000 sequential
2 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential
3 map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential
4 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
H A Dn2_61 map zx0 10:1:1::1/128 -> 10::2:2:2/128 portmap tcp 10000:20000 sequential
2 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap udp 10000:20000 sequential
3 map zx0 10:1::/32 -> 10::3:4:0/112 portmap tcp/udp 10000:20000 sequential
4 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap tcp/udp 40000:40001 sequential
H A Dn181 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential
2 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:5000 sequential
3 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:50000 sequential
H A Dn54 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential
5 map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential
6 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
H A Dn5_64 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap udp 10000:20000 sequential
5 map zx0 10:1::/32 -> 10::3:4:0/112 portmap tcp/udp 10000:20000 sequential
6 map zx0 10:1:1::/112 -> 10::3:4:5/128 portmap tcp/udp 40000:40001 sequential
H A Dni1.nat1 map df0 from 2.2.2.2/32 port 20000 >< 25000 to any -> 6.6.6.8/32 portmap udp 2000:2500 sequential
2 map df0 from 2.2.2.2/32 port 2000 >< 2500 to any -> 6.6.6.7/32 portmap udp 20000:25000 sequential
H A Din8_65 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
H A Dni2.nat1 map xl0 10.0.0.0/8 -> 1.1.1.1/32 portmap tcp/udp 40000:60000 sequential
H A Dni4.nat1 map df0 2.2.2.2/32 -> 6.6.6.6/32 portmap tcp/udp 40000:60000 sequential
H A Dn121 map le0 192.168.126.0/24 -> 0/32 portmap tcp/udp 10000:20000 sequential
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_constants.py38 def enum_with_offset(offset, sequential, named): argument
39 enums = dict(((b, a + offset) for a, b in enumerate(sequential)), **named)
43 def enum(*sequential, **named): argument
44 return enum_with_offset(0, sequential, named)
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Din8_65 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
H A Dn1810 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1:4 sequential
47 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:5000 sequential
84 map z0 0/0 -> 1.1.1.1/32 portmap tcp/udp 1000:50000 sequential
H A Dn221 map zx0 10.1.1.1/32 -> 10.2.2.2/32 portmap tcp 10000:20000 sequential
64 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap udp 10000:20000 sequential
105 map zx0 10.1.0.0/16 -> 10.3.4.0/24 portmap tcp/udp 10000:20000 sequential
159 map zx0 10.1.1.0/24 -> 10.3.4.5/32 portmap tcp/udp 40000:40001 sequential
H A Dn2_621 map zx0 inet6 10:1:1::1/128 -> 10::2:2:2/128 portmap tcp 10000:20000 sequential
64 map zx0 inet6 10:1:1::/112 -> 10::3:4:5/128 portmap udp 10000:20000 sequential
105 map zx0 inet6 10:1::/32 -> 10::3:4:0/112 portmap tcp/udp 10000:20000 sequential
159 map zx0 inet6 10:1:1::/112 -> 10::3:4:5/128 portmap tcp/udp 40000:40001 sequential
H A Dn128 map le0 192.168.126.0/24 -> 0/32 portmap tcp/udp 10000:20000 sequential
/freebsd/tools/test/stress2/misc/
H A Dwrite.sh105 int sequential;
140 if (t[indx].sequential == 0)
180 t[i].sequential = arc4random() % 2;
189 i, (long long)t[i].blocksize, t[i].sequential, t[i].mindelay,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandwritecomp.c134 int sequential = 0; in main() local
141 sequential = 1; in main()
186 if (sequential) in main()
/freebsd/usr.bin/paste/
H A Dpaste.c51 static int sequential(char **);
102 rval = sequential(argv); in main()
186 sequential(char **argv) in sequential() function
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Djcore,pit.txt8 there should be one region per cpu, indexed by the sequential,
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Djcore,aic.txt10 region per cpu, indexed by the sequential, zero-based hardware cpu
/freebsd/tools/test/stress2/tools/
H A Dfail.sh74 vm_fault_dontneed.sh 20170321 Recognition of sequential access
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dnuvoton,ma35d1-clk.yaml37 EPLL, and VPLL in sequential.
/freebsd/tools/tools/netrate/tcpp/
H A DREADME43 -M <localIPcount> Number of sequential local IPs to use; req. -l
64 on the client, they will be sequential starting with the localIPbase set with
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dxilinx_can.txt21 sequential Rx mode).

123