/freebsd/contrib/netbsd-tests/net/mpls/ |
H A D | t_mpls_fw6.sh | 74 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias 78 atf_check -s exit:0 rump.route -q add -inet6 fd00:1234:0:3::/64 \ 79 -ifa fd00:1234::1 \ 80 -ifp mpls0 -tag 25 -inet6 fd00:1234::2 86 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alias 89 atf_check -s exit:0 rump.ifconfig shmif1 inet6 fd00:1234:0:1::1/64 alias 95 -inet6 fd00:1234:0:1::2 97 fd00:1234::1 103 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234:0:1::2/64 alias 106 atf_check -s exit:0 rump.ifconfig shmif1 inet6 fd00:1234:0:2::1/64 alias [all …]
|
H A D | t_mpls_fw64.sh | 70 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias 74 atf_check -s exit:0 rump.route -q add -inet6 fd00:1234:0:3::/64 \ 75 -ifa fd00:1234::1 \ 76 -ifp mpls0 -tag 25 -inet6 fd00:1234::2 82 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alias 85 atf_check -s exit:0 rump.ifconfig shmif1 inet6 fd00:1234:0:1::1/64 alias 91 -inet6 fd00:1234:0:1::2 93 fd00:1234::1 99 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234:0:1::2/64 alias 111 -inet6 fd00:1234:0:1::1 [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | sctp.sh | 63 "pass in proto sctp to port 1234" 65 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 & 70 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234) 79 "pass in proto sctp to port 1234" 81 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 & 84 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234) 99 out=$(jexec ${j}b nc --sctp -N -w 3 -p 1234 192.0.2.1 1235) 137 "pass in proto sctp to port 1234" 139 echo "foo" | jexec ${j}a nc -6 --sctp -N -l 1234 & 144 out=$(jexec ${j}b nc --sctp -N -w 3 2001:db8::a 1234) [all …]
|
H A D | sctp.py | 88 def __init__(self, family, port=1234): 148 def __init__(self, ip, port=1234, fromaddr=None): 260 srv = SCTPServer(socket.AF_INET, port=1234) 275 client = SCTPClient("192.0.2.3", 1234) 296 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states) 297 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.2:1234", states) 313 client = SCTPClient("192.0.2.3", 1234, "192.0.2.1") 344 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234", states) 345 assert re.search(r"all sctp 192.0.2.10:.*192.0.2.3:1234", states) 363 assert re.search(r"all sctp 192.0.2.1:.*192.0.2.3:1234 [all...] |
/freebsd/crypto/openssh/regress/ |
H A D | addrmatch.sh | 35 run_trial user 192.168.0.1 somehost 1.2.3.4 1234 match1 "first entry" 36 run_trial user 192.168.30.1 somehost 1.2.3.4 1234 nomatch "negative match" 37 run_trial user 19.0.0.1 somehost 1.2.3.4 1234 nomatch "no match" 38 run_trial user 10.255.255.254 somehost 1.2.3.4 1234 match1 "list middle" 39 run_trial user 192.168.30.1 192.168.0.1 1.2.3.4 1234 nomatch "faked IP in hostname" 40 run_trial user 1.1.1.1 somehost.example.com 1.2.3.4 1234 match2 "bare IP4 address" 41 run_trial user 19.0.0.1 somehost 127.0.0.1 1234 match3 "localaddress" 45 run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address" 46 run_trial user ::2 somehost.example.com ::2 1234 nomatch "deny IPv6" 47 run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated" [all …]
|
H A D | cfgparse.sh | 32 listenaddress 1.2.3.4:1234 36 listenaddress [::1]:1234 45 port 1234 61 port 1234
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
H A D | zfs_share_013_pos.ksh | 73 log_must zfs set sharenfs="rw=[::1]:[2::3]/64:[2a01:1234:1234:1234:aa34:234:1234:1234]:1.2.3.4/24" … 77 log_must grep -q "2a01:1234:1234:1234:aa34:234:1234:1234(" <<< "$output"
|
/freebsd/crypto/openssh/regress/unittests/misc/ |
H A D | test_hpdelim.c | 43 START_STRING(":1234"); in test_hpdelim() 48 ASSERT_STRING_EQ(port, "1234"); in test_hpdelim() 54 START_STRING("host:1234"); in test_hpdelim() 59 ASSERT_STRING_EQ(port, "1234"); in test_hpdelim() 65 START_STRING("[::1]:1234"); in test_hpdelim() 70 ASSERT_STRING_EQ(port, "1234"); in test_hpdelim() 76 START_STRING("[::1:1234"); in test_hpdelim()
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_setattr | 46 chown 1234 own || die 48 [ ${st_uid} -eq 1234 ] || die 52 echo 'chown 1234 ownq' | kqueue_monitor 1 ownq || die 65 echo 'chgrp 1234 grpq' | kqueue_monitor 1 grpq || die 71 chown 1234:5678 owngrp || die 73 [ ${st_uid} -eq 1234 ] || die 77 echo 'chown 1234:5678 owngrpp' | kqueue_monitor 1 owngrpp || die
|
/freebsd/contrib/libxo/tests/gettext/saved/ |
H A D | gt_01.T.out | 8 otaltay 1234 9 Eceivedray 1234 ldb2 omfray foop#4321 inyay 32 msyay 10 Received 1234 yezbay from foop#4321 in 32 ms 11 Eceivedray 1234 ldb2 omfray foop#4321 inyay 32 msyay
|
H A D | gt_01.J.out | 1 …,3,4],"total":1234,"received":1234,"from":"foop","port":4321,"time":32,"received":1234,"from":"foo…
|
H A D | gt_01.JP.out | 20 "total": 1234, 21 "received": 1234, 25 "received": 1234, 29 "received": 1234,
|
H A D | gt_01.X.out | 1 …1234</total><received>1234</received><from>foop</from><port>4321</port><time>32</time><received>12…
|
H A D | gt_01.XP.out | 17 <total>1234</total> 18 <received>1234</received> 22 <received>1234</received> 26 <received>1234</received>
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | t_setattr.sh | 43 atf_check -s eq:0 -o empty -e empty chown 1234 own 45 [ ${st_uid} -eq 1234 ] || atf_fail "uid was not set" 61 echo 'chown 1234 ownq' | kqueue_monitor 1 ownq 95 echo 'chgrp 1234 grpq' | kqueue_monitor 1 grpq 111 atf_check -s eq:0 -o empty -e empty chown 1234:5678 owngrp 113 [ ${st_uid} -eq 1234 ] || atf_fail "uid was not modified" 129 echo 'chown 1234:5678 owngrpp' | kqueue_monitor 1 owngrpp
|
/freebsd/tests/sys/netpfil/common/ |
H A D | rdr.sh | 55 "rdr pass on ${epair}b proto tcp from any to 198.51.100.0/24 port 1234 -> 192.0.2.1 port 4321" \ 57 "rdr ${epair}b from any to 198.51.100.0/24 port = 1234 -> 192.0.2.1 port 4321 tcp" 63 result=$(nc -N -w 3 198.51.100.2 1234) 110 "rdr pass proto tcp from any to 192.0.2.3/24 port 1234 -> 192.0.2.2 port 4321" \ 112 "rdr '*' from any to 192.0.2.3/24 port = 1234 -> 192.0.2.2 port 4321 tcp" 118 result=$(jexec second nc -N -w 3 192.0.2.3 1234)
|
/freebsd/usr.bin/clang/lldb-server/ |
H A D | lldb-server.1 | 212 lldb\-server g :1234 /path/to/program program\-argument \-\- \-\-program\-option 219 lldb\-server g :1234 \-\- /path/to/program program\-argument \-\-program\-option 229 lldb\-server g :1234 \-\-attach 12345 230 lldb\-server g :1234 \-\-attach program\-name 237 (lldb) gdb\-remote 1234 246 lldb\-server g :1234 248 (lldb) gdb\-remote 1234
|
/freebsd/contrib/llvm-project/lldb/docs/man/ |
H A D | lldb-server.rst | 178 lldb-server g :1234 /path/to/program program-argument -- --program-option 182 lldb-server g :1234 -- /path/to/program program-argument --program-option 189 lldb-server g :1234 --attach 12345 190 lldb-server g :1234 --attach program-name 194 (lldb) gdb-remote 1234 200 lldb-server g :1234 202 (lldb) gdb-remote 1234
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | h_testbits.x | 9 ME_NEG = -1234, 12 ME_MANY = 1234 18 BE_MANY = 1234,
|
/freebsd/contrib/netbsd-tests/fs/umapfs/ |
H A D | t_basic.c | 100 gmaps[0][1] = 1234; in ATF_TC_BODY() 123 xchown("/td1/forwmap", 555, 1234); in ATF_TC_BODY() 124 testuidgid("/td1/forwmap", 555, 1234); in ATF_TC_BODY() 135 xchown("/td2/revmap", 555, 1234); in ATF_TC_BODY() 136 testuidgid("/td1/revmap", 555, 1234); in ATF_TC_BODY()
|
/freebsd/share/man/man9/ |
H A D | dpcpu.9 | 58 .Bd -literal -offset 1234 64 .Bd -literal -offset 1234 72 .Bd -literal -offset 1234 113 .Bd -literal -offset 1234
|
/freebsd/tests/sys/mac/ipacl/ |
H A D | ipacl_test.sh | 183 rule="${rule}${jidB},1,${epairB}b,AF_INET6,2001:2::1234:1234/-1@" 194 jexec B ifconfig ${epairB}b inet6 2001:2::1234:1234/48 up 196 jexec A ifconfig ${epairA}b inet6 2001:2::1234:1234/48 up 241 jexec A ifconfig ${epairA}b inet6 fc00::0000:1234/48 up 243 jexec A ifconfig ${epairA}b inet6 fc00::0000:1234/48 up
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch.1 | 620 Watch processes forked by pid 1234. 622 dwatch -p 1234 execve 625 Watch processes forked by either pid 1234 or pid 5678. 627 dwatch -p '1234|5678' execve 667 Watch processes forked by pid 1234 or children thereof. 669 dwatch -R -p 1234 execve 741 calls only while pid 1234 is active. 743 dwatch -X open -- -p 1234
|
/freebsd/contrib/pjdfstest/tests/truncate/ |
H A D | 05.t | 25 expect EACCES -u 65534 -g 65534 truncate ${n1}/${n2} 1234 28 expect 0 -u 65534 -g 65534 truncate ${n1}/${n2} 1234 29 expect 1234 -u 65534 -g 65534 stat ${n1}/${n2} size
|
H A D | 10.t | 25 expect EROFS truncate ${n0}/${n1} 1234 28 expect 0 truncate ${n0}/${n1} 1234 29 expect 1234 stat ${n0}/${n1} size
|