/freebsd/sys/netinet/ |
H A D | sctp_kdtrace.h | 41 SDT_PROBE1(sctp, , , probe, arg0) 43 SDT_PROBE2(sctp, , , probe, arg0, arg1) 45 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2) 47 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3) 49 SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4) 51 SDT_PROBE6(sctp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5) 54 SDT_PROVIDER_DECLARE(sctp); 60 SDT_PROBE_DECLARE(sctp, cwnd, net, init); 62 SDT_PROBE_DECLARE(sctp, cwnd, net, ack); 64 SDT_PROBE_DECLARE(sctp, cwnd, net, fr); [all …]
|
H A D | sctp_kdtrace.c | 38 SDT_PROVIDER_DEFINE(sctp); 44 SDT_PROBE_DEFINE5(sctp, cwnd, net, init, 55 SDT_PROBE_DEFINE5(sctp, cwnd, net, ack, 66 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttvar, 74 SDT_PROBE_DEFINE5(sctp, cwnd, net, rttstep, 83 SDT_PROBE_DEFINE5(sctp, cwnd, net, fr, 94 SDT_PROBE_DEFINE5(sctp, cwnd, net, to, 105 SDT_PROBE_DEFINE5(sctp, cwnd, net, bl, 116 SDT_PROBE_DEFINE5(sctp, cwnd, net, ecn, 127 SDT_PROBE_DEFINE5(sctp, cwnd, net, pd, [all …]
|
H A D | sctp_cc_functions.c | 103 SDT_PROBE5(sctp, cwnd, net, init, in sctp_set_initial_cc_param() 201 SDT_PROBE5(sctp, cwnd, net, fr, in sctp_cwnd_update_after_fr() 268 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 289 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_same() 313 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 325 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_same() 356 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 405 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_decrease() 423 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_decrease() 436 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_decrease() [all …]
|
H A D | sctp_module.c | 134 DECLARE_MODULE(sctp, sctp_mod, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_ANY); 135 MODULE_VERSION(sctp, 1);
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 04-client_auth.cnf.in | 45 $sctpenabled = 1 if !disabled("sctp"); 56 for (my $sctp = 0; $sctp <= $sctpenabled; $sctp++) { 60 .($sctp ? "-sctp" : ""), 76 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 81 .($sctp ? "-sctp" : ""), 98 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 103 .($sctp ? "-sctp" : ""), 126 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 131 .($sctp ? "-sctp" : ""), 156 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; [all …]
|
H A D | 18-dtls-renegotiate.cnf.in | 22 foreach my $sctp ("No", "Yes") 24 next if disabled("sctp") && $sctp eq "Yes"; 27 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 40 "UseSCTP" => $sctp, 56 "UseSCTP" => $sctp, 81 "UseSCTP" => $sctp, 101 "UseSCTP" => $sctp, 121 "UseSCTP" => $sctp, 145 "UseSCTP" => $sctp, 164 "UseSCTP" => $sctp, [all …]
|
H A D | protocol_version.pm | 146 for (my $sctp = 0; $sctp < ($dtls && !disabled("sctp") ? 2 : 1); $sctp++) { 175 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 263 for (my $sctp = 0; $sctp < ($dtls && !disabled("sctp") ? 2 : 1); 264 $sctp++) { 290 $server_tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 314 $client_tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | sctp.sh | 32 if ! kldstat -q -m sctp; then 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) 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) 90 echo "foo" | jexec ${j}a nc --sctp -N -l 1235 & 93 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1235) 99 out=$(jexec ${j}b nc --sctp -N -w 3 -p 1234 192.0.2.1 1235) 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 …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.localsctpstate.ksh.out | 5 sctp:::send - yes 6 sctp:::receive - yes 7 sctp:::state-change to cookie-wait - yes 8 sctp:::state-change to cookie-echoed - yes 9 sctp:::state-change to established - yes 10 sctp:::state-change to shutdown-sent - yes 11 sctp:::state-change to shutdown-received - yes 12 sctp:::state-change to shutdown-ack-sent - yes
|
H A D | tst.remotesctpstate.ksh.out | 6 sctp:::receive - yes 7 sctp:::state-change to cookie-wait - yes 8 sctp:::state-change to cookie-echoed - yes 9 sctp:::state-change to established - yes 10 sctp:::state-change to shutdown-sent - yes 11 sctp:::state-change to closed - yes
|
H A D | tst.remotesctpstate.ksh | 65 $getaddr $sctpport sctp | read source dest 100 sctp:::send 114 sctp:::receive 121 sctp:::state-change
|
H A D | tst.ipv4remotesctp.ksh | 61 $getaddr $sctpport sctp | read source dest 96 sctp:::send 109 sctp:::receive
|
H A D | tst.ipv4localsctp.ksh.out | 5 sctp:::send - yes 6 sctp:::receive - yes
|
H A D | tst.ipv4remotesctp.ksh.out | 5 sctp:::send - yes 6 sctp:::receive - yes
|
H A D | tst.localsctpstate.ksh | 122 sctp:::send 136 sctp:::receive 143 sctp:::state-change
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf1002.in | 2 set timeout sctp.first 11 3 set timeout sctp.opening 12 4 set timeout sctp.established 13 5 set timeout sctp.closing 14 6 set timeout sctp.closed 15
|
H A D | pf1002.ok | 2 set timeout sctp.first 11 3 set timeout sctp.opening 12 4 set timeout sctp.established 13 5 set timeout sctp.closing 14 6 set timeout sctp.closed 15
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1105 struct sctphdr *sctp; in send_probe() local 1143 sctp = (struct sctphdr *)outpacket; in send_probe() 1145 sctp->src_port = htons(ident); in send_probe() 1146 sctp->dest_port = htons(port + seq); in send_probe() 1149 sctp->v_tag = 0; in send_probe() 1151 sctp->v_tag = (sctp->src_port << 16) | sctp->dest_port; in send_probe() 1153 sctp->checksum = htonl(0); in send_probe() 1163 init = (struct sctp_init_chunk *)(sctp + 1); in send_probe() 1168 init->init.initiate_tag = (sctp->src_port << 16) | in send_probe() 1169 sctp->dest_port; in send_probe() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | sctp.sh | 10 kldstat -v | grep -q sctp || kldload sctp.ko 11 cat > /tmp/sctp.c <<EOF 130 cc -o /tmp/server -Wall -Wextra -O2 /tmp/sctp.c || exit 157 rm -f /tmp/sctp.c /tmp/server /tmp/client
|
H A D | syzkaller60.sh | 97 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; } 102 [ $loaded ] && kldunload sctp.ko
|
H A D | syzkaller50.sh | 154 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; } 168 [ $loaded ] && kldunload sctp.ko
|
H A D | syzkaller51.sh | 189 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; } 194 [ $loaded ] && kldunload sctp.ko
|
H A D | syzkaller22.sh | 29 kldstat -v | grep -q sctp || kldload sctp.ko
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1520 struct sctphdr *const sctp = (struct sctphdr *) outp; in sctp_prep() local 1525 sctp->src_port = htons(ident); in sctp_prep() 1526 sctp->dest_port = htons(port + (fixedPort ? 0 : outdata->seq)); in sctp_prep() 1529 sctp->v_tag = 0; in sctp_prep() 1531 sctp->v_tag = (sctp->src_port << 16) | sctp->dest_port; in sctp_prep() 1533 sctp->checksum = htonl(0); in sctp_prep() 1543 init = (struct sctp_init_chunk *)(sctp + 1); in sctp_prep() 1548 init->init.initiate_tag = (sctp->src_port << 16) | in sctp_prep() 1549 sctp->dest_port; in sctp_prep() 1572 chk = (struct sctp_chunkhdr *)(sctp + 1); in sctp_prep() [all …]
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 31 echo 7/sctp 34 discard 9/sctp sink null 39 daytime 13/sctp 46 chargen 19/sctp ttytst source #Character Generator 49 ftp-data 20/sctp #File Transfer [Default Data] 52 ftp 21/sctp #File Transfer [Control] 55 ssh 22/sctp #Secure Shell Login 154 http 80/sctp www www-http #World Wide Web HTTP 348 bgp 179/sctp #Border Gateway Protocol 739 https 443/sctp [all …]
|