Home
last modified time | relevance | path

Searched refs:sctp (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/sys/netinet/
H A Dsctp_kdtrace.h41 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 Dsctp_kdtrace.c38 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 Dsctp_cc_functions.c103 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 Dsctp_module.c134 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 D04-client_auth.cnf.in45 $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 D18-dtls-renegotiate.cnf.in22 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 Dprotocol_version.pm146 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 Dsctp.sh32 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 Dtst.localsctpstate.ksh.out5 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 Dtst.remotesctpstate.ksh.out6 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 Dtst.remotesctpstate.ksh65 $getaddr $sctpport sctp | read source dest
100 sctp:::send
114 sctp:::receive
121 sctp:::state-change
H A Dtst.ipv4remotesctp.ksh61 $getaddr $sctpport sctp | read source dest
96 sctp:::send
109 sctp:::receive
H A Dtst.ipv4localsctp.ksh.out5 sctp:::send - yes
6 sctp:::receive - yes
H A Dtst.ipv4remotesctp.ksh.out5 sctp:::send - yes
6 sctp:::receive - yes
H A Dtst.localsctpstate.ksh122 sctp:::send
136 sctp:::receive
143 sctp:::state-change
/freebsd/sbin/pfctl/tests/files/
H A Dpf1002.in2 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 Dpf1002.ok2 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 Dtraceroute6.c1105 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 Dsctp.sh10 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 Dsyzkaller60.sh97 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; }
102 [ $loaded ] && kldunload sctp.ko
H A Dsyzkaller50.sh154 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; }
168 [ $loaded ] && kldunload sctp.ko
H A Dsyzkaller51.sh189 kldstat | grep -q sctp || { kldload sctp.ko && loaded=1; }
194 [ $loaded ] && kldunload sctp.ko
H A Dsyzkaller22.sh29 kldstat -v | grep -q sctp || kldload sctp.ko
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1520 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 Dservices31 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 …]

1234