• Home
  • Raw
  • Download

Lines Matching refs:sctp

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
12 -p sctp -m sctp --chunk-types all DATA;=;OK
13 -p sctp -m sctp --chunk-types all INIT;=;OK
14 -p sctp -m sctp --chunk-types all INIT_ACK;=;OK
15 -p sctp -m sctp --chunk-types all SACK;=;OK
16 -p sctp -m sctp --chunk-types all HEARTBEAT;=;OK
17 -p sctp -m sctp --chunk-types all HEARTBEAT_ACK;=;OK
18 -p sctp -m sctp --chunk-types all ABORT;=;OK
19 -p sctp -m sctp --chunk-types all SHUTDOWN;=;OK
20 -p sctp -m sctp --chunk-types all SHUTDOWN_ACK;=;OK
21 -p sctp -m sctp --chunk-types all ERROR;=;OK
22 -p sctp -m sctp --chunk-types all COOKIE_ECHO;=;OK
23 -p sctp -m sctp --chunk-types all COOKIE_ACK;=;OK
24 -p sctp -m sctp --chunk-types all ECN_ECNE;=;OK
25 -p sctp -m sctp --chunk-types all ECN_CWR;=;OK
26 # ERROR: iptables-save segfaults: iptables -A INPUT -p sctp -m sctp --chunk-types all ASCONF
27 # -p sctp -m sctp --chunk-types all ASCONF;=;OK
28 # ERROR: iptables-save segfaults: iptables -A INPUT -p sctp -m sctp --chunk-types all ASCONF_ACK
29 # -p sctp -m sctp --chunk-types all ASCONF_ACK;=;OK
30 # ERROR: iptables-save segfaults: iptables -A INPUT -p sctp -m sctp --chunk-types all FORWARD_TSN
31 # -p sctp -m sctp --chunk-types all FORWARD_TSN;=;OK
32 -p sctp -m sctp --chunk-types all SHUTDOWN_COMPLETE;=;OK