Home
last modified time | relevance | path

Searched full:65535 (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/freebsd/sbin/pfctl/tests/files/
H A Dpf0004.ok17 block drop in inet proto tcp from 10.0.0.0/8 port = ssh to 192.168.0.0/16 port 6669:65535
20 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port 6669:65535
23 block drop in inet proto tcp from 10.0.0.0/8 port = ssh to 12.34.56.78 port 6669:65535
26 block drop in inet proto tcp from 10.0.0.0/8 port = ftp to 12.34.56.78 port 6669:65535
29 block drop in inet proto tcp from 172.16.0.0/12 port = ssh to 192.168.0.0/16 port 6669:65535
32 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 192.168.0.0/16 port 6669:65535
35 block drop in inet proto tcp from 172.16.0.0/12 port = ssh to 12.34.56.78 port 6669:65535
38 block drop in inet proto tcp from 172.16.0.0/12 port = ftp to 12.34.56.78 port 6669:65535
41 block drop in inet proto udp from 10.0.0.0/8 port = ssh to 192.168.0.0/16 port 6669:65535
44 block drop in inet proto udp from 10.0.0.0/8 port = ftp to 192.168.0.0/16 port 6669:65535
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_smbus.h56 * range : 0 .. 65535 inclusively
63 * range : 0 .. 65535 inclusively
89 * range : 0 .. 65534, 65535 has special meaning
96 * range : 0 .. 65534, 65535 has special meaning
114 * range : 0 .. 65535 inclusively
156 * range : 0..65535 inclusively
163 * range : 0..65535 inclusively
170 * range : 0..65534, 65535 is reserved
177 * range : 0..65534, 65535 is reserved
184 * range : 0..65534, 65535 is reserved
[all …]
/freebsd/contrib/pjdfstest/tests/mkdir/
H A D00.t41 expect 0 chown . 65535 65535
42 expect 0 -u 65535 -g 65535 mkdir ${n0} 0755
43 expect 65535,65535 lstat ${n0} uid,gid
45 expect 0 -u 65535 -g 65534 mkdir ${n0} 0755
46 expect "65535,6553[45]" lstat ${n0} uid,gid
/freebsd/contrib/pjdfstest/tests/mkfifo/
H A D00.t41 expect 0 chown . 65535 65535
42 expect 0 -u 65535 -g 65535 mkfifo ${n0} 0755
43 expect 65535,65535 lstat ${n0} uid,gid
45 expect 0 -u 65535 -g 65534 mkfifo ${n0} 0755
46 expect "65535,6553[45]" lstat ${n0} uid,gid
/freebsd/contrib/pjdfstest/tests/mknod/
H A D00.t41 expect 0 chown . 65535 65535
42 expect 0 -u 65535 -g 65535 mknod ${n0} f 0755 0 0
43 expect 65535,65535 lstat ${n0} uid,gid
45 expect 0 -u 65535 -g 65534 mknod ${n0} f 0755 0 0
46 expect "65535,6553[45]" lstat ${n0} uid,gid
/freebsd/contrib/pjdfstest/tests/open/
H A D00.t45 expect 0 chown . 65535 65535
46 expect 0 -u 65535 -g 65535 open ${n0} O_CREAT,O_WRONLY 0644
47 expect 65535,65535 lstat ${n0} uid,gid
49 expect 0 -u 65535 -g 65534 open ${n0} O_CREAT,O_WRONLY 0644
50 expect "65535,6553[45]" lstat ${n0} uid,gid
/freebsd/contrib/bc/tests/bc/
H A Dlib2.txt110 ubytes(65535)
133 sbytes(65535)
288 uint(65535)
289 int(65535)
290 int(-65535)
416 uint16(65535)
417 int16(65535)
418 int16(-65535)
419 uint32(65535)
420 int32(65535)
[all …]
/freebsd/contrib/pjdfstest/tests/chmod/
H A D00.t126 expect 0 chown ${n0} 65535 65535
127 expect 0 -u 65535 -g 65535 chmod ${n0} 02755
129 expect 0 -u 65535 -g 65535 chmod ${n0} 0755
133 expect 0 -u 65535 -g 65534 chmod ${n0} 02755
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml63 maximum: 65535
68 maximum: 65535
73 maximum: 65535
78 maximum: 65535
83 maximum: 65535
136 maximum: 65535
255 maximum: 65535
302 maximum: 65535
307 maximum: 65535
314 maximum: 65535
[all …]
/freebsd/sbin/ipf/ipsend/
H A Diptest.155 65535), 4 (dport = 0, 1, 32767, 32768, 65535) and 5 (sizeof(struct ip) <= MTU
63 4 (SYN packet with window of 0, 32768, 65535), 5 (set urgent pointer to 1,
65 65535) and 8 (dport = 0, 1, 32767, 32768, 65535).
H A Diptests.c798 * sport = 32768, sport = 65535 in ip_test4()
827 printf("4.3.5 UDP sport = 65535\n"); in ip_test4()
828 u->uh_sport = htons(65535); in ip_test4()
830 printf("65535\n"); in ip_test4()
838 * dport = 32768, dport = 65535 in ip_test4()
867 printf("4.4.5 UDP dport = 65535\n"); in ip_test4()
868 u->uh_dport = htons(65535); in ip_test4()
870 printf("65535\n"); in ip_test4()
1025 * Test 4: win = 0, win = 32768, win = 65535 in ip_test5()
1039 printf("5.4.3 TCP win = 65535\n"); in ip_test5()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.signs.d.out1 65535 -1 65535
2 -1 -1 65535
/freebsd/tests/sys/netinet6/
H A Dforward6.sh44 if [ $$ -gt 65535 ]; then
45 xl=`printf "%x" $(($$ - 65535))`
114 if [ $$ -gt 65535 ]; then
115 xl=`printf "%x" $(($$ - 65535))`
188 if [ $$ -gt 65535 ]; then
189 xl=`printf "%x" $(($$ - 65535))`
263 if [ $$ -gt 65535 ]; then
264 xl=`printf "%x" $(($$ - 65535))`
332 if [ $$ -gt 65535 ]; then
333 xl=`printf "%x" $(($$ - 65535))`
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signedkeyspos.d.out32 mouse 65535 -1
33 dog 65535 -11
34 cat 65535 -111
H A Dtst.signedkeys.d.out8 65535
34 65535 -1
/freebsd/crypto/openssh/regress/
H A Dhostkey-agent.sh47 if [ "$SSH_CONNECTION" != "UNKNOWN 65535 UNKNOWN 65535" ]; then
80 if [ "$SSH_CONNECTION" != "UNKNOWN 65535 UNKNOWN 65535" ]; then
H A Dproxy-connect.sh19 if [ "$SSH_CONNECTION" != "UNKNOWN 65535 UNKNOWN 65535" ]; then
/freebsd/sbin/pfctl/
H A Dpf.os207 65535:64:0:60:M512,N,W%2,N,N,T: AIX:4.3:3:AIX 4.3.3-5.2
208 65535:64:0:60:M512,N,W%2,N,N,T: AIX:5.1-5.2::AIX 4.3.3-5.2
209 65535:64:0:64:M*,N,W1,N,N,T,N,N,S: AIX:5.3:ML1:AIX 5.3 ML1
281 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.8-4.11::FreeBSD 4.8-5.2 (or MacOS X)
282 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:5.0-5.2::FreeBSD 4.8-5.2 (or MacOS X)
283 65535:64:1:60:M*,N,W1,N,N,T: FreeBSD:4.7-4.11::FreeBSD 4.7-5.2
284 65535:64:1:60:M*,N,W1,N,N,T: FreeBSD:5.0-5.2::FreeBSD 4.7-5.2
287 # 65535:64:1:60:M*,N,W0,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (1)
288 # 65535:64:1:60:M*,N,W1,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (2)
289 # 65535:64:1:60:M*,N,W2,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (3)
[all …]
/freebsd/tests/sys/netinet/
H A Ddivert.sh56 if [ $$ -gt 65535 ]; then
57 xl=`printf "%x" $(($$ - 65535))`
111 if [ $$ -gt 65535 ]; then
112 xl=`printf "%x" $(($$ - 65535))`
/freebsd/lib/libusb/
H A Dlibusb10_desc.c310 if (length > 65535) in libusb_get_string_descriptor()
311 length = 65535; in libusb_get_string_descriptor()
328 if (length > 65535) in libusb_get_string_descriptor_ascii()
329 length = 65535; in libusb_get_string_descriptor_ascii()
348 if (length > 65535) in libusb_get_descriptor()
349 length = 65535; in libusb_get_descriptor()
363 if (len > 65535) in libusb_parse_ss_endpoint_comp()
364 len = 65535; in libusb_parse_ss_endpoint_comp()
442 if (len > 65535) in libusb_parse_bos_descriptor()
443 len = 65535; in libusb_parse_bos_descriptor()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Daspeed,usb-vhub.yaml56 maximum: 65535
61 maximum: 65535
66 maximum: 65535
/freebsd/sys/netinet/
H A Dsctp_sysctl.h357 #define SCTPCTL_INCOMING_STREAMS_MAX 65535
363 #define SCTPCTL_OUTGOING_STREAMS_MAX 65535
423 #define SCTPCTL_MIN_RESIDUAL_MAX 65535
429 #define SCTPCTL_MAX_RETRAN_CHUNK_MAX 65535
471 #define SCTPCTL_UDP_TUNNELING_PORT_MAX 65535
544 #define SCTPCTL_DIAG_INFO_CODE_MAX 65535
/freebsd/contrib/netbsd-tests/ipf/input/
H A Df510 in tcp 1.1.1.1,65535 2.2.2.2,2222
24 in udp 1.1.1.1,65535 2.2.2.2,2222
H A Df610 in tcp 2.2.2.2,2222 1.1.1.1,65535
24 in udp 2.2.2.2,2222 1.1.1.1,65535
/freebsd/usr.bin/tftp/
H A Dtftp.1203 After 65535 packets have been transmitted, set the block counter to
225 Valid values are between 1 and 65535.
282 Files larger than 33488896 octets (65535 blocks) cannot be transferred

12345678910>>...26