/third_party/iptables/extensions/ |
D | libxt_sctp.t | 2 -p sctp -m sctp --sport 1;=;OK 3 -p sctp -m sctp --sport 65535;=;OK 4 -p sctp -m sctp --sport 1:65535;=;OK 5 -p sctp -m sctp --sport -1;;FAIL 6 -p sctp -m sctp --sport 65536;;FAIL 7 -p sctp -m sctp --dport 1;=;OK 8 -p sctp -m sctp --dport 1:65535;=;OK 9 -p sctp -m sctp --dport 65535;=;OK 10 -p sctp -m sctp --dport -1;;FAIL 11 -p sctp -m sctp --dport 65536;;FAIL [all …]
|
D | libxt_sctp.txlate | 1 iptables-translate -A INPUT -p sctp --dport 80 -j DROP 2 nft add rule ip filter INPUT sctp dport 80 counter drop 4 iptables-translate -A INPUT -p sctp --sport 50 -j DROP 5 nft add rule ip filter INPUT sctp sport 50 counter drop 7 iptables-translate -A INPUT -p sctp ! --dport 80 -j DROP 8 nft add rule ip filter INPUT sctp dport != 80 counter drop 10 iptables-translate -A INPUT -p sctp ! --sport 50 -j DROP 11 nft add rule ip filter INPUT sctp sport != 50 counter drop 13 iptables-translate -A INPUT -p sctp --sport 80:100 -j ACCEPT 14 nft add rule ip filter INPUT sctp sport 80-100 counter accept [all …]
|
D | libxt_sctp.man | 25 iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP 27 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP 29 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT
|
D | libxt_multiport.t | 8 -p sctp -m multiport --sports 53,1024:65535;=;OK 9 -p sctp -m multiport --dports 53,1024:65535;=;OK
|
/third_party/ltp/utils/ |
D | .gitignore | 1 /sctp/func_tests/test_1_to_1_accept_close 2 /sctp/func_tests/test_1_to_1_addrs 3 /sctp/func_tests/test_1_to_1_connect 4 /sctp/func_tests/test_1_to_1_connectx 5 /sctp/func_tests/test_1_to_1_events 6 /sctp/func_tests/test_1_to_1_initmsg_connect 7 /sctp/func_tests/test_1_to_1_nonblock 8 /sctp/func_tests/test_1_to_1_recvfrom 9 /sctp/func_tests/test_1_to_1_recvmsg 10 /sctp/func_tests/test_1_to_1_rtoinfo [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsctptransport.c | 56 typedef void (*SCTPTask) (WebRTCSCTPTransport * sctp, gpointer user_data); 60 WebRTCSCTPTransport *sctp; member 70 task->func (task->sctp, task->user_data); in _execute_task() 77 gst_object_unref (task->sctp); in _free_task() 85 _sctp_enqueue_task (WebRTCSCTPTransport * sctp, SCTPTask func, in _sctp_enqueue_task() argument 90 task->sctp = gst_object_ref (sctp); in _sctp_enqueue_task() 95 gst_webrtc_bin_enqueue_task (sctp->webrtcbin, in _sctp_enqueue_task() 101 _emit_stream_reset (WebRTCSCTPTransport * sctp, gpointer user_data) in _emit_stream_reset() argument 105 g_signal_emit (sctp, in _emit_stream_reset() 111 WebRTCSCTPTransport * sctp) in _on_sctp_dec_pad_removed() argument [all …]
|
D | webrtcdatachannel.c | 359 _on_sctp_stream_reset (WebRTCSCTPTransport * sctp, guint stream_id, in _on_sctp_stream_reset() argument 1010 WebRTCSCTPTransport * sctp) in _data_channel_set_sctp_transport() argument 1013 g_return_if_fail (GST_IS_WEBRTC_SCTP_TRANSPORT (sctp)); in _data_channel_set_sctp_transport() 1020 GST_OBJECT (sctp)); in _data_channel_set_sctp_transport() 1022 if (sctp) { in _data_channel_set_sctp_transport() 1023 g_signal_connect (sctp, "stream-reset", G_CALLBACK (_on_sctp_stream_reset), in _data_channel_set_sctp_transport() 1025 g_signal_connect (sctp, "notify::state", G_CALLBACK (_on_sctp_notify_state), in _data_channel_set_sctp_transport()
|
D | webrtcsctptransport.h | 69 webrtc_sctp_transport_set_priority (WebRTCSCTPTransport *sctp,
|
/third_party/openssl/test/ssl-tests/ |
D | 04-client_auth.conf.in | 37 $sctpenabled = 1 if !disabled("sctp"); 48 for (my $sctp = 0; $sctp <= $sctpenabled; $sctp++) { 52 .($sctp ? "-sctp" : ""), 66 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 71 .($sctp ? "-sctp" : ""), 86 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 91 .($sctp ? "-sctp" : ""), 110 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 115 .($sctp ? "-sctp" : ""), 138 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; [all …]
|
D | 18-dtls-renegotiate.conf.in | 20 foreach my $sctp ("No", "Yes") 22 next if disabled("sctp") && $sctp eq "Yes"; 24 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 34 "UseSCTP" => $sctp, 46 "UseSCTP" => $sctp, 67 "UseSCTP" => $sctp, 85 "UseSCTP" => $sctp, 103 "UseSCTP" => $sctp, 127 "UseSCTP" => $sctp, 146 "UseSCTP" => $sctp, [all …]
|
D | protocol_version.pm | 99 for (my $sctp = 0; $sctp < ($dtls && !disabled("sctp") ? 2 : 1); $sctp++) { 126 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 199 for (my $sctp = 0; $sctp < ($dtls && !disabled("sctp") ? 2 : 1); 200 $sctp++) { 222 $server_tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 243 $client_tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp;
|
D | 16-dtls-certstatus.conf.in | 78 push @tests, @tests_sctp unless disabled("sctp") || disabled("sock");
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | meson.build | 8 if get_option('sctp').disabled() 16 if not get_option('sctp-internal-usrsctp').enabled() 25 if get_option('sctp-internal-usrsctp').disabled() and not found_system_usrsctp 26 if get_option('sctp').enabled() 27 …error('sctp plugin enabled but could not find libusrsctp or usrsctp.h, and internal libusrsctp dis… 29 …uld not find libusrsctp or usrsctp.h, and internal libusrsctp disabled - not building sctp plugin') 40 if get_option('sctp').enabled() and not sctp_dep.found() 41 … error('sctp plugin enabled but could not find system libusrsctp or configure internal libusrsctp')
|
D | gstsctpplugin.c | 52 sctp,
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/ |
D | meson.build | 9 'sctp-prelude.h', 12 install_headers(sctp_headers, subdir : 'gstreamer-1.0/gst/sctp') 24 pkg_name = 'gstreamer-sctp-1.0'
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 105 SDT_PROBE5(sctp, cwnd, net, init, in sctp_set_initial_cc_param() 200 SDT_PROBE5(sctp, cwnd, net, fr, in sctp_cwnd_update_after_fr() 281 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 304 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_same() 330 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 344 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_same() 376 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_same() 437 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_decrease() 454 SDT_PROBE5(sctp, cwnd, net, rttvar, in cc_bw_decrease() 469 SDT_PROBE5(sctp, cwnd, net, rttstep, in cc_bw_decrease() [all …]
|
/third_party/ltp/testcases/network/stress/sctp/ |
D | sctp_ipsec.sh | 19 tst_netload -H $(tst_ipaddr rhost) -T sctp $opts \
|
D | sctp_ipsec_vti.sh | 19 tst_netload -H $ip_rmt_tun -T sctp $opts -r $IPSEC_REQUESTS \
|
/third_party/ltp/testcases/network/sctp/ |
D | sctp01.sh | 23 tst_netload -S $(tst_ipaddr) -H $(tst_ipaddr rhost) -T sctp -R 3 $opts
|
/third_party/iptables/include/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 31 } sctp; member
|
/third_party/ltp/scenario_groups/ |
D | network | 11 net.sctp
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/ |
D | meson.build | 16 subdir('sctp') subdir
|
/third_party/iptables/iptables/tests/shell/testcases/ipt-restore/ |
D | 0004-restore-race_0 | 59 for proto in tcp udp sctp; do
|
/third_party/gstreamer/gstplugins_bad/ext/ |
D | meson.build | 53 subdir('sctp') subdir
|
/third_party/ltp/testcases/network/ |
D | .gitignore | 24 /sctp/sctp_big_chunk
|