Lines 1-6
Link Here
|
1 |
#! /usr/libexec/atf-sh |
1 |
#! /usr/libexec/atf-sh |
2 |
# This file is @generated by make_atf.sh |
2 |
# This file is @generated by make_atf.sh |
3 |
# in the tcptestsuite distribution. |
3 |
# in the tcptestsuite distribution. |
|
|
4 |
|
4 |
save_sysctls() { |
5 |
save_sysctls() { |
5 |
sed -n 's/.*sysctl -w \([^=]*\)=.*/\1/p' < $1 \ |
6 |
sed -n 's/.*sysctl -w \([^=]*\)=.*/\1/p' < $1 \ |
6 |
| sort -u \ |
7 |
| sort -u \ |
Lines 12-17
restore_sysctls() {
Link Here
|
12 |
atf_check test $? -eq 0 |
13 |
atf_check test $? -eq 0 |
13 |
rm saved_sysctls |
14 |
rm saved_sysctls |
14 |
} |
15 |
} |
|
|
16 |
|
15 |
atf_test_case client_handle_cookie_reject_of_length_01 cleanup |
17 |
atf_test_case client_handle_cookie_reject_of_length_01 cleanup |
16 |
client_handle_cookie_reject_of_length_01_head() { |
18 |
client_handle_cookie_reject_of_length_01_head() { |
17 |
atf_set timeout 10 |
19 |
atf_set timeout 10 |
Lines 19-30
client_handle_cookie_reject_of_length_01_head() {
Link Here
|
19 |
} |
21 |
} |
20 |
client_handle_cookie_reject_of_length_01_body() { |
22 |
client_handle_cookie_reject_of_length_01_body() { |
21 |
|
23 |
|
|
|
24 |
|
22 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt |
25 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt |
23 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt |
26 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-01.pkt |
24 |
} |
27 |
} |
25 |
client_handle_cookie_reject_of_length_01_cleanup() { |
28 |
client_handle_cookie_reject_of_length_01_cleanup() { |
26 |
restore_sysctls |
29 |
restore_sysctls |
27 |
} |
30 |
} |
|
|
31 |
|
28 |
atf_test_case client_handle_cookie_reject_of_length_02 cleanup |
32 |
atf_test_case client_handle_cookie_reject_of_length_02 cleanup |
29 |
client_handle_cookie_reject_of_length_02_head() { |
33 |
client_handle_cookie_reject_of_length_02_head() { |
30 |
atf_set timeout 10 |
34 |
atf_set timeout 10 |
Lines 32-43
client_handle_cookie_reject_of_length_02_head() {
Link Here
|
32 |
} |
36 |
} |
33 |
client_handle_cookie_reject_of_length_02_body() { |
37 |
client_handle_cookie_reject_of_length_02_body() { |
34 |
|
38 |
|
|
|
39 |
|
35 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt |
40 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt |
36 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt |
41 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-02.pkt |
37 |
} |
42 |
} |
38 |
client_handle_cookie_reject_of_length_02_cleanup() { |
43 |
client_handle_cookie_reject_of_length_02_cleanup() { |
39 |
restore_sysctls |
44 |
restore_sysctls |
40 |
} |
45 |
} |
|
|
46 |
|
41 |
atf_test_case client_handle_cookie_reject_of_length_03 cleanup |
47 |
atf_test_case client_handle_cookie_reject_of_length_03 cleanup |
42 |
client_handle_cookie_reject_of_length_03_head() { |
48 |
client_handle_cookie_reject_of_length_03_head() { |
43 |
atf_set timeout 10 |
49 |
atf_set timeout 10 |
Lines 45-56
client_handle_cookie_reject_of_length_03_head() {
Link Here
|
45 |
} |
51 |
} |
46 |
client_handle_cookie_reject_of_length_03_body() { |
52 |
client_handle_cookie_reject_of_length_03_body() { |
47 |
|
53 |
|
|
|
54 |
|
48 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt |
55 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt |
49 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt |
56 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-03.pkt |
50 |
} |
57 |
} |
51 |
client_handle_cookie_reject_of_length_03_cleanup() { |
58 |
client_handle_cookie_reject_of_length_03_cleanup() { |
52 |
restore_sysctls |
59 |
restore_sysctls |
53 |
} |
60 |
} |
|
|
61 |
|
54 |
atf_test_case client_handle_cookie_reject_of_length_04 cleanup |
62 |
atf_test_case client_handle_cookie_reject_of_length_04 cleanup |
55 |
client_handle_cookie_reject_of_length_04_head() { |
63 |
client_handle_cookie_reject_of_length_04_head() { |
56 |
atf_set timeout 10 |
64 |
atf_set timeout 10 |
Lines 58-69
client_handle_cookie_reject_of_length_04_head() {
Link Here
|
58 |
} |
66 |
} |
59 |
client_handle_cookie_reject_of_length_04_body() { |
67 |
client_handle_cookie_reject_of_length_04_body() { |
60 |
|
68 |
|
|
|
69 |
|
61 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt |
70 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt |
62 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt |
71 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-04.pkt |
63 |
} |
72 |
} |
64 |
client_handle_cookie_reject_of_length_04_cleanup() { |
73 |
client_handle_cookie_reject_of_length_04_cleanup() { |
65 |
restore_sysctls |
74 |
restore_sysctls |
66 |
} |
75 |
} |
|
|
76 |
|
67 |
atf_test_case client_handle_cookie_reject_of_length_05 cleanup |
77 |
atf_test_case client_handle_cookie_reject_of_length_05 cleanup |
68 |
client_handle_cookie_reject_of_length_05_head() { |
78 |
client_handle_cookie_reject_of_length_05_head() { |
69 |
atf_set timeout 10 |
79 |
atf_set timeout 10 |
Lines 71-82
client_handle_cookie_reject_of_length_05_head() {
Link Here
|
71 |
} |
81 |
} |
72 |
client_handle_cookie_reject_of_length_05_body() { |
82 |
client_handle_cookie_reject_of_length_05_body() { |
73 |
|
83 |
|
|
|
84 |
|
74 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt |
85 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt |
75 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt |
86 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-05.pkt |
76 |
} |
87 |
} |
77 |
client_handle_cookie_reject_of_length_05_cleanup() { |
88 |
client_handle_cookie_reject_of_length_05_cleanup() { |
78 |
restore_sysctls |
89 |
restore_sysctls |
79 |
} |
90 |
} |
|
|
91 |
|
80 |
atf_test_case client_handle_cookie_reject_of_length_06 cleanup |
92 |
atf_test_case client_handle_cookie_reject_of_length_06 cleanup |
81 |
client_handle_cookie_reject_of_length_06_head() { |
93 |
client_handle_cookie_reject_of_length_06_head() { |
82 |
atf_set timeout 10 |
94 |
atf_set timeout 10 |
Lines 84-95
client_handle_cookie_reject_of_length_06_head() {
Link Here
|
84 |
} |
96 |
} |
85 |
client_handle_cookie_reject_of_length_06_body() { |
97 |
client_handle_cookie_reject_of_length_06_body() { |
86 |
|
98 |
|
|
|
99 |
|
87 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt |
100 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt |
88 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt |
101 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-06.pkt |
89 |
} |
102 |
} |
90 |
client_handle_cookie_reject_of_length_06_cleanup() { |
103 |
client_handle_cookie_reject_of_length_06_cleanup() { |
91 |
restore_sysctls |
104 |
restore_sysctls |
92 |
} |
105 |
} |
|
|
106 |
|
93 |
atf_test_case client_handle_cookie_reject_of_length_07 cleanup |
107 |
atf_test_case client_handle_cookie_reject_of_length_07 cleanup |
94 |
client_handle_cookie_reject_of_length_07_head() { |
108 |
client_handle_cookie_reject_of_length_07_head() { |
95 |
atf_set timeout 10 |
109 |
atf_set timeout 10 |
Lines 97-108
client_handle_cookie_reject_of_length_07_head() {
Link Here
|
97 |
} |
111 |
} |
98 |
client_handle_cookie_reject_of_length_07_body() { |
112 |
client_handle_cookie_reject_of_length_07_body() { |
99 |
|
113 |
|
|
|
114 |
|
100 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt |
115 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt |
101 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt |
116 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-07.pkt |
102 |
} |
117 |
} |
103 |
client_handle_cookie_reject_of_length_07_cleanup() { |
118 |
client_handle_cookie_reject_of_length_07_cleanup() { |
104 |
restore_sysctls |
119 |
restore_sysctls |
105 |
} |
120 |
} |
|
|
121 |
|
106 |
atf_test_case client_handle_cookie_reject_of_length_08 cleanup |
122 |
atf_test_case client_handle_cookie_reject_of_length_08 cleanup |
107 |
client_handle_cookie_reject_of_length_08_head() { |
123 |
client_handle_cookie_reject_of_length_08_head() { |
108 |
atf_set timeout 10 |
124 |
atf_set timeout 10 |
Lines 110-121
client_handle_cookie_reject_of_length_08_head() {
Link Here
|
110 |
} |
126 |
} |
111 |
client_handle_cookie_reject_of_length_08_body() { |
127 |
client_handle_cookie_reject_of_length_08_body() { |
112 |
|
128 |
|
|
|
129 |
|
113 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt |
130 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt |
114 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt |
131 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-08.pkt |
115 |
} |
132 |
} |
116 |
client_handle_cookie_reject_of_length_08_cleanup() { |
133 |
client_handle_cookie_reject_of_length_08_cleanup() { |
117 |
restore_sysctls |
134 |
restore_sysctls |
118 |
} |
135 |
} |
|
|
136 |
|
119 |
atf_test_case client_handle_cookie_reject_of_length_09 cleanup |
137 |
atf_test_case client_handle_cookie_reject_of_length_09 cleanup |
120 |
client_handle_cookie_reject_of_length_09_head() { |
138 |
client_handle_cookie_reject_of_length_09_head() { |
121 |
atf_set timeout 10 |
139 |
atf_set timeout 10 |
Lines 123-134
client_handle_cookie_reject_of_length_09_head() {
Link Here
|
123 |
} |
141 |
} |
124 |
client_handle_cookie_reject_of_length_09_body() { |
142 |
client_handle_cookie_reject_of_length_09_body() { |
125 |
|
143 |
|
|
|
144 |
|
126 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt |
145 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt |
127 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt |
146 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-09.pkt |
128 |
} |
147 |
} |
129 |
client_handle_cookie_reject_of_length_09_cleanup() { |
148 |
client_handle_cookie_reject_of_length_09_cleanup() { |
130 |
restore_sysctls |
149 |
restore_sysctls |
131 |
} |
150 |
} |
|
|
151 |
|
132 |
atf_test_case client_handle_cookie_reject_of_length_10 cleanup |
152 |
atf_test_case client_handle_cookie_reject_of_length_10 cleanup |
133 |
client_handle_cookie_reject_of_length_10_head() { |
153 |
client_handle_cookie_reject_of_length_10_head() { |
134 |
atf_set timeout 10 |
154 |
atf_set timeout 10 |
Lines 136-147
client_handle_cookie_reject_of_length_10_head() {
Link Here
|
136 |
} |
156 |
} |
137 |
client_handle_cookie_reject_of_length_10_body() { |
157 |
client_handle_cookie_reject_of_length_10_body() { |
138 |
|
158 |
|
|
|
159 |
|
139 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt |
160 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt |
140 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt |
161 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-10.pkt |
141 |
} |
162 |
} |
142 |
client_handle_cookie_reject_of_length_10_cleanup() { |
163 |
client_handle_cookie_reject_of_length_10_cleanup() { |
143 |
restore_sysctls |
164 |
restore_sysctls |
144 |
} |
165 |
} |
|
|
166 |
|
145 |
atf_test_case client_handle_cookie_reject_of_length_11 cleanup |
167 |
atf_test_case client_handle_cookie_reject_of_length_11 cleanup |
146 |
client_handle_cookie_reject_of_length_11_head() { |
168 |
client_handle_cookie_reject_of_length_11_head() { |
147 |
atf_set timeout 10 |
169 |
atf_set timeout 10 |
Lines 149-160
client_handle_cookie_reject_of_length_11_head() {
Link Here
|
149 |
} |
171 |
} |
150 |
client_handle_cookie_reject_of_length_11_body() { |
172 |
client_handle_cookie_reject_of_length_11_body() { |
151 |
|
173 |
|
|
|
174 |
|
152 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt |
175 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt |
153 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt |
176 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-11.pkt |
154 |
} |
177 |
} |
155 |
client_handle_cookie_reject_of_length_11_cleanup() { |
178 |
client_handle_cookie_reject_of_length_11_cleanup() { |
156 |
restore_sysctls |
179 |
restore_sysctls |
157 |
} |
180 |
} |
|
|
181 |
|
158 |
atf_test_case client_handle_cookie_reject_of_length_12 cleanup |
182 |
atf_test_case client_handle_cookie_reject_of_length_12 cleanup |
159 |
client_handle_cookie_reject_of_length_12_head() { |
183 |
client_handle_cookie_reject_of_length_12_head() { |
160 |
atf_set timeout 10 |
184 |
atf_set timeout 10 |
Lines 162-173
client_handle_cookie_reject_of_length_12_head() {
Link Here
|
162 |
} |
186 |
} |
163 |
client_handle_cookie_reject_of_length_12_body() { |
187 |
client_handle_cookie_reject_of_length_12_body() { |
164 |
|
188 |
|
|
|
189 |
|
165 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt |
190 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt |
166 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt |
191 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-12.pkt |
167 |
} |
192 |
} |
168 |
client_handle_cookie_reject_of_length_12_cleanup() { |
193 |
client_handle_cookie_reject_of_length_12_cleanup() { |
169 |
restore_sysctls |
194 |
restore_sysctls |
170 |
} |
195 |
} |
|
|
196 |
|
171 |
atf_test_case client_handle_cookie_reject_of_length_13 cleanup |
197 |
atf_test_case client_handle_cookie_reject_of_length_13 cleanup |
172 |
client_handle_cookie_reject_of_length_13_head() { |
198 |
client_handle_cookie_reject_of_length_13_head() { |
173 |
atf_set timeout 10 |
199 |
atf_set timeout 10 |
Lines 175-186
client_handle_cookie_reject_of_length_13_head() {
Link Here
|
175 |
} |
201 |
} |
176 |
client_handle_cookie_reject_of_length_13_body() { |
202 |
client_handle_cookie_reject_of_length_13_body() { |
177 |
|
203 |
|
|
|
204 |
|
178 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt |
205 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt |
179 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt |
206 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-13.pkt |
180 |
} |
207 |
} |
181 |
client_handle_cookie_reject_of_length_13_cleanup() { |
208 |
client_handle_cookie_reject_of_length_13_cleanup() { |
182 |
restore_sysctls |
209 |
restore_sysctls |
183 |
} |
210 |
} |
|
|
211 |
|
184 |
atf_test_case client_handle_cookie_reject_of_length_14 cleanup |
212 |
atf_test_case client_handle_cookie_reject_of_length_14 cleanup |
185 |
client_handle_cookie_reject_of_length_14_head() { |
213 |
client_handle_cookie_reject_of_length_14_head() { |
186 |
atf_set timeout 10 |
214 |
atf_set timeout 10 |
Lines 188-199
client_handle_cookie_reject_of_length_14_head() {
Link Here
|
188 |
} |
216 |
} |
189 |
client_handle_cookie_reject_of_length_14_body() { |
217 |
client_handle_cookie_reject_of_length_14_body() { |
190 |
|
218 |
|
|
|
219 |
|
191 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt |
220 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt |
192 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt |
221 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-14.pkt |
193 |
} |
222 |
} |
194 |
client_handle_cookie_reject_of_length_14_cleanup() { |
223 |
client_handle_cookie_reject_of_length_14_cleanup() { |
195 |
restore_sysctls |
224 |
restore_sysctls |
196 |
} |
225 |
} |
|
|
226 |
|
197 |
atf_test_case client_handle_cookie_reject_of_length_15 cleanup |
227 |
atf_test_case client_handle_cookie_reject_of_length_15 cleanup |
198 |
client_handle_cookie_reject_of_length_15_head() { |
228 |
client_handle_cookie_reject_of_length_15_head() { |
199 |
atf_set timeout 10 |
229 |
atf_set timeout 10 |
Lines 201-212
client_handle_cookie_reject_of_length_15_head() {
Link Here
|
201 |
} |
231 |
} |
202 |
client_handle_cookie_reject_of_length_15_body() { |
232 |
client_handle_cookie_reject_of_length_15_body() { |
203 |
|
233 |
|
|
|
234 |
|
204 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt |
235 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt |
205 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt |
236 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-15.pkt |
206 |
} |
237 |
} |
207 |
client_handle_cookie_reject_of_length_15_cleanup() { |
238 |
client_handle_cookie_reject_of_length_15_cleanup() { |
208 |
restore_sysctls |
239 |
restore_sysctls |
209 |
} |
240 |
} |
|
|
241 |
|
210 |
atf_test_case client_handle_cookie_reject_of_length_16 cleanup |
242 |
atf_test_case client_handle_cookie_reject_of_length_16 cleanup |
211 |
client_handle_cookie_reject_of_length_16_head() { |
243 |
client_handle_cookie_reject_of_length_16_head() { |
212 |
atf_set timeout 10 |
244 |
atf_set timeout 10 |
Lines 214-225
client_handle_cookie_reject_of_length_16_head() {
Link Here
|
214 |
} |
246 |
} |
215 |
client_handle_cookie_reject_of_length_16_body() { |
247 |
client_handle_cookie_reject_of_length_16_body() { |
216 |
|
248 |
|
|
|
249 |
|
217 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt |
250 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt |
218 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt |
251 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-16.pkt |
219 |
} |
252 |
} |
220 |
client_handle_cookie_reject_of_length_16_cleanup() { |
253 |
client_handle_cookie_reject_of_length_16_cleanup() { |
221 |
restore_sysctls |
254 |
restore_sysctls |
222 |
} |
255 |
} |
|
|
256 |
|
223 |
atf_test_case client_handle_cookie_reject_of_length_17 cleanup |
257 |
atf_test_case client_handle_cookie_reject_of_length_17 cleanup |
224 |
client_handle_cookie_reject_of_length_17_head() { |
258 |
client_handle_cookie_reject_of_length_17_head() { |
225 |
atf_set timeout 10 |
259 |
atf_set timeout 10 |
Lines 227-238
client_handle_cookie_reject_of_length_17_head() {
Link Here
|
227 |
} |
261 |
} |
228 |
client_handle_cookie_reject_of_length_17_body() { |
262 |
client_handle_cookie_reject_of_length_17_body() { |
229 |
|
263 |
|
|
|
264 |
|
230 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt |
265 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt |
231 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt |
266 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-17.pkt |
232 |
} |
267 |
} |
233 |
client_handle_cookie_reject_of_length_17_cleanup() { |
268 |
client_handle_cookie_reject_of_length_17_cleanup() { |
234 |
restore_sysctls |
269 |
restore_sysctls |
235 |
} |
270 |
} |
|
|
271 |
|
236 |
atf_test_case client_handle_cookie_reject_of_length_18 cleanup |
272 |
atf_test_case client_handle_cookie_reject_of_length_18 cleanup |
237 |
client_handle_cookie_reject_of_length_18_head() { |
273 |
client_handle_cookie_reject_of_length_18_head() { |
238 |
atf_set timeout 10 |
274 |
atf_set timeout 10 |
Lines 240-251
client_handle_cookie_reject_of_length_18_head() {
Link Here
|
240 |
} |
276 |
} |
241 |
client_handle_cookie_reject_of_length_18_body() { |
277 |
client_handle_cookie_reject_of_length_18_body() { |
242 |
|
278 |
|
|
|
279 |
|
243 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt |
280 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt |
244 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt |
281 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-18.pkt |
245 |
} |
282 |
} |
246 |
client_handle_cookie_reject_of_length_18_cleanup() { |
283 |
client_handle_cookie_reject_of_length_18_cleanup() { |
247 |
restore_sysctls |
284 |
restore_sysctls |
248 |
} |
285 |
} |
|
|
286 |
|
249 |
atf_test_case client_handle_cookie_reject_of_length_19 cleanup |
287 |
atf_test_case client_handle_cookie_reject_of_length_19 cleanup |
250 |
client_handle_cookie_reject_of_length_19_head() { |
288 |
client_handle_cookie_reject_of_length_19_head() { |
251 |
atf_set timeout 10 |
289 |
atf_set timeout 10 |
Lines 253-264
client_handle_cookie_reject_of_length_19_head() {
Link Here
|
253 |
} |
291 |
} |
254 |
client_handle_cookie_reject_of_length_19_body() { |
292 |
client_handle_cookie_reject_of_length_19_body() { |
255 |
|
293 |
|
|
|
294 |
|
256 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt |
295 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt |
257 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt |
296 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-19.pkt |
258 |
} |
297 |
} |
259 |
client_handle_cookie_reject_of_length_19_cleanup() { |
298 |
client_handle_cookie_reject_of_length_19_cleanup() { |
260 |
restore_sysctls |
299 |
restore_sysctls |
261 |
} |
300 |
} |
|
|
301 |
|
262 |
atf_test_case client_handle_cookie_reject_of_length_20 cleanup |
302 |
atf_test_case client_handle_cookie_reject_of_length_20 cleanup |
263 |
client_handle_cookie_reject_of_length_20_head() { |
303 |
client_handle_cookie_reject_of_length_20_head() { |
264 |
atf_set timeout 10 |
304 |
atf_set timeout 10 |
Lines 266-277
client_handle_cookie_reject_of_length_20_head() {
Link Here
|
266 |
} |
306 |
} |
267 |
client_handle_cookie_reject_of_length_20_body() { |
307 |
client_handle_cookie_reject_of_length_20_body() { |
268 |
|
308 |
|
|
|
309 |
|
269 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt |
310 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt |
270 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt |
311 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-20.pkt |
271 |
} |
312 |
} |
272 |
client_handle_cookie_reject_of_length_20_cleanup() { |
313 |
client_handle_cookie_reject_of_length_20_cleanup() { |
273 |
restore_sysctls |
314 |
restore_sysctls |
274 |
} |
315 |
} |
|
|
316 |
|
275 |
atf_test_case client_handle_cookie_reject_of_length_21 cleanup |
317 |
atf_test_case client_handle_cookie_reject_of_length_21 cleanup |
276 |
client_handle_cookie_reject_of_length_21_head() { |
318 |
client_handle_cookie_reject_of_length_21_head() { |
277 |
atf_set timeout 10 |
319 |
atf_set timeout 10 |
Lines 279-290
client_handle_cookie_reject_of_length_21_head() {
Link Here
|
279 |
} |
321 |
} |
280 |
client_handle_cookie_reject_of_length_21_body() { |
322 |
client_handle_cookie_reject_of_length_21_body() { |
281 |
|
323 |
|
|
|
324 |
|
282 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt |
325 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt |
283 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt |
326 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-21.pkt |
284 |
} |
327 |
} |
285 |
client_handle_cookie_reject_of_length_21_cleanup() { |
328 |
client_handle_cookie_reject_of_length_21_cleanup() { |
286 |
restore_sysctls |
329 |
restore_sysctls |
287 |
} |
330 |
} |
|
|
331 |
|
288 |
atf_test_case client_handle_cookie_reject_of_length_22 cleanup |
332 |
atf_test_case client_handle_cookie_reject_of_length_22 cleanup |
289 |
client_handle_cookie_reject_of_length_22_head() { |
333 |
client_handle_cookie_reject_of_length_22_head() { |
290 |
atf_set timeout 10 |
334 |
atf_set timeout 10 |
Lines 292-303
client_handle_cookie_reject_of_length_22_head() {
Link Here
|
292 |
} |
336 |
} |
293 |
client_handle_cookie_reject_of_length_22_body() { |
337 |
client_handle_cookie_reject_of_length_22_body() { |
294 |
|
338 |
|
|
|
339 |
|
295 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt |
340 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt |
296 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt |
341 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-22.pkt |
297 |
} |
342 |
} |
298 |
client_handle_cookie_reject_of_length_22_cleanup() { |
343 |
client_handle_cookie_reject_of_length_22_cleanup() { |
299 |
restore_sysctls |
344 |
restore_sysctls |
300 |
} |
345 |
} |
|
|
346 |
|
301 |
atf_test_case client_handle_cookie_reject_of_length_23 cleanup |
347 |
atf_test_case client_handle_cookie_reject_of_length_23 cleanup |
302 |
client_handle_cookie_reject_of_length_23_head() { |
348 |
client_handle_cookie_reject_of_length_23_head() { |
303 |
atf_set timeout 10 |
349 |
atf_set timeout 10 |
Lines 305-316
client_handle_cookie_reject_of_length_23_head() {
Link Here
|
305 |
} |
351 |
} |
306 |
client_handle_cookie_reject_of_length_23_body() { |
352 |
client_handle_cookie_reject_of_length_23_body() { |
307 |
|
353 |
|
|
|
354 |
|
308 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt |
355 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt |
309 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt |
356 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-23.pkt |
310 |
} |
357 |
} |
311 |
client_handle_cookie_reject_of_length_23_cleanup() { |
358 |
client_handle_cookie_reject_of_length_23_cleanup() { |
312 |
restore_sysctls |
359 |
restore_sysctls |
313 |
} |
360 |
} |
|
|
361 |
|
314 |
atf_test_case client_handle_cookie_reject_of_length_24 cleanup |
362 |
atf_test_case client_handle_cookie_reject_of_length_24 cleanup |
315 |
client_handle_cookie_reject_of_length_24_head() { |
363 |
client_handle_cookie_reject_of_length_24_head() { |
316 |
atf_set timeout 10 |
364 |
atf_set timeout 10 |
Lines 318-329
client_handle_cookie_reject_of_length_24_head() {
Link Here
|
318 |
} |
366 |
} |
319 |
client_handle_cookie_reject_of_length_24_body() { |
367 |
client_handle_cookie_reject_of_length_24_body() { |
320 |
|
368 |
|
|
|
369 |
|
321 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt |
370 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt |
322 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt |
371 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-24.pkt |
323 |
} |
372 |
} |
324 |
client_handle_cookie_reject_of_length_24_cleanup() { |
373 |
client_handle_cookie_reject_of_length_24_cleanup() { |
325 |
restore_sysctls |
374 |
restore_sysctls |
326 |
} |
375 |
} |
|
|
376 |
|
327 |
atf_test_case client_handle_cookie_reject_of_length_25 cleanup |
377 |
atf_test_case client_handle_cookie_reject_of_length_25 cleanup |
328 |
client_handle_cookie_reject_of_length_25_head() { |
378 |
client_handle_cookie_reject_of_length_25_head() { |
329 |
atf_set timeout 10 |
379 |
atf_set timeout 10 |
Lines 331-342
client_handle_cookie_reject_of_length_25_head() {
Link Here
|
331 |
} |
381 |
} |
332 |
client_handle_cookie_reject_of_length_25_body() { |
382 |
client_handle_cookie_reject_of_length_25_body() { |
333 |
|
383 |
|
|
|
384 |
|
334 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt |
385 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt |
335 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt |
386 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-25.pkt |
336 |
} |
387 |
} |
337 |
client_handle_cookie_reject_of_length_25_cleanup() { |
388 |
client_handle_cookie_reject_of_length_25_cleanup() { |
338 |
restore_sysctls |
389 |
restore_sysctls |
339 |
} |
390 |
} |
|
|
391 |
|
340 |
atf_test_case client_handle_cookie_reject_of_length_26 cleanup |
392 |
atf_test_case client_handle_cookie_reject_of_length_26 cleanup |
341 |
client_handle_cookie_reject_of_length_26_head() { |
393 |
client_handle_cookie_reject_of_length_26_head() { |
342 |
atf_set timeout 10 |
394 |
atf_set timeout 10 |
Lines 344-355
client_handle_cookie_reject_of_length_26_head() {
Link Here
|
344 |
} |
396 |
} |
345 |
client_handle_cookie_reject_of_length_26_body() { |
397 |
client_handle_cookie_reject_of_length_26_body() { |
346 |
|
398 |
|
|
|
399 |
|
347 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt |
400 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt |
348 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt |
401 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-26.pkt |
349 |
} |
402 |
} |
350 |
client_handle_cookie_reject_of_length_26_cleanup() { |
403 |
client_handle_cookie_reject_of_length_26_cleanup() { |
351 |
restore_sysctls |
404 |
restore_sysctls |
352 |
} |
405 |
} |
|
|
406 |
|
353 |
atf_test_case client_handle_cookie_reject_of_length_27 cleanup |
407 |
atf_test_case client_handle_cookie_reject_of_length_27 cleanup |
354 |
client_handle_cookie_reject_of_length_27_head() { |
408 |
client_handle_cookie_reject_of_length_27_head() { |
355 |
atf_set timeout 10 |
409 |
atf_set timeout 10 |
Lines 357-368
client_handle_cookie_reject_of_length_27_head() {
Link Here
|
357 |
} |
411 |
} |
358 |
client_handle_cookie_reject_of_length_27_body() { |
412 |
client_handle_cookie_reject_of_length_27_body() { |
359 |
|
413 |
|
|
|
414 |
|
360 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt |
415 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt |
361 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt |
416 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-27.pkt |
362 |
} |
417 |
} |
363 |
client_handle_cookie_reject_of_length_27_cleanup() { |
418 |
client_handle_cookie_reject_of_length_27_cleanup() { |
364 |
restore_sysctls |
419 |
restore_sysctls |
365 |
} |
420 |
} |
|
|
421 |
|
366 |
atf_test_case client_handle_cookie_reject_of_length_28 cleanup |
422 |
atf_test_case client_handle_cookie_reject_of_length_28 cleanup |
367 |
client_handle_cookie_reject_of_length_28_head() { |
423 |
client_handle_cookie_reject_of_length_28_head() { |
368 |
atf_set timeout 10 |
424 |
atf_set timeout 10 |
Lines 370-381
client_handle_cookie_reject_of_length_28_head() {
Link Here
|
370 |
} |
426 |
} |
371 |
client_handle_cookie_reject_of_length_28_body() { |
427 |
client_handle_cookie_reject_of_length_28_body() { |
372 |
|
428 |
|
|
|
429 |
|
373 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt |
430 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt |
374 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt |
431 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-28.pkt |
375 |
} |
432 |
} |
376 |
client_handle_cookie_reject_of_length_28_cleanup() { |
433 |
client_handle_cookie_reject_of_length_28_cleanup() { |
377 |
restore_sysctls |
434 |
restore_sysctls |
378 |
} |
435 |
} |
|
|
436 |
|
379 |
atf_test_case client_handle_cookie_reject_of_length_29 cleanup |
437 |
atf_test_case client_handle_cookie_reject_of_length_29 cleanup |
380 |
client_handle_cookie_reject_of_length_29_head() { |
438 |
client_handle_cookie_reject_of_length_29_head() { |
381 |
atf_set timeout 10 |
439 |
atf_set timeout 10 |
Lines 383-394
client_handle_cookie_reject_of_length_29_head() {
Link Here
|
383 |
} |
441 |
} |
384 |
client_handle_cookie_reject_of_length_29_body() { |
442 |
client_handle_cookie_reject_of_length_29_body() { |
385 |
|
443 |
|
|
|
444 |
|
386 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt |
445 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt |
387 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt |
446 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-29.pkt |
388 |
} |
447 |
} |
389 |
client_handle_cookie_reject_of_length_29_cleanup() { |
448 |
client_handle_cookie_reject_of_length_29_cleanup() { |
390 |
restore_sysctls |
449 |
restore_sysctls |
391 |
} |
450 |
} |
|
|
451 |
|
392 |
atf_test_case client_handle_cookie_reject_of_length_30 cleanup |
452 |
atf_test_case client_handle_cookie_reject_of_length_30 cleanup |
393 |
client_handle_cookie_reject_of_length_30_head() { |
453 |
client_handle_cookie_reject_of_length_30_head() { |
394 |
atf_set timeout 10 |
454 |
atf_set timeout 10 |
Lines 396-407
client_handle_cookie_reject_of_length_30_head() {
Link Here
|
396 |
} |
456 |
} |
397 |
client_handle_cookie_reject_of_length_30_body() { |
457 |
client_handle_cookie_reject_of_length_30_body() { |
398 |
|
458 |
|
|
|
459 |
|
399 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt |
460 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt |
400 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt |
461 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-30.pkt |
401 |
} |
462 |
} |
402 |
client_handle_cookie_reject_of_length_30_cleanup() { |
463 |
client_handle_cookie_reject_of_length_30_cleanup() { |
403 |
restore_sysctls |
464 |
restore_sysctls |
404 |
} |
465 |
} |
|
|
466 |
|
405 |
atf_test_case client_handle_cookie_reject_of_length_31 cleanup |
467 |
atf_test_case client_handle_cookie_reject_of_length_31 cleanup |
406 |
client_handle_cookie_reject_of_length_31_head() { |
468 |
client_handle_cookie_reject_of_length_31_head() { |
407 |
atf_set timeout 10 |
469 |
atf_set timeout 10 |
Lines 409-420
client_handle_cookie_reject_of_length_31_head() {
Link Here
|
409 |
} |
471 |
} |
410 |
client_handle_cookie_reject_of_length_31_body() { |
472 |
client_handle_cookie_reject_of_length_31_body() { |
411 |
|
473 |
|
|
|
474 |
|
412 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt |
475 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt |
413 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt |
476 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-31.pkt |
414 |
} |
477 |
} |
415 |
client_handle_cookie_reject_of_length_31_cleanup() { |
478 |
client_handle_cookie_reject_of_length_31_cleanup() { |
416 |
restore_sysctls |
479 |
restore_sysctls |
417 |
} |
480 |
} |
|
|
481 |
|
418 |
atf_test_case client_handle_cookie_reject_of_length_32 cleanup |
482 |
atf_test_case client_handle_cookie_reject_of_length_32 cleanup |
419 |
client_handle_cookie_reject_of_length_32_head() { |
483 |
client_handle_cookie_reject_of_length_32_head() { |
420 |
atf_set timeout 10 |
484 |
atf_set timeout 10 |
Lines 422-433
client_handle_cookie_reject_of_length_32_head() {
Link Here
|
422 |
} |
486 |
} |
423 |
client_handle_cookie_reject_of_length_32_body() { |
487 |
client_handle_cookie_reject_of_length_32_body() { |
424 |
|
488 |
|
|
|
489 |
|
425 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt |
490 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt |
426 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt |
491 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-32.pkt |
427 |
} |
492 |
} |
428 |
client_handle_cookie_reject_of_length_32_cleanup() { |
493 |
client_handle_cookie_reject_of_length_32_cleanup() { |
429 |
restore_sysctls |
494 |
restore_sysctls |
430 |
} |
495 |
} |
|
|
496 |
|
431 |
atf_test_case client_handle_cookie_reject_of_length_33 cleanup |
497 |
atf_test_case client_handle_cookie_reject_of_length_33 cleanup |
432 |
client_handle_cookie_reject_of_length_33_head() { |
498 |
client_handle_cookie_reject_of_length_33_head() { |
433 |
atf_set timeout 10 |
499 |
atf_set timeout 10 |
Lines 435-446
client_handle_cookie_reject_of_length_33_head() {
Link Here
|
435 |
} |
501 |
} |
436 |
client_handle_cookie_reject_of_length_33_body() { |
502 |
client_handle_cookie_reject_of_length_33_body() { |
437 |
|
503 |
|
|
|
504 |
|
438 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt |
505 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt |
439 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt |
506 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-33.pkt |
440 |
} |
507 |
} |
441 |
client_handle_cookie_reject_of_length_33_cleanup() { |
508 |
client_handle_cookie_reject_of_length_33_cleanup() { |
442 |
restore_sysctls |
509 |
restore_sysctls |
443 |
} |
510 |
} |
|
|
511 |
|
444 |
atf_test_case client_handle_cookie_reject_of_length_34 cleanup |
512 |
atf_test_case client_handle_cookie_reject_of_length_34 cleanup |
445 |
client_handle_cookie_reject_of_length_34_head() { |
513 |
client_handle_cookie_reject_of_length_34_head() { |
446 |
atf_set timeout 10 |
514 |
atf_set timeout 10 |
Lines 448-459
client_handle_cookie_reject_of_length_34_head() {
Link Here
|
448 |
} |
516 |
} |
449 |
client_handle_cookie_reject_of_length_34_body() { |
517 |
client_handle_cookie_reject_of_length_34_body() { |
450 |
|
518 |
|
|
|
519 |
|
451 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt |
520 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt |
452 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt |
521 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-34.pkt |
453 |
} |
522 |
} |
454 |
client_handle_cookie_reject_of_length_34_cleanup() { |
523 |
client_handle_cookie_reject_of_length_34_cleanup() { |
455 |
restore_sysctls |
524 |
restore_sysctls |
456 |
} |
525 |
} |
|
|
526 |
|
457 |
atf_test_case client_handle_cookie_reject_of_length_35 cleanup |
527 |
atf_test_case client_handle_cookie_reject_of_length_35 cleanup |
458 |
client_handle_cookie_reject_of_length_35_head() { |
528 |
client_handle_cookie_reject_of_length_35_head() { |
459 |
atf_set timeout 10 |
529 |
atf_set timeout 10 |
Lines 461-472
client_handle_cookie_reject_of_length_35_head() {
Link Here
|
461 |
} |
531 |
} |
462 |
client_handle_cookie_reject_of_length_35_body() { |
532 |
client_handle_cookie_reject_of_length_35_body() { |
463 |
|
533 |
|
|
|
534 |
|
464 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt |
535 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt |
465 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt |
536 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-35.pkt |
466 |
} |
537 |
} |
467 |
client_handle_cookie_reject_of_length_35_cleanup() { |
538 |
client_handle_cookie_reject_of_length_35_cleanup() { |
468 |
restore_sysctls |
539 |
restore_sysctls |
469 |
} |
540 |
} |
|
|
541 |
|
470 |
atf_test_case client_handle_cookie_reject_of_length_36 cleanup |
542 |
atf_test_case client_handle_cookie_reject_of_length_36 cleanup |
471 |
client_handle_cookie_reject_of_length_36_head() { |
543 |
client_handle_cookie_reject_of_length_36_head() { |
472 |
atf_set timeout 10 |
544 |
atf_set timeout 10 |
Lines 474-485
client_handle_cookie_reject_of_length_36_head() {
Link Here
|
474 |
} |
546 |
} |
475 |
client_handle_cookie_reject_of_length_36_body() { |
547 |
client_handle_cookie_reject_of_length_36_body() { |
476 |
|
548 |
|
|
|
549 |
|
477 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt |
550 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt |
478 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt |
551 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-36.pkt |
479 |
} |
552 |
} |
480 |
client_handle_cookie_reject_of_length_36_cleanup() { |
553 |
client_handle_cookie_reject_of_length_36_cleanup() { |
481 |
restore_sysctls |
554 |
restore_sysctls |
482 |
} |
555 |
} |
|
|
556 |
|
483 |
atf_test_case client_handle_cookie_reject_of_length_37 cleanup |
557 |
atf_test_case client_handle_cookie_reject_of_length_37 cleanup |
484 |
client_handle_cookie_reject_of_length_37_head() { |
558 |
client_handle_cookie_reject_of_length_37_head() { |
485 |
atf_set timeout 10 |
559 |
atf_set timeout 10 |
Lines 487-498
client_handle_cookie_reject_of_length_37_head() {
Link Here
|
487 |
} |
561 |
} |
488 |
client_handle_cookie_reject_of_length_37_body() { |
562 |
client_handle_cookie_reject_of_length_37_body() { |
489 |
|
563 |
|
|
|
564 |
|
490 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt |
565 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt |
491 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt |
566 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-37.pkt |
492 |
} |
567 |
} |
493 |
client_handle_cookie_reject_of_length_37_cleanup() { |
568 |
client_handle_cookie_reject_of_length_37_cleanup() { |
494 |
restore_sysctls |
569 |
restore_sysctls |
495 |
} |
570 |
} |
|
|
571 |
|
496 |
atf_test_case client_handle_cookie_reject_of_length_38 cleanup |
572 |
atf_test_case client_handle_cookie_reject_of_length_38 cleanup |
497 |
client_handle_cookie_reject_of_length_38_head() { |
573 |
client_handle_cookie_reject_of_length_38_head() { |
498 |
atf_set timeout 10 |
574 |
atf_set timeout 10 |
Lines 500-550
client_handle_cookie_reject_of_length_38_head() {
Link Here
|
500 |
} |
576 |
} |
501 |
client_handle_cookie_reject_of_length_38_body() { |
577 |
client_handle_cookie_reject_of_length_38_body() { |
502 |
|
578 |
|
|
|
579 |
|
503 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt |
580 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt |
504 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt |
581 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-reject-of-length-38.pkt |
505 |
} |
582 |
} |
506 |
client_handle_cookie_reject_of_length_38_cleanup() { |
583 |
client_handle_cookie_reject_of_length_38_cleanup() { |
507 |
restore_sysctls |
584 |
restore_sysctls |
508 |
} |
585 |
} |
|
|
586 |
|
509 |
atf_test_case client_handle_cookie_update_of_length_01 cleanup |
587 |
atf_test_case client_handle_cookie_update_of_length_01 cleanup |
510 |
client_handle_cookie_update_of_length_01_head() { |
588 |
client_handle_cookie_update_of_length_01_head() { |
511 |
atf_set timeout 10 |
589 |
atf_set timeout 10 |
512 |
atf_set require.config allow_sysctl_side_effects |
590 |
atf_set require.config allow_sysctl_side_effects |
513 |
} |
591 |
} |
514 |
client_handle_cookie_update_of_length_01_body() { |
592 |
client_handle_cookie_update_of_length_01_body() { |
|
|
593 |
atf_expect_fail "Bug." |
515 |
|
594 |
|
516 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt |
595 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt |
517 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt |
596 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-01.pkt |
518 |
} |
597 |
} |
519 |
client_handle_cookie_update_of_length_01_cleanup() { |
598 |
client_handle_cookie_update_of_length_01_cleanup() { |
520 |
restore_sysctls |
599 |
restore_sysctls |
521 |
} |
600 |
} |
|
|
601 |
|
522 |
atf_test_case client_handle_cookie_update_of_length_02 cleanup |
602 |
atf_test_case client_handle_cookie_update_of_length_02 cleanup |
523 |
client_handle_cookie_update_of_length_02_head() { |
603 |
client_handle_cookie_update_of_length_02_head() { |
524 |
atf_set timeout 10 |
604 |
atf_set timeout 10 |
525 |
atf_set require.config allow_sysctl_side_effects |
605 |
atf_set require.config allow_sysctl_side_effects |
526 |
} |
606 |
} |
527 |
client_handle_cookie_update_of_length_02_body() { |
607 |
client_handle_cookie_update_of_length_02_body() { |
|
|
608 |
atf_expect_fail "Bug." |
528 |
|
609 |
|
529 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt |
610 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt |
530 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt |
611 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-02.pkt |
531 |
} |
612 |
} |
532 |
client_handle_cookie_update_of_length_02_cleanup() { |
613 |
client_handle_cookie_update_of_length_02_cleanup() { |
533 |
restore_sysctls |
614 |
restore_sysctls |
534 |
} |
615 |
} |
|
|
616 |
|
535 |
atf_test_case client_handle_cookie_update_of_length_03 cleanup |
617 |
atf_test_case client_handle_cookie_update_of_length_03 cleanup |
536 |
client_handle_cookie_update_of_length_03_head() { |
618 |
client_handle_cookie_update_of_length_03_head() { |
537 |
atf_set timeout 10 |
619 |
atf_set timeout 10 |
538 |
atf_set require.config allow_sysctl_side_effects |
620 |
atf_set require.config allow_sysctl_side_effects |
539 |
} |
621 |
} |
540 |
client_handle_cookie_update_of_length_03_body() { |
622 |
client_handle_cookie_update_of_length_03_body() { |
|
|
623 |
atf_expect_fail "Bug." |
541 |
|
624 |
|
542 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt |
625 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt |
543 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt |
626 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-03.pkt |
544 |
} |
627 |
} |
545 |
client_handle_cookie_update_of_length_03_cleanup() { |
628 |
client_handle_cookie_update_of_length_03_cleanup() { |
546 |
restore_sysctls |
629 |
restore_sysctls |
547 |
} |
630 |
} |
|
|
631 |
|
548 |
atf_test_case client_handle_cookie_update_of_length_04 cleanup |
632 |
atf_test_case client_handle_cookie_update_of_length_04 cleanup |
549 |
client_handle_cookie_update_of_length_04_head() { |
633 |
client_handle_cookie_update_of_length_04_head() { |
550 |
atf_set timeout 10 |
634 |
atf_set timeout 10 |
Lines 552-576
client_handle_cookie_update_of_length_04_head() {
Link Here
|
552 |
} |
636 |
} |
553 |
client_handle_cookie_update_of_length_04_body() { |
637 |
client_handle_cookie_update_of_length_04_body() { |
554 |
|
638 |
|
|
|
639 |
|
555 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt |
640 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt |
556 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt |
641 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-04.pkt |
557 |
} |
642 |
} |
558 |
client_handle_cookie_update_of_length_04_cleanup() { |
643 |
client_handle_cookie_update_of_length_04_cleanup() { |
559 |
restore_sysctls |
644 |
restore_sysctls |
560 |
} |
645 |
} |
|
|
646 |
|
561 |
atf_test_case client_handle_cookie_update_of_length_05 cleanup |
647 |
atf_test_case client_handle_cookie_update_of_length_05 cleanup |
562 |
client_handle_cookie_update_of_length_05_head() { |
648 |
client_handle_cookie_update_of_length_05_head() { |
563 |
atf_set timeout 10 |
649 |
atf_set timeout 10 |
564 |
atf_set require.config allow_sysctl_side_effects |
650 |
atf_set require.config allow_sysctl_side_effects |
565 |
} |
651 |
} |
566 |
client_handle_cookie_update_of_length_05_body() { |
652 |
client_handle_cookie_update_of_length_05_body() { |
|
|
653 |
atf_expect_fail "Bug." |
567 |
|
654 |
|
568 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt |
655 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt |
569 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt |
656 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-05.pkt |
570 |
} |
657 |
} |
571 |
client_handle_cookie_update_of_length_05_cleanup() { |
658 |
client_handle_cookie_update_of_length_05_cleanup() { |
572 |
restore_sysctls |
659 |
restore_sysctls |
573 |
} |
660 |
} |
|
|
661 |
|
574 |
atf_test_case client_handle_cookie_update_of_length_06 cleanup |
662 |
atf_test_case client_handle_cookie_update_of_length_06 cleanup |
575 |
client_handle_cookie_update_of_length_06_head() { |
663 |
client_handle_cookie_update_of_length_06_head() { |
576 |
atf_set timeout 10 |
664 |
atf_set timeout 10 |
Lines 578-602
client_handle_cookie_update_of_length_06_head() {
Link Here
|
578 |
} |
666 |
} |
579 |
client_handle_cookie_update_of_length_06_body() { |
667 |
client_handle_cookie_update_of_length_06_body() { |
580 |
|
668 |
|
|
|
669 |
|
581 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt |
670 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt |
582 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt |
671 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-06.pkt |
583 |
} |
672 |
} |
584 |
client_handle_cookie_update_of_length_06_cleanup() { |
673 |
client_handle_cookie_update_of_length_06_cleanup() { |
585 |
restore_sysctls |
674 |
restore_sysctls |
586 |
} |
675 |
} |
|
|
676 |
|
587 |
atf_test_case client_handle_cookie_update_of_length_07 cleanup |
677 |
atf_test_case client_handle_cookie_update_of_length_07 cleanup |
588 |
client_handle_cookie_update_of_length_07_head() { |
678 |
client_handle_cookie_update_of_length_07_head() { |
589 |
atf_set timeout 10 |
679 |
atf_set timeout 10 |
590 |
atf_set require.config allow_sysctl_side_effects |
680 |
atf_set require.config allow_sysctl_side_effects |
591 |
} |
681 |
} |
592 |
client_handle_cookie_update_of_length_07_body() { |
682 |
client_handle_cookie_update_of_length_07_body() { |
|
|
683 |
atf_expect_fail "Bug." |
593 |
|
684 |
|
594 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt |
685 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt |
595 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt |
686 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-07.pkt |
596 |
} |
687 |
} |
597 |
client_handle_cookie_update_of_length_07_cleanup() { |
688 |
client_handle_cookie_update_of_length_07_cleanup() { |
598 |
restore_sysctls |
689 |
restore_sysctls |
599 |
} |
690 |
} |
|
|
691 |
|
600 |
atf_test_case client_handle_cookie_update_of_length_08 cleanup |
692 |
atf_test_case client_handle_cookie_update_of_length_08 cleanup |
601 |
client_handle_cookie_update_of_length_08_head() { |
693 |
client_handle_cookie_update_of_length_08_head() { |
602 |
atf_set timeout 10 |
694 |
atf_set timeout 10 |
Lines 604-628
client_handle_cookie_update_of_length_08_head() {
Link Here
|
604 |
} |
696 |
} |
605 |
client_handle_cookie_update_of_length_08_body() { |
697 |
client_handle_cookie_update_of_length_08_body() { |
606 |
|
698 |
|
|
|
699 |
|
607 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt |
700 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt |
608 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt |
701 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-08.pkt |
609 |
} |
702 |
} |
610 |
client_handle_cookie_update_of_length_08_cleanup() { |
703 |
client_handle_cookie_update_of_length_08_cleanup() { |
611 |
restore_sysctls |
704 |
restore_sysctls |
612 |
} |
705 |
} |
|
|
706 |
|
613 |
atf_test_case client_handle_cookie_update_of_length_09 cleanup |
707 |
atf_test_case client_handle_cookie_update_of_length_09 cleanup |
614 |
client_handle_cookie_update_of_length_09_head() { |
708 |
client_handle_cookie_update_of_length_09_head() { |
615 |
atf_set timeout 10 |
709 |
atf_set timeout 10 |
616 |
atf_set require.config allow_sysctl_side_effects |
710 |
atf_set require.config allow_sysctl_side_effects |
617 |
} |
711 |
} |
618 |
client_handle_cookie_update_of_length_09_body() { |
712 |
client_handle_cookie_update_of_length_09_body() { |
|
|
713 |
atf_expect_fail "Bug." |
619 |
|
714 |
|
620 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt |
715 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt |
621 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt |
716 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-09.pkt |
622 |
} |
717 |
} |
623 |
client_handle_cookie_update_of_length_09_cleanup() { |
718 |
client_handle_cookie_update_of_length_09_cleanup() { |
624 |
restore_sysctls |
719 |
restore_sysctls |
625 |
} |
720 |
} |
|
|
721 |
|
626 |
atf_test_case client_handle_cookie_update_of_length_10 cleanup |
722 |
atf_test_case client_handle_cookie_update_of_length_10 cleanup |
627 |
client_handle_cookie_update_of_length_10_head() { |
723 |
client_handle_cookie_update_of_length_10_head() { |
628 |
atf_set timeout 10 |
724 |
atf_set timeout 10 |
Lines 630-654
client_handle_cookie_update_of_length_10_head() {
Link Here
|
630 |
} |
726 |
} |
631 |
client_handle_cookie_update_of_length_10_body() { |
727 |
client_handle_cookie_update_of_length_10_body() { |
632 |
|
728 |
|
|
|
729 |
|
633 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt |
730 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt |
634 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt |
731 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-10.pkt |
635 |
} |
732 |
} |
636 |
client_handle_cookie_update_of_length_10_cleanup() { |
733 |
client_handle_cookie_update_of_length_10_cleanup() { |
637 |
restore_sysctls |
734 |
restore_sysctls |
638 |
} |
735 |
} |
|
|
736 |
|
639 |
atf_test_case client_handle_cookie_update_of_length_11 cleanup |
737 |
atf_test_case client_handle_cookie_update_of_length_11 cleanup |
640 |
client_handle_cookie_update_of_length_11_head() { |
738 |
client_handle_cookie_update_of_length_11_head() { |
641 |
atf_set timeout 10 |
739 |
atf_set timeout 10 |
642 |
atf_set require.config allow_sysctl_side_effects |
740 |
atf_set require.config allow_sysctl_side_effects |
643 |
} |
741 |
} |
644 |
client_handle_cookie_update_of_length_11_body() { |
742 |
client_handle_cookie_update_of_length_11_body() { |
|
|
743 |
atf_expect_fail "Bug." |
645 |
|
744 |
|
646 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt |
745 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt |
647 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt |
746 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-11.pkt |
648 |
} |
747 |
} |
649 |
client_handle_cookie_update_of_length_11_cleanup() { |
748 |
client_handle_cookie_update_of_length_11_cleanup() { |
650 |
restore_sysctls |
749 |
restore_sysctls |
651 |
} |
750 |
} |
|
|
751 |
|
652 |
atf_test_case client_handle_cookie_update_of_length_12 cleanup |
752 |
atf_test_case client_handle_cookie_update_of_length_12 cleanup |
653 |
client_handle_cookie_update_of_length_12_head() { |
753 |
client_handle_cookie_update_of_length_12_head() { |
654 |
atf_set timeout 10 |
754 |
atf_set timeout 10 |
Lines 656-680
client_handle_cookie_update_of_length_12_head() {
Link Here
|
656 |
} |
756 |
} |
657 |
client_handle_cookie_update_of_length_12_body() { |
757 |
client_handle_cookie_update_of_length_12_body() { |
658 |
|
758 |
|
|
|
759 |
|
659 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt |
760 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt |
660 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt |
761 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-12.pkt |
661 |
} |
762 |
} |
662 |
client_handle_cookie_update_of_length_12_cleanup() { |
763 |
client_handle_cookie_update_of_length_12_cleanup() { |
663 |
restore_sysctls |
764 |
restore_sysctls |
664 |
} |
765 |
} |
|
|
766 |
|
665 |
atf_test_case client_handle_cookie_update_of_length_13 cleanup |
767 |
atf_test_case client_handle_cookie_update_of_length_13 cleanup |
666 |
client_handle_cookie_update_of_length_13_head() { |
768 |
client_handle_cookie_update_of_length_13_head() { |
667 |
atf_set timeout 10 |
769 |
atf_set timeout 10 |
668 |
atf_set require.config allow_sysctl_side_effects |
770 |
atf_set require.config allow_sysctl_side_effects |
669 |
} |
771 |
} |
670 |
client_handle_cookie_update_of_length_13_body() { |
772 |
client_handle_cookie_update_of_length_13_body() { |
|
|
773 |
atf_expect_fail "Bug." |
671 |
|
774 |
|
672 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt |
775 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt |
673 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt |
776 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-13.pkt |
674 |
} |
777 |
} |
675 |
client_handle_cookie_update_of_length_13_cleanup() { |
778 |
client_handle_cookie_update_of_length_13_cleanup() { |
676 |
restore_sysctls |
779 |
restore_sysctls |
677 |
} |
780 |
} |
|
|
781 |
|
678 |
atf_test_case client_handle_cookie_update_of_length_14 cleanup |
782 |
atf_test_case client_handle_cookie_update_of_length_14 cleanup |
679 |
client_handle_cookie_update_of_length_14_head() { |
783 |
client_handle_cookie_update_of_length_14_head() { |
680 |
atf_set timeout 10 |
784 |
atf_set timeout 10 |
Lines 682-706
client_handle_cookie_update_of_length_14_head() {
Link Here
|
682 |
} |
786 |
} |
683 |
client_handle_cookie_update_of_length_14_body() { |
787 |
client_handle_cookie_update_of_length_14_body() { |
684 |
|
788 |
|
|
|
789 |
|
685 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt |
790 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt |
686 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt |
791 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-14.pkt |
687 |
} |
792 |
} |
688 |
client_handle_cookie_update_of_length_14_cleanup() { |
793 |
client_handle_cookie_update_of_length_14_cleanup() { |
689 |
restore_sysctls |
794 |
restore_sysctls |
690 |
} |
795 |
} |
|
|
796 |
|
691 |
atf_test_case client_handle_cookie_update_of_length_15 cleanup |
797 |
atf_test_case client_handle_cookie_update_of_length_15 cleanup |
692 |
client_handle_cookie_update_of_length_15_head() { |
798 |
client_handle_cookie_update_of_length_15_head() { |
693 |
atf_set timeout 10 |
799 |
atf_set timeout 10 |
694 |
atf_set require.config allow_sysctl_side_effects |
800 |
atf_set require.config allow_sysctl_side_effects |
695 |
} |
801 |
} |
696 |
client_handle_cookie_update_of_length_15_body() { |
802 |
client_handle_cookie_update_of_length_15_body() { |
|
|
803 |
atf_expect_fail "Bug." |
697 |
|
804 |
|
698 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt |
805 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt |
699 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt |
806 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-15.pkt |
700 |
} |
807 |
} |
701 |
client_handle_cookie_update_of_length_15_cleanup() { |
808 |
client_handle_cookie_update_of_length_15_cleanup() { |
702 |
restore_sysctls |
809 |
restore_sysctls |
703 |
} |
810 |
} |
|
|
811 |
|
704 |
atf_test_case client_handle_cookie_update_of_length_16 cleanup |
812 |
atf_test_case client_handle_cookie_update_of_length_16 cleanup |
705 |
client_handle_cookie_update_of_length_16_head() { |
813 |
client_handle_cookie_update_of_length_16_head() { |
706 |
atf_set timeout 10 |
814 |
atf_set timeout 10 |
Lines 708-1005
client_handle_cookie_update_of_length_16_head() {
Link Here
|
708 |
} |
816 |
} |
709 |
client_handle_cookie_update_of_length_16_body() { |
817 |
client_handle_cookie_update_of_length_16_body() { |
710 |
|
818 |
|
|
|
819 |
|
711 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt |
820 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt |
712 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt |
821 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-16.pkt |
713 |
} |
822 |
} |
714 |
client_handle_cookie_update_of_length_16_cleanup() { |
823 |
client_handle_cookie_update_of_length_16_cleanup() { |
715 |
restore_sysctls |
824 |
restore_sysctls |
716 |
} |
825 |
} |
|
|
826 |
|
717 |
atf_test_case client_handle_cookie_update_of_length_17 cleanup |
827 |
atf_test_case client_handle_cookie_update_of_length_17 cleanup |
718 |
client_handle_cookie_update_of_length_17_head() { |
828 |
client_handle_cookie_update_of_length_17_head() { |
719 |
atf_set timeout 10 |
829 |
atf_set timeout 10 |
720 |
atf_set require.config allow_sysctl_side_effects |
830 |
atf_set require.config allow_sysctl_side_effects |
721 |
} |
831 |
} |
722 |
client_handle_cookie_update_of_length_17_body() { |
832 |
client_handle_cookie_update_of_length_17_body() { |
|
|
833 |
atf_expect_fail "Bug." |
723 |
|
834 |
|
724 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt |
835 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt |
725 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt |
836 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-17.pkt |
726 |
} |
837 |
} |
727 |
client_handle_cookie_update_of_length_17_cleanup() { |
838 |
client_handle_cookie_update_of_length_17_cleanup() { |
728 |
restore_sysctls |
839 |
restore_sysctls |
729 |
} |
840 |
} |
|
|
841 |
|
730 |
atf_test_case client_handle_cookie_update_of_length_18 cleanup |
842 |
atf_test_case client_handle_cookie_update_of_length_18 cleanup |
731 |
client_handle_cookie_update_of_length_18_head() { |
843 |
client_handle_cookie_update_of_length_18_head() { |
732 |
atf_set timeout 10 |
844 |
atf_set timeout 10 |
733 |
atf_set require.config allow_sysctl_side_effects |
845 |
atf_set require.config allow_sysctl_side_effects |
734 |
} |
846 |
} |
735 |
client_handle_cookie_update_of_length_18_body() { |
847 |
client_handle_cookie_update_of_length_18_body() { |
|
|
848 |
atf_expect_fail "Bug." |
736 |
|
849 |
|
737 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt |
850 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt |
738 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt |
851 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-18.pkt |
739 |
} |
852 |
} |
740 |
client_handle_cookie_update_of_length_18_cleanup() { |
853 |
client_handle_cookie_update_of_length_18_cleanup() { |
741 |
restore_sysctls |
854 |
restore_sysctls |
742 |
} |
855 |
} |
|
|
856 |
|
743 |
atf_test_case client_handle_cookie_update_of_length_19 cleanup |
857 |
atf_test_case client_handle_cookie_update_of_length_19 cleanup |
744 |
client_handle_cookie_update_of_length_19_head() { |
858 |
client_handle_cookie_update_of_length_19_head() { |
745 |
atf_set timeout 10 |
859 |
atf_set timeout 10 |
746 |
atf_set require.config allow_sysctl_side_effects |
860 |
atf_set require.config allow_sysctl_side_effects |
747 |
} |
861 |
} |
748 |
client_handle_cookie_update_of_length_19_body() { |
862 |
client_handle_cookie_update_of_length_19_body() { |
|
|
863 |
atf_expect_fail "Bug." |
749 |
|
864 |
|
750 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt |
865 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt |
751 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt |
866 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-19.pkt |
752 |
} |
867 |
} |
753 |
client_handle_cookie_update_of_length_19_cleanup() { |
868 |
client_handle_cookie_update_of_length_19_cleanup() { |
754 |
restore_sysctls |
869 |
restore_sysctls |
755 |
} |
870 |
} |
|
|
871 |
|
756 |
atf_test_case client_handle_cookie_update_of_length_20 cleanup |
872 |
atf_test_case client_handle_cookie_update_of_length_20 cleanup |
757 |
client_handle_cookie_update_of_length_20_head() { |
873 |
client_handle_cookie_update_of_length_20_head() { |
758 |
atf_set timeout 10 |
874 |
atf_set timeout 10 |
759 |
atf_set require.config allow_sysctl_side_effects |
875 |
atf_set require.config allow_sysctl_side_effects |
760 |
} |
876 |
} |
761 |
client_handle_cookie_update_of_length_20_body() { |
877 |
client_handle_cookie_update_of_length_20_body() { |
|
|
878 |
atf_expect_fail "Bug." |
762 |
|
879 |
|
763 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt |
880 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt |
764 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt |
881 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-20.pkt |
765 |
} |
882 |
} |
766 |
client_handle_cookie_update_of_length_20_cleanup() { |
883 |
client_handle_cookie_update_of_length_20_cleanup() { |
767 |
restore_sysctls |
884 |
restore_sysctls |
768 |
} |
885 |
} |
|
|
886 |
|
769 |
atf_test_case client_handle_cookie_update_of_length_21 cleanup |
887 |
atf_test_case client_handle_cookie_update_of_length_21 cleanup |
770 |
client_handle_cookie_update_of_length_21_head() { |
888 |
client_handle_cookie_update_of_length_21_head() { |
771 |
atf_set timeout 10 |
889 |
atf_set timeout 10 |
772 |
atf_set require.config allow_sysctl_side_effects |
890 |
atf_set require.config allow_sysctl_side_effects |
773 |
} |
891 |
} |
774 |
client_handle_cookie_update_of_length_21_body() { |
892 |
client_handle_cookie_update_of_length_21_body() { |
|
|
893 |
atf_expect_fail "Bug." |
775 |
|
894 |
|
776 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt |
895 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt |
777 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt |
896 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-21.pkt |
778 |
} |
897 |
} |
779 |
client_handle_cookie_update_of_length_21_cleanup() { |
898 |
client_handle_cookie_update_of_length_21_cleanup() { |
780 |
restore_sysctls |
899 |
restore_sysctls |
781 |
} |
900 |
} |
|
|
901 |
|
782 |
atf_test_case client_handle_cookie_update_of_length_22 cleanup |
902 |
atf_test_case client_handle_cookie_update_of_length_22 cleanup |
783 |
client_handle_cookie_update_of_length_22_head() { |
903 |
client_handle_cookie_update_of_length_22_head() { |
784 |
atf_set timeout 10 |
904 |
atf_set timeout 10 |
785 |
atf_set require.config allow_sysctl_side_effects |
905 |
atf_set require.config allow_sysctl_side_effects |
786 |
} |
906 |
} |
787 |
client_handle_cookie_update_of_length_22_body() { |
907 |
client_handle_cookie_update_of_length_22_body() { |
|
|
908 |
atf_expect_fail "Bug." |
788 |
|
909 |
|
789 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt |
910 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt |
790 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt |
911 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-22.pkt |
791 |
} |
912 |
} |
792 |
client_handle_cookie_update_of_length_22_cleanup() { |
913 |
client_handle_cookie_update_of_length_22_cleanup() { |
793 |
restore_sysctls |
914 |
restore_sysctls |
794 |
} |
915 |
} |
|
|
916 |
|
795 |
atf_test_case client_handle_cookie_update_of_length_23 cleanup |
917 |
atf_test_case client_handle_cookie_update_of_length_23 cleanup |
796 |
client_handle_cookie_update_of_length_23_head() { |
918 |
client_handle_cookie_update_of_length_23_head() { |
797 |
atf_set timeout 10 |
919 |
atf_set timeout 10 |
798 |
atf_set require.config allow_sysctl_side_effects |
920 |
atf_set require.config allow_sysctl_side_effects |
799 |
} |
921 |
} |
800 |
client_handle_cookie_update_of_length_23_body() { |
922 |
client_handle_cookie_update_of_length_23_body() { |
|
|
923 |
atf_expect_fail "Bug." |
801 |
|
924 |
|
802 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt |
925 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt |
803 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt |
926 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-23.pkt |
804 |
} |
927 |
} |
805 |
client_handle_cookie_update_of_length_23_cleanup() { |
928 |
client_handle_cookie_update_of_length_23_cleanup() { |
806 |
restore_sysctls |
929 |
restore_sysctls |
807 |
} |
930 |
} |
|
|
931 |
|
808 |
atf_test_case client_handle_cookie_update_of_length_24 cleanup |
932 |
atf_test_case client_handle_cookie_update_of_length_24 cleanup |
809 |
client_handle_cookie_update_of_length_24_head() { |
933 |
client_handle_cookie_update_of_length_24_head() { |
810 |
atf_set timeout 10 |
934 |
atf_set timeout 10 |
811 |
atf_set require.config allow_sysctl_side_effects |
935 |
atf_set require.config allow_sysctl_side_effects |
812 |
} |
936 |
} |
813 |
client_handle_cookie_update_of_length_24_body() { |
937 |
client_handle_cookie_update_of_length_24_body() { |
|
|
938 |
atf_expect_fail "Bug." |
814 |
|
939 |
|
815 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt |
940 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt |
816 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt |
941 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-24.pkt |
817 |
} |
942 |
} |
818 |
client_handle_cookie_update_of_length_24_cleanup() { |
943 |
client_handle_cookie_update_of_length_24_cleanup() { |
819 |
restore_sysctls |
944 |
restore_sysctls |
820 |
} |
945 |
} |
|
|
946 |
|
821 |
atf_test_case client_handle_cookie_update_of_length_25 cleanup |
947 |
atf_test_case client_handle_cookie_update_of_length_25 cleanup |
822 |
client_handle_cookie_update_of_length_25_head() { |
948 |
client_handle_cookie_update_of_length_25_head() { |
823 |
atf_set timeout 10 |
949 |
atf_set timeout 10 |
824 |
atf_set require.config allow_sysctl_side_effects |
950 |
atf_set require.config allow_sysctl_side_effects |
825 |
} |
951 |
} |
826 |
client_handle_cookie_update_of_length_25_body() { |
952 |
client_handle_cookie_update_of_length_25_body() { |
|
|
953 |
atf_expect_fail "Bug." |
827 |
|
954 |
|
828 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt |
955 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt |
829 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt |
956 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-25.pkt |
830 |
} |
957 |
} |
831 |
client_handle_cookie_update_of_length_25_cleanup() { |
958 |
client_handle_cookie_update_of_length_25_cleanup() { |
832 |
restore_sysctls |
959 |
restore_sysctls |
833 |
} |
960 |
} |
|
|
961 |
|
834 |
atf_test_case client_handle_cookie_update_of_length_26 cleanup |
962 |
atf_test_case client_handle_cookie_update_of_length_26 cleanup |
835 |
client_handle_cookie_update_of_length_26_head() { |
963 |
client_handle_cookie_update_of_length_26_head() { |
836 |
atf_set timeout 10 |
964 |
atf_set timeout 10 |
837 |
atf_set require.config allow_sysctl_side_effects |
965 |
atf_set require.config allow_sysctl_side_effects |
838 |
} |
966 |
} |
839 |
client_handle_cookie_update_of_length_26_body() { |
967 |
client_handle_cookie_update_of_length_26_body() { |
|
|
968 |
atf_expect_fail "Bug." |
840 |
|
969 |
|
841 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt |
970 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt |
842 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt |
971 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-26.pkt |
843 |
} |
972 |
} |
844 |
client_handle_cookie_update_of_length_26_cleanup() { |
973 |
client_handle_cookie_update_of_length_26_cleanup() { |
845 |
restore_sysctls |
974 |
restore_sysctls |
846 |
} |
975 |
} |
|
|
976 |
|
847 |
atf_test_case client_handle_cookie_update_of_length_27 cleanup |
977 |
atf_test_case client_handle_cookie_update_of_length_27 cleanup |
848 |
client_handle_cookie_update_of_length_27_head() { |
978 |
client_handle_cookie_update_of_length_27_head() { |
849 |
atf_set timeout 10 |
979 |
atf_set timeout 10 |
850 |
atf_set require.config allow_sysctl_side_effects |
980 |
atf_set require.config allow_sysctl_side_effects |
851 |
} |
981 |
} |
852 |
client_handle_cookie_update_of_length_27_body() { |
982 |
client_handle_cookie_update_of_length_27_body() { |
|
|
983 |
atf_expect_fail "Bug." |
853 |
|
984 |
|
854 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt |
985 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt |
855 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt |
986 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-27.pkt |
856 |
} |
987 |
} |
857 |
client_handle_cookie_update_of_length_27_cleanup() { |
988 |
client_handle_cookie_update_of_length_27_cleanup() { |
858 |
restore_sysctls |
989 |
restore_sysctls |
859 |
} |
990 |
} |
|
|
991 |
|
860 |
atf_test_case client_handle_cookie_update_of_length_28 cleanup |
992 |
atf_test_case client_handle_cookie_update_of_length_28 cleanup |
861 |
client_handle_cookie_update_of_length_28_head() { |
993 |
client_handle_cookie_update_of_length_28_head() { |
862 |
atf_set timeout 10 |
994 |
atf_set timeout 10 |
863 |
atf_set require.config allow_sysctl_side_effects |
995 |
atf_set require.config allow_sysctl_side_effects |
864 |
} |
996 |
} |
865 |
client_handle_cookie_update_of_length_28_body() { |
997 |
client_handle_cookie_update_of_length_28_body() { |
|
|
998 |
atf_expect_fail "Bug." |
866 |
|
999 |
|
867 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt |
1000 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt |
868 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt |
1001 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-28.pkt |
869 |
} |
1002 |
} |
870 |
client_handle_cookie_update_of_length_28_cleanup() { |
1003 |
client_handle_cookie_update_of_length_28_cleanup() { |
871 |
restore_sysctls |
1004 |
restore_sysctls |
872 |
} |
1005 |
} |
|
|
1006 |
|
873 |
atf_test_case client_handle_cookie_update_of_length_29 cleanup |
1007 |
atf_test_case client_handle_cookie_update_of_length_29 cleanup |
874 |
client_handle_cookie_update_of_length_29_head() { |
1008 |
client_handle_cookie_update_of_length_29_head() { |
875 |
atf_set timeout 10 |
1009 |
atf_set timeout 10 |
876 |
atf_set require.config allow_sysctl_side_effects |
1010 |
atf_set require.config allow_sysctl_side_effects |
877 |
} |
1011 |
} |
878 |
client_handle_cookie_update_of_length_29_body() { |
1012 |
client_handle_cookie_update_of_length_29_body() { |
|
|
1013 |
atf_expect_fail "Bug." |
879 |
|
1014 |
|
880 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt |
1015 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt |
881 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt |
1016 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-29.pkt |
882 |
} |
1017 |
} |
883 |
client_handle_cookie_update_of_length_29_cleanup() { |
1018 |
client_handle_cookie_update_of_length_29_cleanup() { |
884 |
restore_sysctls |
1019 |
restore_sysctls |
885 |
} |
1020 |
} |
|
|
1021 |
|
886 |
atf_test_case client_handle_cookie_update_of_length_30 cleanup |
1022 |
atf_test_case client_handle_cookie_update_of_length_30 cleanup |
887 |
client_handle_cookie_update_of_length_30_head() { |
1023 |
client_handle_cookie_update_of_length_30_head() { |
888 |
atf_set timeout 10 |
1024 |
atf_set timeout 10 |
889 |
atf_set require.config allow_sysctl_side_effects |
1025 |
atf_set require.config allow_sysctl_side_effects |
890 |
} |
1026 |
} |
891 |
client_handle_cookie_update_of_length_30_body() { |
1027 |
client_handle_cookie_update_of_length_30_body() { |
|
|
1028 |
atf_expect_fail "Bug." |
892 |
|
1029 |
|
893 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt |
1030 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt |
894 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt |
1031 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-30.pkt |
895 |
} |
1032 |
} |
896 |
client_handle_cookie_update_of_length_30_cleanup() { |
1033 |
client_handle_cookie_update_of_length_30_cleanup() { |
897 |
restore_sysctls |
1034 |
restore_sysctls |
898 |
} |
1035 |
} |
|
|
1036 |
|
899 |
atf_test_case client_handle_cookie_update_of_length_31 cleanup |
1037 |
atf_test_case client_handle_cookie_update_of_length_31 cleanup |
900 |
client_handle_cookie_update_of_length_31_head() { |
1038 |
client_handle_cookie_update_of_length_31_head() { |
901 |
atf_set timeout 10 |
1039 |
atf_set timeout 10 |
902 |
atf_set require.config allow_sysctl_side_effects |
1040 |
atf_set require.config allow_sysctl_side_effects |
903 |
} |
1041 |
} |
904 |
client_handle_cookie_update_of_length_31_body() { |
1042 |
client_handle_cookie_update_of_length_31_body() { |
|
|
1043 |
atf_expect_fail "Bug." |
905 |
|
1044 |
|
906 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt |
1045 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt |
907 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt |
1046 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-31.pkt |
908 |
} |
1047 |
} |
909 |
client_handle_cookie_update_of_length_31_cleanup() { |
1048 |
client_handle_cookie_update_of_length_31_cleanup() { |
910 |
restore_sysctls |
1049 |
restore_sysctls |
911 |
} |
1050 |
} |
|
|
1051 |
|
912 |
atf_test_case client_handle_cookie_update_of_length_32 cleanup |
1052 |
atf_test_case client_handle_cookie_update_of_length_32 cleanup |
913 |
client_handle_cookie_update_of_length_32_head() { |
1053 |
client_handle_cookie_update_of_length_32_head() { |
914 |
atf_set timeout 10 |
1054 |
atf_set timeout 10 |
915 |
atf_set require.config allow_sysctl_side_effects |
1055 |
atf_set require.config allow_sysctl_side_effects |
916 |
} |
1056 |
} |
917 |
client_handle_cookie_update_of_length_32_body() { |
1057 |
client_handle_cookie_update_of_length_32_body() { |
|
|
1058 |
atf_expect_fail "Bug." |
918 |
|
1059 |
|
919 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt |
1060 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt |
920 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt |
1061 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-32.pkt |
921 |
} |
1062 |
} |
922 |
client_handle_cookie_update_of_length_32_cleanup() { |
1063 |
client_handle_cookie_update_of_length_32_cleanup() { |
923 |
restore_sysctls |
1064 |
restore_sysctls |
924 |
} |
1065 |
} |
|
|
1066 |
|
925 |
atf_test_case client_handle_cookie_update_of_length_33 cleanup |
1067 |
atf_test_case client_handle_cookie_update_of_length_33 cleanup |
926 |
client_handle_cookie_update_of_length_33_head() { |
1068 |
client_handle_cookie_update_of_length_33_head() { |
927 |
atf_set timeout 10 |
1069 |
atf_set timeout 10 |
928 |
atf_set require.config allow_sysctl_side_effects |
1070 |
atf_set require.config allow_sysctl_side_effects |
929 |
} |
1071 |
} |
930 |
client_handle_cookie_update_of_length_33_body() { |
1072 |
client_handle_cookie_update_of_length_33_body() { |
|
|
1073 |
atf_expect_fail "Bug." |
931 |
|
1074 |
|
932 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt |
1075 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt |
933 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt |
1076 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-33.pkt |
934 |
} |
1077 |
} |
935 |
client_handle_cookie_update_of_length_33_cleanup() { |
1078 |
client_handle_cookie_update_of_length_33_cleanup() { |
936 |
restore_sysctls |
1079 |
restore_sysctls |
937 |
} |
1080 |
} |
|
|
1081 |
|
938 |
atf_test_case client_handle_cookie_update_of_length_34 cleanup |
1082 |
atf_test_case client_handle_cookie_update_of_length_34 cleanup |
939 |
client_handle_cookie_update_of_length_34_head() { |
1083 |
client_handle_cookie_update_of_length_34_head() { |
940 |
atf_set timeout 10 |
1084 |
atf_set timeout 10 |
941 |
atf_set require.config allow_sysctl_side_effects |
1085 |
atf_set require.config allow_sysctl_side_effects |
942 |
} |
1086 |
} |
943 |
client_handle_cookie_update_of_length_34_body() { |
1087 |
client_handle_cookie_update_of_length_34_body() { |
|
|
1088 |
atf_expect_fail "Bug." |
944 |
|
1089 |
|
945 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt |
1090 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt |
946 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt |
1091 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-34.pkt |
947 |
} |
1092 |
} |
948 |
client_handle_cookie_update_of_length_34_cleanup() { |
1093 |
client_handle_cookie_update_of_length_34_cleanup() { |
949 |
restore_sysctls |
1094 |
restore_sysctls |
950 |
} |
1095 |
} |
|
|
1096 |
|
951 |
atf_test_case client_handle_cookie_update_of_length_35 cleanup |
1097 |
atf_test_case client_handle_cookie_update_of_length_35 cleanup |
952 |
client_handle_cookie_update_of_length_35_head() { |
1098 |
client_handle_cookie_update_of_length_35_head() { |
953 |
atf_set timeout 10 |
1099 |
atf_set timeout 10 |
954 |
atf_set require.config allow_sysctl_side_effects |
1100 |
atf_set require.config allow_sysctl_side_effects |
955 |
} |
1101 |
} |
956 |
client_handle_cookie_update_of_length_35_body() { |
1102 |
client_handle_cookie_update_of_length_35_body() { |
|
|
1103 |
atf_expect_fail "Bug." |
957 |
|
1104 |
|
958 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-35.pkt |
1105 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-35.pkt |
959 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-35.pkt |
1106 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-35.pkt |
960 |
} |
1107 |
} |
961 |
client_handle_cookie_update_of_length_35_cleanup() { |
1108 |
client_handle_cookie_update_of_length_35_cleanup() { |
962 |
restore_sysctls |
1109 |
restore_sysctls |
963 |
} |
1110 |
} |
|
|
1111 |
|
964 |
atf_test_case client_handle_cookie_update_of_length_36 cleanup |
1112 |
atf_test_case client_handle_cookie_update_of_length_36 cleanup |
965 |
client_handle_cookie_update_of_length_36_head() { |
1113 |
client_handle_cookie_update_of_length_36_head() { |
966 |
atf_set timeout 10 |
1114 |
atf_set timeout 10 |
967 |
atf_set require.config allow_sysctl_side_effects |
1115 |
atf_set require.config allow_sysctl_side_effects |
968 |
} |
1116 |
} |
969 |
client_handle_cookie_update_of_length_36_body() { |
1117 |
client_handle_cookie_update_of_length_36_body() { |
|
|
1118 |
atf_expect_fail "Bug." |
970 |
|
1119 |
|
971 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-36.pkt |
1120 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-36.pkt |
972 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-36.pkt |
1121 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-36.pkt |
973 |
} |
1122 |
} |
974 |
client_handle_cookie_update_of_length_36_cleanup() { |
1123 |
client_handle_cookie_update_of_length_36_cleanup() { |
975 |
restore_sysctls |
1124 |
restore_sysctls |
976 |
} |
1125 |
} |
|
|
1126 |
|
977 |
atf_test_case client_handle_cookie_update_of_length_37 cleanup |
1127 |
atf_test_case client_handle_cookie_update_of_length_37 cleanup |
978 |
client_handle_cookie_update_of_length_37_head() { |
1128 |
client_handle_cookie_update_of_length_37_head() { |
979 |
atf_set timeout 10 |
1129 |
atf_set timeout 10 |
980 |
atf_set require.config allow_sysctl_side_effects |
1130 |
atf_set require.config allow_sysctl_side_effects |
981 |
} |
1131 |
} |
982 |
client_handle_cookie_update_of_length_37_body() { |
1132 |
client_handle_cookie_update_of_length_37_body() { |
|
|
1133 |
atf_expect_fail "Bug." |
983 |
|
1134 |
|
984 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-37.pkt |
1135 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-37.pkt |
985 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-37.pkt |
1136 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-37.pkt |
986 |
} |
1137 |
} |
987 |
client_handle_cookie_update_of_length_37_cleanup() { |
1138 |
client_handle_cookie_update_of_length_37_cleanup() { |
988 |
restore_sysctls |
1139 |
restore_sysctls |
989 |
} |
1140 |
} |
|
|
1141 |
|
990 |
atf_test_case client_handle_cookie_update_of_length_38 cleanup |
1142 |
atf_test_case client_handle_cookie_update_of_length_38 cleanup |
991 |
client_handle_cookie_update_of_length_38_head() { |
1143 |
client_handle_cookie_update_of_length_38_head() { |
992 |
atf_set timeout 10 |
1144 |
atf_set timeout 10 |
993 |
atf_set require.config allow_sysctl_side_effects |
1145 |
atf_set require.config allow_sysctl_side_effects |
994 |
} |
1146 |
} |
995 |
client_handle_cookie_update_of_length_38_body() { |
1147 |
client_handle_cookie_update_of_length_38_body() { |
|
|
1148 |
atf_expect_fail "Bug." |
996 |
|
1149 |
|
997 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-38.pkt |
1150 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-38.pkt |
998 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-38.pkt |
1151 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-cookie-update-of-length-38.pkt |
999 |
} |
1152 |
} |
1000 |
client_handle_cookie_update_of_length_38_cleanup() { |
1153 |
client_handle_cookie_update_of_length_38_cleanup() { |
1001 |
restore_sysctls |
1154 |
restore_sysctls |
1002 |
} |
1155 |
} |
|
|
1156 |
|
1003 |
atf_test_case client_handle_initial_cookie_of_length_01 cleanup |
1157 |
atf_test_case client_handle_initial_cookie_of_length_01 cleanup |
1004 |
client_handle_initial_cookie_of_length_01_head() { |
1158 |
client_handle_initial_cookie_of_length_01_head() { |
1005 |
atf_set timeout 10 |
1159 |
atf_set timeout 10 |
Lines 1007-1018
client_handle_initial_cookie_of_length_01_head() {
Link Here
|
1007 |
} |
1161 |
} |
1008 |
client_handle_initial_cookie_of_length_01_body() { |
1162 |
client_handle_initial_cookie_of_length_01_body() { |
1009 |
|
1163 |
|
|
|
1164 |
|
1010 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-01.pkt |
1165 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-01.pkt |
1011 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-01.pkt |
1166 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-01.pkt |
1012 |
} |
1167 |
} |
1013 |
client_handle_initial_cookie_of_length_01_cleanup() { |
1168 |
client_handle_initial_cookie_of_length_01_cleanup() { |
1014 |
restore_sysctls |
1169 |
restore_sysctls |
1015 |
} |
1170 |
} |
|
|
1171 |
|
1016 |
atf_test_case client_handle_initial_cookie_of_length_02 cleanup |
1172 |
atf_test_case client_handle_initial_cookie_of_length_02 cleanup |
1017 |
client_handle_initial_cookie_of_length_02_head() { |
1173 |
client_handle_initial_cookie_of_length_02_head() { |
1018 |
atf_set timeout 10 |
1174 |
atf_set timeout 10 |
Lines 1020-1031
client_handle_initial_cookie_of_length_02_head() {
Link Here
|
1020 |
} |
1176 |
} |
1021 |
client_handle_initial_cookie_of_length_02_body() { |
1177 |
client_handle_initial_cookie_of_length_02_body() { |
1022 |
|
1178 |
|
|
|
1179 |
|
1023 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-02.pkt |
1180 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-02.pkt |
1024 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-02.pkt |
1181 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-02.pkt |
1025 |
} |
1182 |
} |
1026 |
client_handle_initial_cookie_of_length_02_cleanup() { |
1183 |
client_handle_initial_cookie_of_length_02_cleanup() { |
1027 |
restore_sysctls |
1184 |
restore_sysctls |
1028 |
} |
1185 |
} |
|
|
1186 |
|
1029 |
atf_test_case client_handle_initial_cookie_of_length_03 cleanup |
1187 |
atf_test_case client_handle_initial_cookie_of_length_03 cleanup |
1030 |
client_handle_initial_cookie_of_length_03_head() { |
1188 |
client_handle_initial_cookie_of_length_03_head() { |
1031 |
atf_set timeout 10 |
1189 |
atf_set timeout 10 |
Lines 1033-1044
client_handle_initial_cookie_of_length_03_head() {
Link Here
|
1033 |
} |
1191 |
} |
1034 |
client_handle_initial_cookie_of_length_03_body() { |
1192 |
client_handle_initial_cookie_of_length_03_body() { |
1035 |
|
1193 |
|
|
|
1194 |
|
1036 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-03.pkt |
1195 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-03.pkt |
1037 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-03.pkt |
1196 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-03.pkt |
1038 |
} |
1197 |
} |
1039 |
client_handle_initial_cookie_of_length_03_cleanup() { |
1198 |
client_handle_initial_cookie_of_length_03_cleanup() { |
1040 |
restore_sysctls |
1199 |
restore_sysctls |
1041 |
} |
1200 |
} |
|
|
1201 |
|
1042 |
atf_test_case client_handle_initial_cookie_of_length_04 cleanup |
1202 |
atf_test_case client_handle_initial_cookie_of_length_04 cleanup |
1043 |
client_handle_initial_cookie_of_length_04_head() { |
1203 |
client_handle_initial_cookie_of_length_04_head() { |
1044 |
atf_set timeout 10 |
1204 |
atf_set timeout 10 |
Lines 1046-1057
client_handle_initial_cookie_of_length_04_head() {
Link Here
|
1046 |
} |
1206 |
} |
1047 |
client_handle_initial_cookie_of_length_04_body() { |
1207 |
client_handle_initial_cookie_of_length_04_body() { |
1048 |
|
1208 |
|
|
|
1209 |
|
1049 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-04.pkt |
1210 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-04.pkt |
1050 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-04.pkt |
1211 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-04.pkt |
1051 |
} |
1212 |
} |
1052 |
client_handle_initial_cookie_of_length_04_cleanup() { |
1213 |
client_handle_initial_cookie_of_length_04_cleanup() { |
1053 |
restore_sysctls |
1214 |
restore_sysctls |
1054 |
} |
1215 |
} |
|
|
1216 |
|
1055 |
atf_test_case client_handle_initial_cookie_of_length_05 cleanup |
1217 |
atf_test_case client_handle_initial_cookie_of_length_05 cleanup |
1056 |
client_handle_initial_cookie_of_length_05_head() { |
1218 |
client_handle_initial_cookie_of_length_05_head() { |
1057 |
atf_set timeout 10 |
1219 |
atf_set timeout 10 |
Lines 1059-1070
client_handle_initial_cookie_of_length_05_head() {
Link Here
|
1059 |
} |
1221 |
} |
1060 |
client_handle_initial_cookie_of_length_05_body() { |
1222 |
client_handle_initial_cookie_of_length_05_body() { |
1061 |
|
1223 |
|
|
|
1224 |
|
1062 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-05.pkt |
1225 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-05.pkt |
1063 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-05.pkt |
1226 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-05.pkt |
1064 |
} |
1227 |
} |
1065 |
client_handle_initial_cookie_of_length_05_cleanup() { |
1228 |
client_handle_initial_cookie_of_length_05_cleanup() { |
1066 |
restore_sysctls |
1229 |
restore_sysctls |
1067 |
} |
1230 |
} |
|
|
1231 |
|
1068 |
atf_test_case client_handle_initial_cookie_of_length_06 cleanup |
1232 |
atf_test_case client_handle_initial_cookie_of_length_06 cleanup |
1069 |
client_handle_initial_cookie_of_length_06_head() { |
1233 |
client_handle_initial_cookie_of_length_06_head() { |
1070 |
atf_set timeout 10 |
1234 |
atf_set timeout 10 |
Lines 1072-1083
client_handle_initial_cookie_of_length_06_head() {
Link Here
|
1072 |
} |
1236 |
} |
1073 |
client_handle_initial_cookie_of_length_06_body() { |
1237 |
client_handle_initial_cookie_of_length_06_body() { |
1074 |
|
1238 |
|
|
|
1239 |
|
1075 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-06.pkt |
1240 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-06.pkt |
1076 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-06.pkt |
1241 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-06.pkt |
1077 |
} |
1242 |
} |
1078 |
client_handle_initial_cookie_of_length_06_cleanup() { |
1243 |
client_handle_initial_cookie_of_length_06_cleanup() { |
1079 |
restore_sysctls |
1244 |
restore_sysctls |
1080 |
} |
1245 |
} |
|
|
1246 |
|
1081 |
atf_test_case client_handle_initial_cookie_of_length_07 cleanup |
1247 |
atf_test_case client_handle_initial_cookie_of_length_07 cleanup |
1082 |
client_handle_initial_cookie_of_length_07_head() { |
1248 |
client_handle_initial_cookie_of_length_07_head() { |
1083 |
atf_set timeout 10 |
1249 |
atf_set timeout 10 |
Lines 1085-1096
client_handle_initial_cookie_of_length_07_head() {
Link Here
|
1085 |
} |
1251 |
} |
1086 |
client_handle_initial_cookie_of_length_07_body() { |
1252 |
client_handle_initial_cookie_of_length_07_body() { |
1087 |
|
1253 |
|
|
|
1254 |
|
1088 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-07.pkt |
1255 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-07.pkt |
1089 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-07.pkt |
1256 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-07.pkt |
1090 |
} |
1257 |
} |
1091 |
client_handle_initial_cookie_of_length_07_cleanup() { |
1258 |
client_handle_initial_cookie_of_length_07_cleanup() { |
1092 |
restore_sysctls |
1259 |
restore_sysctls |
1093 |
} |
1260 |
} |
|
|
1261 |
|
1094 |
atf_test_case client_handle_initial_cookie_of_length_08 cleanup |
1262 |
atf_test_case client_handle_initial_cookie_of_length_08 cleanup |
1095 |
client_handle_initial_cookie_of_length_08_head() { |
1263 |
client_handle_initial_cookie_of_length_08_head() { |
1096 |
atf_set timeout 10 |
1264 |
atf_set timeout 10 |
Lines 1098-1109
client_handle_initial_cookie_of_length_08_head() {
Link Here
|
1098 |
} |
1266 |
} |
1099 |
client_handle_initial_cookie_of_length_08_body() { |
1267 |
client_handle_initial_cookie_of_length_08_body() { |
1100 |
|
1268 |
|
|
|
1269 |
|
1101 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-08.pkt |
1270 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-08.pkt |
1102 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-08.pkt |
1271 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-08.pkt |
1103 |
} |
1272 |
} |
1104 |
client_handle_initial_cookie_of_length_08_cleanup() { |
1273 |
client_handle_initial_cookie_of_length_08_cleanup() { |
1105 |
restore_sysctls |
1274 |
restore_sysctls |
1106 |
} |
1275 |
} |
|
|
1276 |
|
1107 |
atf_test_case client_handle_initial_cookie_of_length_09 cleanup |
1277 |
atf_test_case client_handle_initial_cookie_of_length_09 cleanup |
1108 |
client_handle_initial_cookie_of_length_09_head() { |
1278 |
client_handle_initial_cookie_of_length_09_head() { |
1109 |
atf_set timeout 10 |
1279 |
atf_set timeout 10 |
Lines 1111-1122
client_handle_initial_cookie_of_length_09_head() {
Link Here
|
1111 |
} |
1281 |
} |
1112 |
client_handle_initial_cookie_of_length_09_body() { |
1282 |
client_handle_initial_cookie_of_length_09_body() { |
1113 |
|
1283 |
|
|
|
1284 |
|
1114 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-09.pkt |
1285 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-09.pkt |
1115 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-09.pkt |
1286 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-09.pkt |
1116 |
} |
1287 |
} |
1117 |
client_handle_initial_cookie_of_length_09_cleanup() { |
1288 |
client_handle_initial_cookie_of_length_09_cleanup() { |
1118 |
restore_sysctls |
1289 |
restore_sysctls |
1119 |
} |
1290 |
} |
|
|
1291 |
|
1120 |
atf_test_case client_handle_initial_cookie_of_length_10 cleanup |
1292 |
atf_test_case client_handle_initial_cookie_of_length_10 cleanup |
1121 |
client_handle_initial_cookie_of_length_10_head() { |
1293 |
client_handle_initial_cookie_of_length_10_head() { |
1122 |
atf_set timeout 10 |
1294 |
atf_set timeout 10 |
Lines 1124-1135
client_handle_initial_cookie_of_length_10_head() {
Link Here
|
1124 |
} |
1296 |
} |
1125 |
client_handle_initial_cookie_of_length_10_body() { |
1297 |
client_handle_initial_cookie_of_length_10_body() { |
1126 |
|
1298 |
|
|
|
1299 |
|
1127 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-10.pkt |
1300 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-10.pkt |
1128 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-10.pkt |
1301 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-10.pkt |
1129 |
} |
1302 |
} |
1130 |
client_handle_initial_cookie_of_length_10_cleanup() { |
1303 |
client_handle_initial_cookie_of_length_10_cleanup() { |
1131 |
restore_sysctls |
1304 |
restore_sysctls |
1132 |
} |
1305 |
} |
|
|
1306 |
|
1133 |
atf_test_case client_handle_initial_cookie_of_length_11 cleanup |
1307 |
atf_test_case client_handle_initial_cookie_of_length_11 cleanup |
1134 |
client_handle_initial_cookie_of_length_11_head() { |
1308 |
client_handle_initial_cookie_of_length_11_head() { |
1135 |
atf_set timeout 10 |
1309 |
atf_set timeout 10 |
Lines 1137-1148
client_handle_initial_cookie_of_length_11_head() {
Link Here
|
1137 |
} |
1311 |
} |
1138 |
client_handle_initial_cookie_of_length_11_body() { |
1312 |
client_handle_initial_cookie_of_length_11_body() { |
1139 |
|
1313 |
|
|
|
1314 |
|
1140 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-11.pkt |
1315 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-11.pkt |
1141 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-11.pkt |
1316 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-11.pkt |
1142 |
} |
1317 |
} |
1143 |
client_handle_initial_cookie_of_length_11_cleanup() { |
1318 |
client_handle_initial_cookie_of_length_11_cleanup() { |
1144 |
restore_sysctls |
1319 |
restore_sysctls |
1145 |
} |
1320 |
} |
|
|
1321 |
|
1146 |
atf_test_case client_handle_initial_cookie_of_length_12 cleanup |
1322 |
atf_test_case client_handle_initial_cookie_of_length_12 cleanup |
1147 |
client_handle_initial_cookie_of_length_12_head() { |
1323 |
client_handle_initial_cookie_of_length_12_head() { |
1148 |
atf_set timeout 10 |
1324 |
atf_set timeout 10 |
Lines 1150-1161
client_handle_initial_cookie_of_length_12_head() {
Link Here
|
1150 |
} |
1326 |
} |
1151 |
client_handle_initial_cookie_of_length_12_body() { |
1327 |
client_handle_initial_cookie_of_length_12_body() { |
1152 |
|
1328 |
|
|
|
1329 |
|
1153 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-12.pkt |
1330 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-12.pkt |
1154 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-12.pkt |
1331 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-12.pkt |
1155 |
} |
1332 |
} |
1156 |
client_handle_initial_cookie_of_length_12_cleanup() { |
1333 |
client_handle_initial_cookie_of_length_12_cleanup() { |
1157 |
restore_sysctls |
1334 |
restore_sysctls |
1158 |
} |
1335 |
} |
|
|
1336 |
|
1159 |
atf_test_case client_handle_initial_cookie_of_length_13 cleanup |
1337 |
atf_test_case client_handle_initial_cookie_of_length_13 cleanup |
1160 |
client_handle_initial_cookie_of_length_13_head() { |
1338 |
client_handle_initial_cookie_of_length_13_head() { |
1161 |
atf_set timeout 10 |
1339 |
atf_set timeout 10 |
Lines 1163-1174
client_handle_initial_cookie_of_length_13_head() {
Link Here
|
1163 |
} |
1341 |
} |
1164 |
client_handle_initial_cookie_of_length_13_body() { |
1342 |
client_handle_initial_cookie_of_length_13_body() { |
1165 |
|
1343 |
|
|
|
1344 |
|
1166 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-13.pkt |
1345 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-13.pkt |
1167 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-13.pkt |
1346 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-13.pkt |
1168 |
} |
1347 |
} |
1169 |
client_handle_initial_cookie_of_length_13_cleanup() { |
1348 |
client_handle_initial_cookie_of_length_13_cleanup() { |
1170 |
restore_sysctls |
1349 |
restore_sysctls |
1171 |
} |
1350 |
} |
|
|
1351 |
|
1172 |
atf_test_case client_handle_initial_cookie_of_length_14 cleanup |
1352 |
atf_test_case client_handle_initial_cookie_of_length_14 cleanup |
1173 |
client_handle_initial_cookie_of_length_14_head() { |
1353 |
client_handle_initial_cookie_of_length_14_head() { |
1174 |
atf_set timeout 10 |
1354 |
atf_set timeout 10 |
Lines 1176-1187
client_handle_initial_cookie_of_length_14_head() {
Link Here
|
1176 |
} |
1356 |
} |
1177 |
client_handle_initial_cookie_of_length_14_body() { |
1357 |
client_handle_initial_cookie_of_length_14_body() { |
1178 |
|
1358 |
|
|
|
1359 |
|
1179 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-14.pkt |
1360 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-14.pkt |
1180 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-14.pkt |
1361 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-14.pkt |
1181 |
} |
1362 |
} |
1182 |
client_handle_initial_cookie_of_length_14_cleanup() { |
1363 |
client_handle_initial_cookie_of_length_14_cleanup() { |
1183 |
restore_sysctls |
1364 |
restore_sysctls |
1184 |
} |
1365 |
} |
|
|
1366 |
|
1185 |
atf_test_case client_handle_initial_cookie_of_length_15 cleanup |
1367 |
atf_test_case client_handle_initial_cookie_of_length_15 cleanup |
1186 |
client_handle_initial_cookie_of_length_15_head() { |
1368 |
client_handle_initial_cookie_of_length_15_head() { |
1187 |
atf_set timeout 10 |
1369 |
atf_set timeout 10 |
Lines 1189-1200
client_handle_initial_cookie_of_length_15_head() {
Link Here
|
1189 |
} |
1371 |
} |
1190 |
client_handle_initial_cookie_of_length_15_body() { |
1372 |
client_handle_initial_cookie_of_length_15_body() { |
1191 |
|
1373 |
|
|
|
1374 |
|
1192 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-15.pkt |
1375 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-15.pkt |
1193 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-15.pkt |
1376 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-15.pkt |
1194 |
} |
1377 |
} |
1195 |
client_handle_initial_cookie_of_length_15_cleanup() { |
1378 |
client_handle_initial_cookie_of_length_15_cleanup() { |
1196 |
restore_sysctls |
1379 |
restore_sysctls |
1197 |
} |
1380 |
} |
|
|
1381 |
|
1198 |
atf_test_case client_handle_initial_cookie_of_length_16 cleanup |
1382 |
atf_test_case client_handle_initial_cookie_of_length_16 cleanup |
1199 |
client_handle_initial_cookie_of_length_16_head() { |
1383 |
client_handle_initial_cookie_of_length_16_head() { |
1200 |
atf_set timeout 10 |
1384 |
atf_set timeout 10 |
Lines 1202-1213
client_handle_initial_cookie_of_length_16_head() {
Link Here
|
1202 |
} |
1386 |
} |
1203 |
client_handle_initial_cookie_of_length_16_body() { |
1387 |
client_handle_initial_cookie_of_length_16_body() { |
1204 |
|
1388 |
|
|
|
1389 |
|
1205 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-16.pkt |
1390 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-16.pkt |
1206 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-16.pkt |
1391 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-16.pkt |
1207 |
} |
1392 |
} |
1208 |
client_handle_initial_cookie_of_length_16_cleanup() { |
1393 |
client_handle_initial_cookie_of_length_16_cleanup() { |
1209 |
restore_sysctls |
1394 |
restore_sysctls |
1210 |
} |
1395 |
} |
|
|
1396 |
|
1211 |
atf_test_case client_handle_initial_cookie_of_length_17 cleanup |
1397 |
atf_test_case client_handle_initial_cookie_of_length_17 cleanup |
1212 |
client_handle_initial_cookie_of_length_17_head() { |
1398 |
client_handle_initial_cookie_of_length_17_head() { |
1213 |
atf_set timeout 10 |
1399 |
atf_set timeout 10 |
Lines 1215-1226
client_handle_initial_cookie_of_length_17_head() {
Link Here
|
1215 |
} |
1401 |
} |
1216 |
client_handle_initial_cookie_of_length_17_body() { |
1402 |
client_handle_initial_cookie_of_length_17_body() { |
1217 |
|
1403 |
|
|
|
1404 |
|
1218 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-17.pkt |
1405 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-17.pkt |
1219 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-17.pkt |
1406 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-17.pkt |
1220 |
} |
1407 |
} |
1221 |
client_handle_initial_cookie_of_length_17_cleanup() { |
1408 |
client_handle_initial_cookie_of_length_17_cleanup() { |
1222 |
restore_sysctls |
1409 |
restore_sysctls |
1223 |
} |
1410 |
} |
|
|
1411 |
|
1224 |
atf_test_case client_handle_initial_cookie_of_length_18 cleanup |
1412 |
atf_test_case client_handle_initial_cookie_of_length_18 cleanup |
1225 |
client_handle_initial_cookie_of_length_18_head() { |
1413 |
client_handle_initial_cookie_of_length_18_head() { |
1226 |
atf_set timeout 10 |
1414 |
atf_set timeout 10 |
Lines 1228-1239
client_handle_initial_cookie_of_length_18_head() {
Link Here
|
1228 |
} |
1416 |
} |
1229 |
client_handle_initial_cookie_of_length_18_body() { |
1417 |
client_handle_initial_cookie_of_length_18_body() { |
1230 |
|
1418 |
|
|
|
1419 |
|
1231 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-18.pkt |
1420 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-18.pkt |
1232 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-18.pkt |
1421 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-18.pkt |
1233 |
} |
1422 |
} |
1234 |
client_handle_initial_cookie_of_length_18_cleanup() { |
1423 |
client_handle_initial_cookie_of_length_18_cleanup() { |
1235 |
restore_sysctls |
1424 |
restore_sysctls |
1236 |
} |
1425 |
} |
|
|
1426 |
|
1237 |
atf_test_case client_handle_initial_cookie_of_length_19 cleanup |
1427 |
atf_test_case client_handle_initial_cookie_of_length_19 cleanup |
1238 |
client_handle_initial_cookie_of_length_19_head() { |
1428 |
client_handle_initial_cookie_of_length_19_head() { |
1239 |
atf_set timeout 10 |
1429 |
atf_set timeout 10 |
Lines 1241-1252
client_handle_initial_cookie_of_length_19_head() {
Link Here
|
1241 |
} |
1431 |
} |
1242 |
client_handle_initial_cookie_of_length_19_body() { |
1432 |
client_handle_initial_cookie_of_length_19_body() { |
1243 |
|
1433 |
|
|
|
1434 |
|
1244 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-19.pkt |
1435 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-19.pkt |
1245 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-19.pkt |
1436 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-19.pkt |
1246 |
} |
1437 |
} |
1247 |
client_handle_initial_cookie_of_length_19_cleanup() { |
1438 |
client_handle_initial_cookie_of_length_19_cleanup() { |
1248 |
restore_sysctls |
1439 |
restore_sysctls |
1249 |
} |
1440 |
} |
|
|
1441 |
|
1250 |
atf_test_case client_handle_initial_cookie_of_length_20 cleanup |
1442 |
atf_test_case client_handle_initial_cookie_of_length_20 cleanup |
1251 |
client_handle_initial_cookie_of_length_20_head() { |
1443 |
client_handle_initial_cookie_of_length_20_head() { |
1252 |
atf_set timeout 10 |
1444 |
atf_set timeout 10 |
Lines 1254-1265
client_handle_initial_cookie_of_length_20_head() {
Link Here
|
1254 |
} |
1446 |
} |
1255 |
client_handle_initial_cookie_of_length_20_body() { |
1447 |
client_handle_initial_cookie_of_length_20_body() { |
1256 |
|
1448 |
|
|
|
1449 |
|
1257 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-20.pkt |
1450 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-20.pkt |
1258 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-20.pkt |
1451 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-20.pkt |
1259 |
} |
1452 |
} |
1260 |
client_handle_initial_cookie_of_length_20_cleanup() { |
1453 |
client_handle_initial_cookie_of_length_20_cleanup() { |
1261 |
restore_sysctls |
1454 |
restore_sysctls |
1262 |
} |
1455 |
} |
|
|
1456 |
|
1263 |
atf_test_case client_handle_initial_cookie_of_length_21 cleanup |
1457 |
atf_test_case client_handle_initial_cookie_of_length_21 cleanup |
1264 |
client_handle_initial_cookie_of_length_21_head() { |
1458 |
client_handle_initial_cookie_of_length_21_head() { |
1265 |
atf_set timeout 10 |
1459 |
atf_set timeout 10 |
Lines 1267-1278
client_handle_initial_cookie_of_length_21_head() {
Link Here
|
1267 |
} |
1461 |
} |
1268 |
client_handle_initial_cookie_of_length_21_body() { |
1462 |
client_handle_initial_cookie_of_length_21_body() { |
1269 |
|
1463 |
|
|
|
1464 |
|
1270 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-21.pkt |
1465 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-21.pkt |
1271 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-21.pkt |
1466 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-21.pkt |
1272 |
} |
1467 |
} |
1273 |
client_handle_initial_cookie_of_length_21_cleanup() { |
1468 |
client_handle_initial_cookie_of_length_21_cleanup() { |
1274 |
restore_sysctls |
1469 |
restore_sysctls |
1275 |
} |
1470 |
} |
|
|
1471 |
|
1276 |
atf_test_case client_handle_initial_cookie_of_length_22 cleanup |
1472 |
atf_test_case client_handle_initial_cookie_of_length_22 cleanup |
1277 |
client_handle_initial_cookie_of_length_22_head() { |
1473 |
client_handle_initial_cookie_of_length_22_head() { |
1278 |
atf_set timeout 10 |
1474 |
atf_set timeout 10 |
Lines 1280-1291
client_handle_initial_cookie_of_length_22_head() {
Link Here
|
1280 |
} |
1476 |
} |
1281 |
client_handle_initial_cookie_of_length_22_body() { |
1477 |
client_handle_initial_cookie_of_length_22_body() { |
1282 |
|
1478 |
|
|
|
1479 |
|
1283 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-22.pkt |
1480 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-22.pkt |
1284 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-22.pkt |
1481 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-22.pkt |
1285 |
} |
1482 |
} |
1286 |
client_handle_initial_cookie_of_length_22_cleanup() { |
1483 |
client_handle_initial_cookie_of_length_22_cleanup() { |
1287 |
restore_sysctls |
1484 |
restore_sysctls |
1288 |
} |
1485 |
} |
|
|
1486 |
|
1289 |
atf_test_case client_handle_initial_cookie_of_length_23 cleanup |
1487 |
atf_test_case client_handle_initial_cookie_of_length_23 cleanup |
1290 |
client_handle_initial_cookie_of_length_23_head() { |
1488 |
client_handle_initial_cookie_of_length_23_head() { |
1291 |
atf_set timeout 10 |
1489 |
atf_set timeout 10 |
Lines 1293-1304
client_handle_initial_cookie_of_length_23_head() {
Link Here
|
1293 |
} |
1491 |
} |
1294 |
client_handle_initial_cookie_of_length_23_body() { |
1492 |
client_handle_initial_cookie_of_length_23_body() { |
1295 |
|
1493 |
|
|
|
1494 |
|
1296 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-23.pkt |
1495 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-23.pkt |
1297 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-23.pkt |
1496 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-23.pkt |
1298 |
} |
1497 |
} |
1299 |
client_handle_initial_cookie_of_length_23_cleanup() { |
1498 |
client_handle_initial_cookie_of_length_23_cleanup() { |
1300 |
restore_sysctls |
1499 |
restore_sysctls |
1301 |
} |
1500 |
} |
|
|
1501 |
|
1302 |
atf_test_case client_handle_initial_cookie_of_length_24 cleanup |
1502 |
atf_test_case client_handle_initial_cookie_of_length_24 cleanup |
1303 |
client_handle_initial_cookie_of_length_24_head() { |
1503 |
client_handle_initial_cookie_of_length_24_head() { |
1304 |
atf_set timeout 10 |
1504 |
atf_set timeout 10 |
Lines 1306-1317
client_handle_initial_cookie_of_length_24_head() {
Link Here
|
1306 |
} |
1506 |
} |
1307 |
client_handle_initial_cookie_of_length_24_body() { |
1507 |
client_handle_initial_cookie_of_length_24_body() { |
1308 |
|
1508 |
|
|
|
1509 |
|
1309 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-24.pkt |
1510 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-24.pkt |
1310 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-24.pkt |
1511 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-24.pkt |
1311 |
} |
1512 |
} |
1312 |
client_handle_initial_cookie_of_length_24_cleanup() { |
1513 |
client_handle_initial_cookie_of_length_24_cleanup() { |
1313 |
restore_sysctls |
1514 |
restore_sysctls |
1314 |
} |
1515 |
} |
|
|
1516 |
|
1315 |
atf_test_case client_handle_initial_cookie_of_length_25 cleanup |
1517 |
atf_test_case client_handle_initial_cookie_of_length_25 cleanup |
1316 |
client_handle_initial_cookie_of_length_25_head() { |
1518 |
client_handle_initial_cookie_of_length_25_head() { |
1317 |
atf_set timeout 10 |
1519 |
atf_set timeout 10 |
Lines 1319-1330
client_handle_initial_cookie_of_length_25_head() {
Link Here
|
1319 |
} |
1521 |
} |
1320 |
client_handle_initial_cookie_of_length_25_body() { |
1522 |
client_handle_initial_cookie_of_length_25_body() { |
1321 |
|
1523 |
|
|
|
1524 |
|
1322 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-25.pkt |
1525 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-25.pkt |
1323 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-25.pkt |
1526 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-25.pkt |
1324 |
} |
1527 |
} |
1325 |
client_handle_initial_cookie_of_length_25_cleanup() { |
1528 |
client_handle_initial_cookie_of_length_25_cleanup() { |
1326 |
restore_sysctls |
1529 |
restore_sysctls |
1327 |
} |
1530 |
} |
|
|
1531 |
|
1328 |
atf_test_case client_handle_initial_cookie_of_length_26 cleanup |
1532 |
atf_test_case client_handle_initial_cookie_of_length_26 cleanup |
1329 |
client_handle_initial_cookie_of_length_26_head() { |
1533 |
client_handle_initial_cookie_of_length_26_head() { |
1330 |
atf_set timeout 10 |
1534 |
atf_set timeout 10 |
Lines 1332-1343
client_handle_initial_cookie_of_length_26_head() {
Link Here
|
1332 |
} |
1536 |
} |
1333 |
client_handle_initial_cookie_of_length_26_body() { |
1537 |
client_handle_initial_cookie_of_length_26_body() { |
1334 |
|
1538 |
|
|
|
1539 |
|
1335 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-26.pkt |
1540 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-26.pkt |
1336 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-26.pkt |
1541 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-26.pkt |
1337 |
} |
1542 |
} |
1338 |
client_handle_initial_cookie_of_length_26_cleanup() { |
1543 |
client_handle_initial_cookie_of_length_26_cleanup() { |
1339 |
restore_sysctls |
1544 |
restore_sysctls |
1340 |
} |
1545 |
} |
|
|
1546 |
|
1341 |
atf_test_case client_handle_initial_cookie_of_length_27 cleanup |
1547 |
atf_test_case client_handle_initial_cookie_of_length_27 cleanup |
1342 |
client_handle_initial_cookie_of_length_27_head() { |
1548 |
client_handle_initial_cookie_of_length_27_head() { |
1343 |
atf_set timeout 10 |
1549 |
atf_set timeout 10 |
Lines 1345-1356
client_handle_initial_cookie_of_length_27_head() {
Link Here
|
1345 |
} |
1551 |
} |
1346 |
client_handle_initial_cookie_of_length_27_body() { |
1552 |
client_handle_initial_cookie_of_length_27_body() { |
1347 |
|
1553 |
|
|
|
1554 |
|
1348 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-27.pkt |
1555 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-27.pkt |
1349 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-27.pkt |
1556 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-27.pkt |
1350 |
} |
1557 |
} |
1351 |
client_handle_initial_cookie_of_length_27_cleanup() { |
1558 |
client_handle_initial_cookie_of_length_27_cleanup() { |
1352 |
restore_sysctls |
1559 |
restore_sysctls |
1353 |
} |
1560 |
} |
|
|
1561 |
|
1354 |
atf_test_case client_handle_initial_cookie_of_length_28 cleanup |
1562 |
atf_test_case client_handle_initial_cookie_of_length_28 cleanup |
1355 |
client_handle_initial_cookie_of_length_28_head() { |
1563 |
client_handle_initial_cookie_of_length_28_head() { |
1356 |
atf_set timeout 10 |
1564 |
atf_set timeout 10 |
Lines 1358-1369
client_handle_initial_cookie_of_length_28_head() {
Link Here
|
1358 |
} |
1566 |
} |
1359 |
client_handle_initial_cookie_of_length_28_body() { |
1567 |
client_handle_initial_cookie_of_length_28_body() { |
1360 |
|
1568 |
|
|
|
1569 |
|
1361 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-28.pkt |
1570 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-28.pkt |
1362 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-28.pkt |
1571 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-28.pkt |
1363 |
} |
1572 |
} |
1364 |
client_handle_initial_cookie_of_length_28_cleanup() { |
1573 |
client_handle_initial_cookie_of_length_28_cleanup() { |
1365 |
restore_sysctls |
1574 |
restore_sysctls |
1366 |
} |
1575 |
} |
|
|
1576 |
|
1367 |
atf_test_case client_handle_initial_cookie_of_length_29 cleanup |
1577 |
atf_test_case client_handle_initial_cookie_of_length_29 cleanup |
1368 |
client_handle_initial_cookie_of_length_29_head() { |
1578 |
client_handle_initial_cookie_of_length_29_head() { |
1369 |
atf_set timeout 10 |
1579 |
atf_set timeout 10 |
Lines 1371-1382
client_handle_initial_cookie_of_length_29_head() {
Link Here
|
1371 |
} |
1581 |
} |
1372 |
client_handle_initial_cookie_of_length_29_body() { |
1582 |
client_handle_initial_cookie_of_length_29_body() { |
1373 |
|
1583 |
|
|
|
1584 |
|
1374 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-29.pkt |
1585 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-29.pkt |
1375 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-29.pkt |
1586 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-29.pkt |
1376 |
} |
1587 |
} |
1377 |
client_handle_initial_cookie_of_length_29_cleanup() { |
1588 |
client_handle_initial_cookie_of_length_29_cleanup() { |
1378 |
restore_sysctls |
1589 |
restore_sysctls |
1379 |
} |
1590 |
} |
|
|
1591 |
|
1380 |
atf_test_case client_handle_initial_cookie_of_length_30 cleanup |
1592 |
atf_test_case client_handle_initial_cookie_of_length_30 cleanup |
1381 |
client_handle_initial_cookie_of_length_30_head() { |
1593 |
client_handle_initial_cookie_of_length_30_head() { |
1382 |
atf_set timeout 10 |
1594 |
atf_set timeout 10 |
Lines 1384-1395
client_handle_initial_cookie_of_length_30_head() {
Link Here
|
1384 |
} |
1596 |
} |
1385 |
client_handle_initial_cookie_of_length_30_body() { |
1597 |
client_handle_initial_cookie_of_length_30_body() { |
1386 |
|
1598 |
|
|
|
1599 |
|
1387 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-30.pkt |
1600 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-30.pkt |
1388 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-30.pkt |
1601 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-30.pkt |
1389 |
} |
1602 |
} |
1390 |
client_handle_initial_cookie_of_length_30_cleanup() { |
1603 |
client_handle_initial_cookie_of_length_30_cleanup() { |
1391 |
restore_sysctls |
1604 |
restore_sysctls |
1392 |
} |
1605 |
} |
|
|
1606 |
|
1393 |
atf_test_case client_handle_initial_cookie_of_length_31 cleanup |
1607 |
atf_test_case client_handle_initial_cookie_of_length_31 cleanup |
1394 |
client_handle_initial_cookie_of_length_31_head() { |
1608 |
client_handle_initial_cookie_of_length_31_head() { |
1395 |
atf_set timeout 10 |
1609 |
atf_set timeout 10 |
Lines 1397-1408
client_handle_initial_cookie_of_length_31_head() {
Link Here
|
1397 |
} |
1611 |
} |
1398 |
client_handle_initial_cookie_of_length_31_body() { |
1612 |
client_handle_initial_cookie_of_length_31_body() { |
1399 |
|
1613 |
|
|
|
1614 |
|
1400 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-31.pkt |
1615 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-31.pkt |
1401 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-31.pkt |
1616 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-31.pkt |
1402 |
} |
1617 |
} |
1403 |
client_handle_initial_cookie_of_length_31_cleanup() { |
1618 |
client_handle_initial_cookie_of_length_31_cleanup() { |
1404 |
restore_sysctls |
1619 |
restore_sysctls |
1405 |
} |
1620 |
} |
|
|
1621 |
|
1406 |
atf_test_case client_handle_initial_cookie_of_length_32 cleanup |
1622 |
atf_test_case client_handle_initial_cookie_of_length_32 cleanup |
1407 |
client_handle_initial_cookie_of_length_32_head() { |
1623 |
client_handle_initial_cookie_of_length_32_head() { |
1408 |
atf_set timeout 10 |
1624 |
atf_set timeout 10 |
Lines 1410-1421
client_handle_initial_cookie_of_length_32_head() {
Link Here
|
1410 |
} |
1626 |
} |
1411 |
client_handle_initial_cookie_of_length_32_body() { |
1627 |
client_handle_initial_cookie_of_length_32_body() { |
1412 |
|
1628 |
|
|
|
1629 |
|
1413 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-32.pkt |
1630 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-32.pkt |
1414 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-32.pkt |
1631 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-32.pkt |
1415 |
} |
1632 |
} |
1416 |
client_handle_initial_cookie_of_length_32_cleanup() { |
1633 |
client_handle_initial_cookie_of_length_32_cleanup() { |
1417 |
restore_sysctls |
1634 |
restore_sysctls |
1418 |
} |
1635 |
} |
|
|
1636 |
|
1419 |
atf_test_case client_handle_initial_cookie_of_length_33 cleanup |
1637 |
atf_test_case client_handle_initial_cookie_of_length_33 cleanup |
1420 |
client_handle_initial_cookie_of_length_33_head() { |
1638 |
client_handle_initial_cookie_of_length_33_head() { |
1421 |
atf_set timeout 10 |
1639 |
atf_set timeout 10 |
Lines 1423-1434
client_handle_initial_cookie_of_length_33_head() {
Link Here
|
1423 |
} |
1641 |
} |
1424 |
client_handle_initial_cookie_of_length_33_body() { |
1642 |
client_handle_initial_cookie_of_length_33_body() { |
1425 |
|
1643 |
|
|
|
1644 |
|
1426 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-33.pkt |
1645 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-33.pkt |
1427 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-33.pkt |
1646 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-33.pkt |
1428 |
} |
1647 |
} |
1429 |
client_handle_initial_cookie_of_length_33_cleanup() { |
1648 |
client_handle_initial_cookie_of_length_33_cleanup() { |
1430 |
restore_sysctls |
1649 |
restore_sysctls |
1431 |
} |
1650 |
} |
|
|
1651 |
|
1432 |
atf_test_case client_handle_initial_cookie_of_length_34 cleanup |
1652 |
atf_test_case client_handle_initial_cookie_of_length_34 cleanup |
1433 |
client_handle_initial_cookie_of_length_34_head() { |
1653 |
client_handle_initial_cookie_of_length_34_head() { |
1434 |
atf_set timeout 10 |
1654 |
atf_set timeout 10 |
Lines 1436-1447
client_handle_initial_cookie_of_length_34_head() {
Link Here
|
1436 |
} |
1656 |
} |
1437 |
client_handle_initial_cookie_of_length_34_body() { |
1657 |
client_handle_initial_cookie_of_length_34_body() { |
1438 |
|
1658 |
|
|
|
1659 |
|
1439 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-34.pkt |
1660 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-34.pkt |
1440 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-34.pkt |
1661 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-34.pkt |
1441 |
} |
1662 |
} |
1442 |
client_handle_initial_cookie_of_length_34_cleanup() { |
1663 |
client_handle_initial_cookie_of_length_34_cleanup() { |
1443 |
restore_sysctls |
1664 |
restore_sysctls |
1444 |
} |
1665 |
} |
|
|
1666 |
|
1445 |
atf_test_case client_handle_initial_cookie_of_length_35 cleanup |
1667 |
atf_test_case client_handle_initial_cookie_of_length_35 cleanup |
1446 |
client_handle_initial_cookie_of_length_35_head() { |
1668 |
client_handle_initial_cookie_of_length_35_head() { |
1447 |
atf_set timeout 10 |
1669 |
atf_set timeout 10 |
Lines 1449-1460
client_handle_initial_cookie_of_length_35_head() {
Link Here
|
1449 |
} |
1671 |
} |
1450 |
client_handle_initial_cookie_of_length_35_body() { |
1672 |
client_handle_initial_cookie_of_length_35_body() { |
1451 |
|
1673 |
|
|
|
1674 |
|
1452 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-35.pkt |
1675 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-35.pkt |
1453 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-35.pkt |
1676 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-35.pkt |
1454 |
} |
1677 |
} |
1455 |
client_handle_initial_cookie_of_length_35_cleanup() { |
1678 |
client_handle_initial_cookie_of_length_35_cleanup() { |
1456 |
restore_sysctls |
1679 |
restore_sysctls |
1457 |
} |
1680 |
} |
|
|
1681 |
|
1458 |
atf_test_case client_handle_initial_cookie_of_length_36 cleanup |
1682 |
atf_test_case client_handle_initial_cookie_of_length_36 cleanup |
1459 |
client_handle_initial_cookie_of_length_36_head() { |
1683 |
client_handle_initial_cookie_of_length_36_head() { |
1460 |
atf_set timeout 10 |
1684 |
atf_set timeout 10 |
Lines 1462-1473
client_handle_initial_cookie_of_length_36_head() {
Link Here
|
1462 |
} |
1686 |
} |
1463 |
client_handle_initial_cookie_of_length_36_body() { |
1687 |
client_handle_initial_cookie_of_length_36_body() { |
1464 |
|
1688 |
|
|
|
1689 |
|
1465 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-36.pkt |
1690 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-36.pkt |
1466 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-36.pkt |
1691 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-36.pkt |
1467 |
} |
1692 |
} |
1468 |
client_handle_initial_cookie_of_length_36_cleanup() { |
1693 |
client_handle_initial_cookie_of_length_36_cleanup() { |
1469 |
restore_sysctls |
1694 |
restore_sysctls |
1470 |
} |
1695 |
} |
|
|
1696 |
|
1471 |
atf_test_case client_handle_initial_cookie_of_length_37 cleanup |
1697 |
atf_test_case client_handle_initial_cookie_of_length_37 cleanup |
1472 |
client_handle_initial_cookie_of_length_37_head() { |
1698 |
client_handle_initial_cookie_of_length_37_head() { |
1473 |
atf_set timeout 10 |
1699 |
atf_set timeout 10 |
Lines 1475-1486
client_handle_initial_cookie_of_length_37_head() {
Link Here
|
1475 |
} |
1701 |
} |
1476 |
client_handle_initial_cookie_of_length_37_body() { |
1702 |
client_handle_initial_cookie_of_length_37_body() { |
1477 |
|
1703 |
|
|
|
1704 |
|
1478 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-37.pkt |
1705 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-37.pkt |
1479 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-37.pkt |
1706 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-37.pkt |
1480 |
} |
1707 |
} |
1481 |
client_handle_initial_cookie_of_length_37_cleanup() { |
1708 |
client_handle_initial_cookie_of_length_37_cleanup() { |
1482 |
restore_sysctls |
1709 |
restore_sysctls |
1483 |
} |
1710 |
} |
|
|
1711 |
|
1484 |
atf_test_case client_handle_initial_cookie_of_length_38 cleanup |
1712 |
atf_test_case client_handle_initial_cookie_of_length_38 cleanup |
1485 |
client_handle_initial_cookie_of_length_38_head() { |
1713 |
client_handle_initial_cookie_of_length_38_head() { |
1486 |
atf_set timeout 10 |
1714 |
atf_set timeout 10 |
Lines 1488-1499
client_handle_initial_cookie_of_length_38_head() {
Link Here
|
1488 |
} |
1716 |
} |
1489 |
client_handle_initial_cookie_of_length_38_body() { |
1717 |
client_handle_initial_cookie_of_length_38_body() { |
1490 |
|
1718 |
|
|
|
1719 |
|
1491 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-38.pkt |
1720 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-38.pkt |
1492 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-38.pkt |
1721 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-initial-cookie-of-length-38.pkt |
1493 |
} |
1722 |
} |
1494 |
client_handle_initial_cookie_of_length_38_cleanup() { |
1723 |
client_handle_initial_cookie_of_length_38_cleanup() { |
1495 |
restore_sysctls |
1724 |
restore_sysctls |
1496 |
} |
1725 |
} |
|
|
1726 |
|
1497 |
atf_test_case client_handle_server_not_supporting_fast_open cleanup |
1727 |
atf_test_case client_handle_server_not_supporting_fast_open cleanup |
1498 |
client_handle_server_not_supporting_fast_open_head() { |
1728 |
client_handle_server_not_supporting_fast_open_head() { |
1499 |
atf_set timeout 10 |
1729 |
atf_set timeout 10 |
Lines 1501-1525
client_handle_server_not_supporting_fast_open_head() {
Link Here
|
1501 |
} |
1731 |
} |
1502 |
client_handle_server_not_supporting_fast_open_body() { |
1732 |
client_handle_server_not_supporting_fast_open_body() { |
1503 |
|
1733 |
|
|
|
1734 |
|
1504 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-server-not-supporting-fast-open.pkt |
1735 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-handle-server-not-supporting-fast-open.pkt |
1505 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-handle-server-not-supporting-fast-open.pkt |
1736 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-handle-server-not-supporting-fast-open.pkt |
1506 |
} |
1737 |
} |
1507 |
client_handle_server_not_supporting_fast_open_cleanup() { |
1738 |
client_handle_server_not_supporting_fast_open_cleanup() { |
1508 |
restore_sysctls |
1739 |
restore_sysctls |
1509 |
} |
1740 |
} |
|
|
1741 |
|
1510 |
atf_test_case client_server_not_updating_cookie cleanup |
1742 |
atf_test_case client_server_not_updating_cookie cleanup |
1511 |
client_server_not_updating_cookie_head() { |
1743 |
client_server_not_updating_cookie_head() { |
1512 |
atf_set timeout 10 |
1744 |
atf_set timeout 10 |
1513 |
atf_set require.config allow_sysctl_side_effects |
1745 |
atf_set require.config allow_sysctl_side_effects |
1514 |
} |
1746 |
} |
1515 |
client_server_not_updating_cookie_body() { |
1747 |
client_server_not_updating_cookie_body() { |
|
|
1748 |
atf_expect_fail "Bug." |
1516 |
|
1749 |
|
1517 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-server-not-updating-cookie.pkt |
1750 |
save_sysctls /usr/local/share/tcptestsuite/fast-open/client/client-server-not-updating-cookie.pkt |
1518 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/fast-open/client/client-server-not-updating-cookie.pkt |
1751 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/fast-open/client/client-server-not-updating-cookie.pkt |
1519 |
} |
1752 |
} |
1520 |
client_server_not_updating_cookie_cleanup() { |
1753 |
client_server_not_updating_cookie_cleanup() { |
1521 |
restore_sysctls |
1754 |
restore_sysctls |
1522 |
} |
1755 |
} |
|
|
1756 |
|
1523 |
atf_test_case overlapping_050_075 cleanup |
1757 |
atf_test_case overlapping_050_075 cleanup |
1524 |
overlapping_050_075_head() { |
1758 |
overlapping_050_075_head() { |
1525 |
atf_set timeout 10 |
1759 |
atf_set timeout 10 |
Lines 1527-1538
overlapping_050_075_head() {
Link Here
|
1527 |
} |
1761 |
} |
1528 |
overlapping_050_075_body() { |
1762 |
overlapping_050_075_body() { |
1529 |
|
1763 |
|
|
|
1764 |
|
1530 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-075.pkt |
1765 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-075.pkt |
1531 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-075.pkt |
1766 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-075.pkt |
1532 |
} |
1767 |
} |
1533 |
overlapping_050_075_cleanup() { |
1768 |
overlapping_050_075_cleanup() { |
1534 |
restore_sysctls |
1769 |
restore_sysctls |
1535 |
} |
1770 |
} |
|
|
1771 |
|
1536 |
atf_test_case overlapping_050_100 cleanup |
1772 |
atf_test_case overlapping_050_100 cleanup |
1537 |
overlapping_050_100_head() { |
1773 |
overlapping_050_100_head() { |
1538 |
atf_set timeout 10 |
1774 |
atf_set timeout 10 |
Lines 1540-1551
overlapping_050_100_head() {
Link Here
|
1540 |
} |
1776 |
} |
1541 |
overlapping_050_100_body() { |
1777 |
overlapping_050_100_body() { |
1542 |
|
1778 |
|
|
|
1779 |
|
1543 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-100.pkt |
1780 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-100.pkt |
1544 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-100.pkt |
1781 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-100.pkt |
1545 |
} |
1782 |
} |
1546 |
overlapping_050_100_cleanup() { |
1783 |
overlapping_050_100_cleanup() { |
1547 |
restore_sysctls |
1784 |
restore_sysctls |
1548 |
} |
1785 |
} |
|
|
1786 |
|
1549 |
atf_test_case overlapping_050_150 cleanup |
1787 |
atf_test_case overlapping_050_150 cleanup |
1550 |
overlapping_050_150_head() { |
1788 |
overlapping_050_150_head() { |
1551 |
atf_set timeout 10 |
1789 |
atf_set timeout 10 |
Lines 1553-1564
overlapping_050_150_head() {
Link Here
|
1553 |
} |
1791 |
} |
1554 |
overlapping_050_150_body() { |
1792 |
overlapping_050_150_body() { |
1555 |
|
1793 |
|
|
|
1794 |
|
1556 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-150.pkt |
1795 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-150.pkt |
1557 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-150.pkt |
1796 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-150.pkt |
1558 |
} |
1797 |
} |
1559 |
overlapping_050_150_cleanup() { |
1798 |
overlapping_050_150_cleanup() { |
1560 |
restore_sysctls |
1799 |
restore_sysctls |
1561 |
} |
1800 |
} |
|
|
1801 |
|
1562 |
atf_test_case overlapping_050_200 cleanup |
1802 |
atf_test_case overlapping_050_200 cleanup |
1563 |
overlapping_050_200_head() { |
1803 |
overlapping_050_200_head() { |
1564 |
atf_set timeout 10 |
1804 |
atf_set timeout 10 |
Lines 1566-1577
overlapping_050_200_head() {
Link Here
|
1566 |
} |
1806 |
} |
1567 |
overlapping_050_200_body() { |
1807 |
overlapping_050_200_body() { |
1568 |
|
1808 |
|
|
|
1809 |
|
1569 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-200.pkt |
1810 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-200.pkt |
1570 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-200.pkt |
1811 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-200.pkt |
1571 |
} |
1812 |
} |
1572 |
overlapping_050_200_cleanup() { |
1813 |
overlapping_050_200_cleanup() { |
1573 |
restore_sysctls |
1814 |
restore_sysctls |
1574 |
} |
1815 |
} |
|
|
1816 |
|
1575 |
atf_test_case overlapping_050_275 cleanup |
1817 |
atf_test_case overlapping_050_275 cleanup |
1576 |
overlapping_050_275_head() { |
1818 |
overlapping_050_275_head() { |
1577 |
atf_set timeout 10 |
1819 |
atf_set timeout 10 |
Lines 1579-1590
overlapping_050_275_head() {
Link Here
|
1579 |
} |
1821 |
} |
1580 |
overlapping_050_275_body() { |
1822 |
overlapping_050_275_body() { |
1581 |
|
1823 |
|
|
|
1824 |
|
1582 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-275.pkt |
1825 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-275.pkt |
1583 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-275.pkt |
1826 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-275.pkt |
1584 |
} |
1827 |
} |
1585 |
overlapping_050_275_cleanup() { |
1828 |
overlapping_050_275_cleanup() { |
1586 |
restore_sysctls |
1829 |
restore_sysctls |
1587 |
} |
1830 |
} |
|
|
1831 |
|
1588 |
atf_test_case overlapping_050_300 cleanup |
1832 |
atf_test_case overlapping_050_300 cleanup |
1589 |
overlapping_050_300_head() { |
1833 |
overlapping_050_300_head() { |
1590 |
atf_set timeout 10 |
1834 |
atf_set timeout 10 |
Lines 1592-1603
overlapping_050_300_head() {
Link Here
|
1592 |
} |
1836 |
} |
1593 |
overlapping_050_300_body() { |
1837 |
overlapping_050_300_body() { |
1594 |
|
1838 |
|
|
|
1839 |
|
1595 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-300.pkt |
1840 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-300.pkt |
1596 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-300.pkt |
1841 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-300.pkt |
1597 |
} |
1842 |
} |
1598 |
overlapping_050_300_cleanup() { |
1843 |
overlapping_050_300_cleanup() { |
1599 |
restore_sysctls |
1844 |
restore_sysctls |
1600 |
} |
1845 |
} |
|
|
1846 |
|
1601 |
atf_test_case overlapping_050_350 cleanup |
1847 |
atf_test_case overlapping_050_350 cleanup |
1602 |
overlapping_050_350_head() { |
1848 |
overlapping_050_350_head() { |
1603 |
atf_set timeout 10 |
1849 |
atf_set timeout 10 |
Lines 1605-1616
overlapping_050_350_head() {
Link Here
|
1605 |
} |
1851 |
} |
1606 |
overlapping_050_350_body() { |
1852 |
overlapping_050_350_body() { |
1607 |
|
1853 |
|
|
|
1854 |
|
1608 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-350.pkt |
1855 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-350.pkt |
1609 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-350.pkt |
1856 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-350.pkt |
1610 |
} |
1857 |
} |
1611 |
overlapping_050_350_cleanup() { |
1858 |
overlapping_050_350_cleanup() { |
1612 |
restore_sysctls |
1859 |
restore_sysctls |
1613 |
} |
1860 |
} |
|
|
1861 |
|
1614 |
atf_test_case overlapping_050_400 cleanup |
1862 |
atf_test_case overlapping_050_400 cleanup |
1615 |
overlapping_050_400_head() { |
1863 |
overlapping_050_400_head() { |
1616 |
atf_set timeout 10 |
1864 |
atf_set timeout 10 |
Lines 1618-1629
overlapping_050_400_head() {
Link Here
|
1618 |
} |
1866 |
} |
1619 |
overlapping_050_400_body() { |
1867 |
overlapping_050_400_body() { |
1620 |
|
1868 |
|
|
|
1869 |
|
1621 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-400.pkt |
1870 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-400.pkt |
1622 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-400.pkt |
1871 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-400.pkt |
1623 |
} |
1872 |
} |
1624 |
overlapping_050_400_cleanup() { |
1873 |
overlapping_050_400_cleanup() { |
1625 |
restore_sysctls |
1874 |
restore_sysctls |
1626 |
} |
1875 |
} |
|
|
1876 |
|
1627 |
atf_test_case overlapping_050_475 cleanup |
1877 |
atf_test_case overlapping_050_475 cleanup |
1628 |
overlapping_050_475_head() { |
1878 |
overlapping_050_475_head() { |
1629 |
atf_set timeout 10 |
1879 |
atf_set timeout 10 |
Lines 1631-1642
overlapping_050_475_head() {
Link Here
|
1631 |
} |
1881 |
} |
1632 |
overlapping_050_475_body() { |
1882 |
overlapping_050_475_body() { |
1633 |
|
1883 |
|
|
|
1884 |
|
1634 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-475.pkt |
1885 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-475.pkt |
1635 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-475.pkt |
1886 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-475.pkt |
1636 |
} |
1887 |
} |
1637 |
overlapping_050_475_cleanup() { |
1888 |
overlapping_050_475_cleanup() { |
1638 |
restore_sysctls |
1889 |
restore_sysctls |
1639 |
} |
1890 |
} |
|
|
1891 |
|
1640 |
atf_test_case overlapping_050_500 cleanup |
1892 |
atf_test_case overlapping_050_500 cleanup |
1641 |
overlapping_050_500_head() { |
1893 |
overlapping_050_500_head() { |
1642 |
atf_set timeout 10 |
1894 |
atf_set timeout 10 |
Lines 1644-1655
overlapping_050_500_head() {
Link Here
|
1644 |
} |
1896 |
} |
1645 |
overlapping_050_500_body() { |
1897 |
overlapping_050_500_body() { |
1646 |
|
1898 |
|
|
|
1899 |
|
1647 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-500.pkt |
1900 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-500.pkt |
1648 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-500.pkt |
1901 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-500.pkt |
1649 |
} |
1902 |
} |
1650 |
overlapping_050_500_cleanup() { |
1903 |
overlapping_050_500_cleanup() { |
1651 |
restore_sysctls |
1904 |
restore_sysctls |
1652 |
} |
1905 |
} |
|
|
1906 |
|
1653 |
atf_test_case overlapping_050_550 cleanup |
1907 |
atf_test_case overlapping_050_550 cleanup |
1654 |
overlapping_050_550_head() { |
1908 |
overlapping_050_550_head() { |
1655 |
atf_set timeout 10 |
1909 |
atf_set timeout 10 |
Lines 1657-1668
overlapping_050_550_head() {
Link Here
|
1657 |
} |
1911 |
} |
1658 |
overlapping_050_550_body() { |
1912 |
overlapping_050_550_body() { |
1659 |
|
1913 |
|
|
|
1914 |
|
1660 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-550.pkt |
1915 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-550.pkt |
1661 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-550.pkt |
1916 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-550.pkt |
1662 |
} |
1917 |
} |
1663 |
overlapping_050_550_cleanup() { |
1918 |
overlapping_050_550_cleanup() { |
1664 |
restore_sysctls |
1919 |
restore_sysctls |
1665 |
} |
1920 |
} |
|
|
1921 |
|
1666 |
atf_test_case overlapping_050_600 cleanup |
1922 |
atf_test_case overlapping_050_600 cleanup |
1667 |
overlapping_050_600_head() { |
1923 |
overlapping_050_600_head() { |
1668 |
atf_set timeout 10 |
1924 |
atf_set timeout 10 |
Lines 1670-1681
overlapping_050_600_head() {
Link Here
|
1670 |
} |
1926 |
} |
1671 |
overlapping_050_600_body() { |
1927 |
overlapping_050_600_body() { |
1672 |
|
1928 |
|
|
|
1929 |
|
1673 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-600.pkt |
1930 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-600.pkt |
1674 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-600.pkt |
1931 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-600.pkt |
1675 |
} |
1932 |
} |
1676 |
overlapping_050_600_cleanup() { |
1933 |
overlapping_050_600_cleanup() { |
1677 |
restore_sysctls |
1934 |
restore_sysctls |
1678 |
} |
1935 |
} |
|
|
1936 |
|
1679 |
atf_test_case overlapping_050_675 cleanup |
1937 |
atf_test_case overlapping_050_675 cleanup |
1680 |
overlapping_050_675_head() { |
1938 |
overlapping_050_675_head() { |
1681 |
atf_set timeout 10 |
1939 |
atf_set timeout 10 |
Lines 1683-1694
overlapping_050_675_head() {
Link Here
|
1683 |
} |
1941 |
} |
1684 |
overlapping_050_675_body() { |
1942 |
overlapping_050_675_body() { |
1685 |
|
1943 |
|
|
|
1944 |
|
1686 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-675.pkt |
1945 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-675.pkt |
1687 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-675.pkt |
1946 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-675.pkt |
1688 |
} |
1947 |
} |
1689 |
overlapping_050_675_cleanup() { |
1948 |
overlapping_050_675_cleanup() { |
1690 |
restore_sysctls |
1949 |
restore_sysctls |
1691 |
} |
1950 |
} |
|
|
1951 |
|
1692 |
atf_test_case overlapping_050_700 cleanup |
1952 |
atf_test_case overlapping_050_700 cleanup |
1693 |
overlapping_050_700_head() { |
1953 |
overlapping_050_700_head() { |
1694 |
atf_set timeout 10 |
1954 |
atf_set timeout 10 |
Lines 1696-1707
overlapping_050_700_head() {
Link Here
|
1696 |
} |
1956 |
} |
1697 |
overlapping_050_700_body() { |
1957 |
overlapping_050_700_body() { |
1698 |
|
1958 |
|
|
|
1959 |
|
1699 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-700.pkt |
1960 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-700.pkt |
1700 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-700.pkt |
1961 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-050-700.pkt |
1701 |
} |
1962 |
} |
1702 |
overlapping_050_700_cleanup() { |
1963 |
overlapping_050_700_cleanup() { |
1703 |
restore_sysctls |
1964 |
restore_sysctls |
1704 |
} |
1965 |
} |
|
|
1966 |
|
1705 |
atf_test_case overlapping_100_150 cleanup |
1967 |
atf_test_case overlapping_100_150 cleanup |
1706 |
overlapping_100_150_head() { |
1968 |
overlapping_100_150_head() { |
1707 |
atf_set timeout 10 |
1969 |
atf_set timeout 10 |
Lines 1709-1720
overlapping_100_150_head() {
Link Here
|
1709 |
} |
1971 |
} |
1710 |
overlapping_100_150_body() { |
1972 |
overlapping_100_150_body() { |
1711 |
|
1973 |
|
|
|
1974 |
|
1712 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-150.pkt |
1975 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-150.pkt |
1713 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-150.pkt |
1976 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-150.pkt |
1714 |
} |
1977 |
} |
1715 |
overlapping_100_150_cleanup() { |
1978 |
overlapping_100_150_cleanup() { |
1716 |
restore_sysctls |
1979 |
restore_sysctls |
1717 |
} |
1980 |
} |
|
|
1981 |
|
1718 |
atf_test_case overlapping_100_200 cleanup |
1982 |
atf_test_case overlapping_100_200 cleanup |
1719 |
overlapping_100_200_head() { |
1983 |
overlapping_100_200_head() { |
1720 |
atf_set timeout 10 |
1984 |
atf_set timeout 10 |
Lines 1722-1733
overlapping_100_200_head() {
Link Here
|
1722 |
} |
1986 |
} |
1723 |
overlapping_100_200_body() { |
1987 |
overlapping_100_200_body() { |
1724 |
|
1988 |
|
|
|
1989 |
|
1725 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-200.pkt |
1990 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-200.pkt |
1726 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-200.pkt |
1991 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-200.pkt |
1727 |
} |
1992 |
} |
1728 |
overlapping_100_200_cleanup() { |
1993 |
overlapping_100_200_cleanup() { |
1729 |
restore_sysctls |
1994 |
restore_sysctls |
1730 |
} |
1995 |
} |
|
|
1996 |
|
1731 |
atf_test_case overlapping_100_275 cleanup |
1997 |
atf_test_case overlapping_100_275 cleanup |
1732 |
overlapping_100_275_head() { |
1998 |
overlapping_100_275_head() { |
1733 |
atf_set timeout 10 |
1999 |
atf_set timeout 10 |
Lines 1735-1746
overlapping_100_275_head() {
Link Here
|
1735 |
} |
2001 |
} |
1736 |
overlapping_100_275_body() { |
2002 |
overlapping_100_275_body() { |
1737 |
|
2003 |
|
|
|
2004 |
|
1738 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-275.pkt |
2005 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-275.pkt |
1739 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-275.pkt |
2006 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-275.pkt |
1740 |
} |
2007 |
} |
1741 |
overlapping_100_275_cleanup() { |
2008 |
overlapping_100_275_cleanup() { |
1742 |
restore_sysctls |
2009 |
restore_sysctls |
1743 |
} |
2010 |
} |
|
|
2011 |
|
1744 |
atf_test_case overlapping_100_300 cleanup |
2012 |
atf_test_case overlapping_100_300 cleanup |
1745 |
overlapping_100_300_head() { |
2013 |
overlapping_100_300_head() { |
1746 |
atf_set timeout 10 |
2014 |
atf_set timeout 10 |
Lines 1748-1759
overlapping_100_300_head() {
Link Here
|
1748 |
} |
2016 |
} |
1749 |
overlapping_100_300_body() { |
2017 |
overlapping_100_300_body() { |
1750 |
|
2018 |
|
|
|
2019 |
|
1751 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-300.pkt |
2020 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-300.pkt |
1752 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-300.pkt |
2021 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-300.pkt |
1753 |
} |
2022 |
} |
1754 |
overlapping_100_300_cleanup() { |
2023 |
overlapping_100_300_cleanup() { |
1755 |
restore_sysctls |
2024 |
restore_sysctls |
1756 |
} |
2025 |
} |
|
|
2026 |
|
1757 |
atf_test_case overlapping_100_350 cleanup |
2027 |
atf_test_case overlapping_100_350 cleanup |
1758 |
overlapping_100_350_head() { |
2028 |
overlapping_100_350_head() { |
1759 |
atf_set timeout 10 |
2029 |
atf_set timeout 10 |
Lines 1761-1772
overlapping_100_350_head() {
Link Here
|
1761 |
} |
2031 |
} |
1762 |
overlapping_100_350_body() { |
2032 |
overlapping_100_350_body() { |
1763 |
|
2033 |
|
|
|
2034 |
|
1764 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-350.pkt |
2035 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-350.pkt |
1765 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-350.pkt |
2036 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-350.pkt |
1766 |
} |
2037 |
} |
1767 |
overlapping_100_350_cleanup() { |
2038 |
overlapping_100_350_cleanup() { |
1768 |
restore_sysctls |
2039 |
restore_sysctls |
1769 |
} |
2040 |
} |
|
|
2041 |
|
1770 |
atf_test_case overlapping_100_400 cleanup |
2042 |
atf_test_case overlapping_100_400 cleanup |
1771 |
overlapping_100_400_head() { |
2043 |
overlapping_100_400_head() { |
1772 |
atf_set timeout 10 |
2044 |
atf_set timeout 10 |
Lines 1774-1785
overlapping_100_400_head() {
Link Here
|
1774 |
} |
2046 |
} |
1775 |
overlapping_100_400_body() { |
2047 |
overlapping_100_400_body() { |
1776 |
|
2048 |
|
|
|
2049 |
|
1777 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-400.pkt |
2050 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-400.pkt |
1778 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-400.pkt |
2051 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-400.pkt |
1779 |
} |
2052 |
} |
1780 |
overlapping_100_400_cleanup() { |
2053 |
overlapping_100_400_cleanup() { |
1781 |
restore_sysctls |
2054 |
restore_sysctls |
1782 |
} |
2055 |
} |
|
|
2056 |
|
1783 |
atf_test_case overlapping_100_475 cleanup |
2057 |
atf_test_case overlapping_100_475 cleanup |
1784 |
overlapping_100_475_head() { |
2058 |
overlapping_100_475_head() { |
1785 |
atf_set timeout 10 |
2059 |
atf_set timeout 10 |
Lines 1787-1798
overlapping_100_475_head() {
Link Here
|
1787 |
} |
2061 |
} |
1788 |
overlapping_100_475_body() { |
2062 |
overlapping_100_475_body() { |
1789 |
|
2063 |
|
|
|
2064 |
|
1790 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-475.pkt |
2065 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-475.pkt |
1791 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-475.pkt |
2066 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-475.pkt |
1792 |
} |
2067 |
} |
1793 |
overlapping_100_475_cleanup() { |
2068 |
overlapping_100_475_cleanup() { |
1794 |
restore_sysctls |
2069 |
restore_sysctls |
1795 |
} |
2070 |
} |
|
|
2071 |
|
1796 |
atf_test_case overlapping_100_500 cleanup |
2072 |
atf_test_case overlapping_100_500 cleanup |
1797 |
overlapping_100_500_head() { |
2073 |
overlapping_100_500_head() { |
1798 |
atf_set timeout 10 |
2074 |
atf_set timeout 10 |
Lines 1800-1811
overlapping_100_500_head() {
Link Here
|
1800 |
} |
2076 |
} |
1801 |
overlapping_100_500_body() { |
2077 |
overlapping_100_500_body() { |
1802 |
|
2078 |
|
|
|
2079 |
|
1803 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-500.pkt |
2080 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-500.pkt |
1804 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-500.pkt |
2081 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-500.pkt |
1805 |
} |
2082 |
} |
1806 |
overlapping_100_500_cleanup() { |
2083 |
overlapping_100_500_cleanup() { |
1807 |
restore_sysctls |
2084 |
restore_sysctls |
1808 |
} |
2085 |
} |
|
|
2086 |
|
1809 |
atf_test_case overlapping_100_550 cleanup |
2087 |
atf_test_case overlapping_100_550 cleanup |
1810 |
overlapping_100_550_head() { |
2088 |
overlapping_100_550_head() { |
1811 |
atf_set timeout 10 |
2089 |
atf_set timeout 10 |
Lines 1813-1824
overlapping_100_550_head() {
Link Here
|
1813 |
} |
2091 |
} |
1814 |
overlapping_100_550_body() { |
2092 |
overlapping_100_550_body() { |
1815 |
|
2093 |
|
|
|
2094 |
|
1816 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-550.pkt |
2095 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-550.pkt |
1817 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-550.pkt |
2096 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-550.pkt |
1818 |
} |
2097 |
} |
1819 |
overlapping_100_550_cleanup() { |
2098 |
overlapping_100_550_cleanup() { |
1820 |
restore_sysctls |
2099 |
restore_sysctls |
1821 |
} |
2100 |
} |
|
|
2101 |
|
1822 |
atf_test_case overlapping_100_600 cleanup |
2102 |
atf_test_case overlapping_100_600 cleanup |
1823 |
overlapping_100_600_head() { |
2103 |
overlapping_100_600_head() { |
1824 |
atf_set timeout 10 |
2104 |
atf_set timeout 10 |
Lines 1826-1837
overlapping_100_600_head() {
Link Here
|
1826 |
} |
2106 |
} |
1827 |
overlapping_100_600_body() { |
2107 |
overlapping_100_600_body() { |
1828 |
|
2108 |
|
|
|
2109 |
|
1829 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-600.pkt |
2110 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-600.pkt |
1830 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-600.pkt |
2111 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-600.pkt |
1831 |
} |
2112 |
} |
1832 |
overlapping_100_600_cleanup() { |
2113 |
overlapping_100_600_cleanup() { |
1833 |
restore_sysctls |
2114 |
restore_sysctls |
1834 |
} |
2115 |
} |
|
|
2116 |
|
1835 |
atf_test_case overlapping_100_675 cleanup |
2117 |
atf_test_case overlapping_100_675 cleanup |
1836 |
overlapping_100_675_head() { |
2118 |
overlapping_100_675_head() { |
1837 |
atf_set timeout 10 |
2119 |
atf_set timeout 10 |
Lines 1839-1850
overlapping_100_675_head() {
Link Here
|
1839 |
} |
2121 |
} |
1840 |
overlapping_100_675_body() { |
2122 |
overlapping_100_675_body() { |
1841 |
|
2123 |
|
|
|
2124 |
|
1842 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-675.pkt |
2125 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-675.pkt |
1843 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-675.pkt |
2126 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-675.pkt |
1844 |
} |
2127 |
} |
1845 |
overlapping_100_675_cleanup() { |
2128 |
overlapping_100_675_cleanup() { |
1846 |
restore_sysctls |
2129 |
restore_sysctls |
1847 |
} |
2130 |
} |
|
|
2131 |
|
1848 |
atf_test_case overlapping_100_700 cleanup |
2132 |
atf_test_case overlapping_100_700 cleanup |
1849 |
overlapping_100_700_head() { |
2133 |
overlapping_100_700_head() { |
1850 |
atf_set timeout 10 |
2134 |
atf_set timeout 10 |
Lines 1852-1863
overlapping_100_700_head() {
Link Here
|
1852 |
} |
2136 |
} |
1853 |
overlapping_100_700_body() { |
2137 |
overlapping_100_700_body() { |
1854 |
|
2138 |
|
|
|
2139 |
|
1855 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-700.pkt |
2140 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-700.pkt |
1856 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-700.pkt |
2141 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-100-700.pkt |
1857 |
} |
2142 |
} |
1858 |
overlapping_100_700_cleanup() { |
2143 |
overlapping_100_700_cleanup() { |
1859 |
restore_sysctls |
2144 |
restore_sysctls |
1860 |
} |
2145 |
} |
|
|
2146 |
|
1861 |
atf_test_case overlapping_150_200 cleanup |
2147 |
atf_test_case overlapping_150_200 cleanup |
1862 |
overlapping_150_200_head() { |
2148 |
overlapping_150_200_head() { |
1863 |
atf_set timeout 10 |
2149 |
atf_set timeout 10 |
Lines 1865-1876
overlapping_150_200_head() {
Link Here
|
1865 |
} |
2151 |
} |
1866 |
overlapping_150_200_body() { |
2152 |
overlapping_150_200_body() { |
1867 |
|
2153 |
|
|
|
2154 |
|
1868 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-200.pkt |
2155 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-200.pkt |
1869 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-200.pkt |
2156 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-200.pkt |
1870 |
} |
2157 |
} |
1871 |
overlapping_150_200_cleanup() { |
2158 |
overlapping_150_200_cleanup() { |
1872 |
restore_sysctls |
2159 |
restore_sysctls |
1873 |
} |
2160 |
} |
|
|
2161 |
|
1874 |
atf_test_case overlapping_150_275 cleanup |
2162 |
atf_test_case overlapping_150_275 cleanup |
1875 |
overlapping_150_275_head() { |
2163 |
overlapping_150_275_head() { |
1876 |
atf_set timeout 10 |
2164 |
atf_set timeout 10 |
Lines 1878-1889
overlapping_150_275_head() {
Link Here
|
1878 |
} |
2166 |
} |
1879 |
overlapping_150_275_body() { |
2167 |
overlapping_150_275_body() { |
1880 |
|
2168 |
|
|
|
2169 |
|
1881 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-275.pkt |
2170 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-275.pkt |
1882 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-275.pkt |
2171 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-275.pkt |
1883 |
} |
2172 |
} |
1884 |
overlapping_150_275_cleanup() { |
2173 |
overlapping_150_275_cleanup() { |
1885 |
restore_sysctls |
2174 |
restore_sysctls |
1886 |
} |
2175 |
} |
|
|
2176 |
|
1887 |
atf_test_case overlapping_150_300 cleanup |
2177 |
atf_test_case overlapping_150_300 cleanup |
1888 |
overlapping_150_300_head() { |
2178 |
overlapping_150_300_head() { |
1889 |
atf_set timeout 10 |
2179 |
atf_set timeout 10 |
Lines 1891-1902
overlapping_150_300_head() {
Link Here
|
1891 |
} |
2181 |
} |
1892 |
overlapping_150_300_body() { |
2182 |
overlapping_150_300_body() { |
1893 |
|
2183 |
|
|
|
2184 |
|
1894 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-300.pkt |
2185 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-300.pkt |
1895 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-300.pkt |
2186 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-300.pkt |
1896 |
} |
2187 |
} |
1897 |
overlapping_150_300_cleanup() { |
2188 |
overlapping_150_300_cleanup() { |
1898 |
restore_sysctls |
2189 |
restore_sysctls |
1899 |
} |
2190 |
} |
|
|
2191 |
|
1900 |
atf_test_case overlapping_150_350 cleanup |
2192 |
atf_test_case overlapping_150_350 cleanup |
1901 |
overlapping_150_350_head() { |
2193 |
overlapping_150_350_head() { |
1902 |
atf_set timeout 10 |
2194 |
atf_set timeout 10 |
Lines 1904-1915
overlapping_150_350_head() {
Link Here
|
1904 |
} |
2196 |
} |
1905 |
overlapping_150_350_body() { |
2197 |
overlapping_150_350_body() { |
1906 |
|
2198 |
|
|
|
2199 |
|
1907 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-350.pkt |
2200 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-350.pkt |
1908 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-350.pkt |
2201 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-350.pkt |
1909 |
} |
2202 |
} |
1910 |
overlapping_150_350_cleanup() { |
2203 |
overlapping_150_350_cleanup() { |
1911 |
restore_sysctls |
2204 |
restore_sysctls |
1912 |
} |
2205 |
} |
|
|
2206 |
|
1913 |
atf_test_case overlapping_150_400 cleanup |
2207 |
atf_test_case overlapping_150_400 cleanup |
1914 |
overlapping_150_400_head() { |
2208 |
overlapping_150_400_head() { |
1915 |
atf_set timeout 10 |
2209 |
atf_set timeout 10 |
Lines 1917-1928
overlapping_150_400_head() {
Link Here
|
1917 |
} |
2211 |
} |
1918 |
overlapping_150_400_body() { |
2212 |
overlapping_150_400_body() { |
1919 |
|
2213 |
|
|
|
2214 |
|
1920 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-400.pkt |
2215 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-400.pkt |
1921 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-400.pkt |
2216 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-400.pkt |
1922 |
} |
2217 |
} |
1923 |
overlapping_150_400_cleanup() { |
2218 |
overlapping_150_400_cleanup() { |
1924 |
restore_sysctls |
2219 |
restore_sysctls |
1925 |
} |
2220 |
} |
|
|
2221 |
|
1926 |
atf_test_case overlapping_150_475 cleanup |
2222 |
atf_test_case overlapping_150_475 cleanup |
1927 |
overlapping_150_475_head() { |
2223 |
overlapping_150_475_head() { |
1928 |
atf_set timeout 10 |
2224 |
atf_set timeout 10 |
Lines 1930-1941
overlapping_150_475_head() {
Link Here
|
1930 |
} |
2226 |
} |
1931 |
overlapping_150_475_body() { |
2227 |
overlapping_150_475_body() { |
1932 |
|
2228 |
|
|
|
2229 |
|
1933 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-475.pkt |
2230 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-475.pkt |
1934 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-475.pkt |
2231 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-475.pkt |
1935 |
} |
2232 |
} |
1936 |
overlapping_150_475_cleanup() { |
2233 |
overlapping_150_475_cleanup() { |
1937 |
restore_sysctls |
2234 |
restore_sysctls |
1938 |
} |
2235 |
} |
|
|
2236 |
|
1939 |
atf_test_case overlapping_150_500 cleanup |
2237 |
atf_test_case overlapping_150_500 cleanup |
1940 |
overlapping_150_500_head() { |
2238 |
overlapping_150_500_head() { |
1941 |
atf_set timeout 10 |
2239 |
atf_set timeout 10 |
Lines 1943-1954
overlapping_150_500_head() {
Link Here
|
1943 |
} |
2241 |
} |
1944 |
overlapping_150_500_body() { |
2242 |
overlapping_150_500_body() { |
1945 |
|
2243 |
|
|
|
2244 |
|
1946 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-500.pkt |
2245 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-500.pkt |
1947 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-500.pkt |
2246 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-500.pkt |
1948 |
} |
2247 |
} |
1949 |
overlapping_150_500_cleanup() { |
2248 |
overlapping_150_500_cleanup() { |
1950 |
restore_sysctls |
2249 |
restore_sysctls |
1951 |
} |
2250 |
} |
|
|
2251 |
|
1952 |
atf_test_case overlapping_150_550 cleanup |
2252 |
atf_test_case overlapping_150_550 cleanup |
1953 |
overlapping_150_550_head() { |
2253 |
overlapping_150_550_head() { |
1954 |
atf_set timeout 10 |
2254 |
atf_set timeout 10 |
Lines 1956-1967
overlapping_150_550_head() {
Link Here
|
1956 |
} |
2256 |
} |
1957 |
overlapping_150_550_body() { |
2257 |
overlapping_150_550_body() { |
1958 |
|
2258 |
|
|
|
2259 |
|
1959 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-550.pkt |
2260 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-550.pkt |
1960 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-550.pkt |
2261 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-550.pkt |
1961 |
} |
2262 |
} |
1962 |
overlapping_150_550_cleanup() { |
2263 |
overlapping_150_550_cleanup() { |
1963 |
restore_sysctls |
2264 |
restore_sysctls |
1964 |
} |
2265 |
} |
|
|
2266 |
|
1965 |
atf_test_case overlapping_150_600 cleanup |
2267 |
atf_test_case overlapping_150_600 cleanup |
1966 |
overlapping_150_600_head() { |
2268 |
overlapping_150_600_head() { |
1967 |
atf_set timeout 10 |
2269 |
atf_set timeout 10 |
Lines 1969-1980
overlapping_150_600_head() {
Link Here
|
1969 |
} |
2271 |
} |
1970 |
overlapping_150_600_body() { |
2272 |
overlapping_150_600_body() { |
1971 |
|
2273 |
|
|
|
2274 |
|
1972 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-600.pkt |
2275 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-600.pkt |
1973 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-600.pkt |
2276 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-600.pkt |
1974 |
} |
2277 |
} |
1975 |
overlapping_150_600_cleanup() { |
2278 |
overlapping_150_600_cleanup() { |
1976 |
restore_sysctls |
2279 |
restore_sysctls |
1977 |
} |
2280 |
} |
|
|
2281 |
|
1978 |
atf_test_case overlapping_150_675 cleanup |
2282 |
atf_test_case overlapping_150_675 cleanup |
1979 |
overlapping_150_675_head() { |
2283 |
overlapping_150_675_head() { |
1980 |
atf_set timeout 10 |
2284 |
atf_set timeout 10 |
Lines 1982-1993
overlapping_150_675_head() {
Link Here
|
1982 |
} |
2286 |
} |
1983 |
overlapping_150_675_body() { |
2287 |
overlapping_150_675_body() { |
1984 |
|
2288 |
|
|
|
2289 |
|
1985 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-675.pkt |
2290 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-675.pkt |
1986 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-675.pkt |
2291 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-675.pkt |
1987 |
} |
2292 |
} |
1988 |
overlapping_150_675_cleanup() { |
2293 |
overlapping_150_675_cleanup() { |
1989 |
restore_sysctls |
2294 |
restore_sysctls |
1990 |
} |
2295 |
} |
|
|
2296 |
|
1991 |
atf_test_case overlapping_150_700 cleanup |
2297 |
atf_test_case overlapping_150_700 cleanup |
1992 |
overlapping_150_700_head() { |
2298 |
overlapping_150_700_head() { |
1993 |
atf_set timeout 10 |
2299 |
atf_set timeout 10 |
Lines 1995-2006
overlapping_150_700_head() {
Link Here
|
1995 |
} |
2301 |
} |
1996 |
overlapping_150_700_body() { |
2302 |
overlapping_150_700_body() { |
1997 |
|
2303 |
|
|
|
2304 |
|
1998 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-700.pkt |
2305 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-700.pkt |
1999 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-700.pkt |
2306 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-150-700.pkt |
2000 |
} |
2307 |
} |
2001 |
overlapping_150_700_cleanup() { |
2308 |
overlapping_150_700_cleanup() { |
2002 |
restore_sysctls |
2309 |
restore_sysctls |
2003 |
} |
2310 |
} |
|
|
2311 |
|
2004 |
atf_test_case overlapping_200_275 cleanup |
2312 |
atf_test_case overlapping_200_275 cleanup |
2005 |
overlapping_200_275_head() { |
2313 |
overlapping_200_275_head() { |
2006 |
atf_set timeout 10 |
2314 |
atf_set timeout 10 |
Lines 2008-2019
overlapping_200_275_head() {
Link Here
|
2008 |
} |
2316 |
} |
2009 |
overlapping_200_275_body() { |
2317 |
overlapping_200_275_body() { |
2010 |
|
2318 |
|
|
|
2319 |
|
2011 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-275.pkt |
2320 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-275.pkt |
2012 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-275.pkt |
2321 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-275.pkt |
2013 |
} |
2322 |
} |
2014 |
overlapping_200_275_cleanup() { |
2323 |
overlapping_200_275_cleanup() { |
2015 |
restore_sysctls |
2324 |
restore_sysctls |
2016 |
} |
2325 |
} |
|
|
2326 |
|
2017 |
atf_test_case overlapping_200_300 cleanup |
2327 |
atf_test_case overlapping_200_300 cleanup |
2018 |
overlapping_200_300_head() { |
2328 |
overlapping_200_300_head() { |
2019 |
atf_set timeout 10 |
2329 |
atf_set timeout 10 |
Lines 2021-2032
overlapping_200_300_head() {
Link Here
|
2021 |
} |
2331 |
} |
2022 |
overlapping_200_300_body() { |
2332 |
overlapping_200_300_body() { |
2023 |
|
2333 |
|
|
|
2334 |
|
2024 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-300.pkt |
2335 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-300.pkt |
2025 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-300.pkt |
2336 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-300.pkt |
2026 |
} |
2337 |
} |
2027 |
overlapping_200_300_cleanup() { |
2338 |
overlapping_200_300_cleanup() { |
2028 |
restore_sysctls |
2339 |
restore_sysctls |
2029 |
} |
2340 |
} |
|
|
2341 |
|
2030 |
atf_test_case overlapping_200_32200 cleanup |
2342 |
atf_test_case overlapping_200_32200 cleanup |
2031 |
overlapping_200_32200_head() { |
2343 |
overlapping_200_32200_head() { |
2032 |
atf_set timeout 10 |
2344 |
atf_set timeout 10 |
Lines 2034-2045
overlapping_200_32200_head() {
Link Here
|
2034 |
} |
2346 |
} |
2035 |
overlapping_200_32200_body() { |
2347 |
overlapping_200_32200_body() { |
2036 |
|
2348 |
|
|
|
2349 |
|
2037 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-32200.pkt |
2350 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-32200.pkt |
2038 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-32200.pkt |
2351 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-32200.pkt |
2039 |
} |
2352 |
} |
2040 |
overlapping_200_32200_cleanup() { |
2353 |
overlapping_200_32200_cleanup() { |
2041 |
restore_sysctls |
2354 |
restore_sysctls |
2042 |
} |
2355 |
} |
|
|
2356 |
|
2043 |
atf_test_case overlapping_200_350 cleanup |
2357 |
atf_test_case overlapping_200_350 cleanup |
2044 |
overlapping_200_350_head() { |
2358 |
overlapping_200_350_head() { |
2045 |
atf_set timeout 10 |
2359 |
atf_set timeout 10 |
Lines 2047-2058
overlapping_200_350_head() {
Link Here
|
2047 |
} |
2361 |
} |
2048 |
overlapping_200_350_body() { |
2362 |
overlapping_200_350_body() { |
2049 |
|
2363 |
|
|
|
2364 |
|
2050 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-350.pkt |
2365 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-350.pkt |
2051 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-350.pkt |
2366 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-350.pkt |
2052 |
} |
2367 |
} |
2053 |
overlapping_200_350_cleanup() { |
2368 |
overlapping_200_350_cleanup() { |
2054 |
restore_sysctls |
2369 |
restore_sysctls |
2055 |
} |
2370 |
} |
|
|
2371 |
|
2056 |
atf_test_case overlapping_200_400 cleanup |
2372 |
atf_test_case overlapping_200_400 cleanup |
2057 |
overlapping_200_400_head() { |
2373 |
overlapping_200_400_head() { |
2058 |
atf_set timeout 10 |
2374 |
atf_set timeout 10 |
Lines 2060-2071
overlapping_200_400_head() {
Link Here
|
2060 |
} |
2376 |
} |
2061 |
overlapping_200_400_body() { |
2377 |
overlapping_200_400_body() { |
2062 |
|
2378 |
|
|
|
2379 |
|
2063 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-400.pkt |
2380 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-400.pkt |
2064 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-400.pkt |
2381 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-400.pkt |
2065 |
} |
2382 |
} |
2066 |
overlapping_200_400_cleanup() { |
2383 |
overlapping_200_400_cleanup() { |
2067 |
restore_sysctls |
2384 |
restore_sysctls |
2068 |
} |
2385 |
} |
|
|
2386 |
|
2069 |
atf_test_case overlapping_200_475 cleanup |
2387 |
atf_test_case overlapping_200_475 cleanup |
2070 |
overlapping_200_475_head() { |
2388 |
overlapping_200_475_head() { |
2071 |
atf_set timeout 10 |
2389 |
atf_set timeout 10 |
Lines 2073-2084
overlapping_200_475_head() {
Link Here
|
2073 |
} |
2391 |
} |
2074 |
overlapping_200_475_body() { |
2392 |
overlapping_200_475_body() { |
2075 |
|
2393 |
|
|
|
2394 |
|
2076 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-475.pkt |
2395 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-475.pkt |
2077 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-475.pkt |
2396 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-475.pkt |
2078 |
} |
2397 |
} |
2079 |
overlapping_200_475_cleanup() { |
2398 |
overlapping_200_475_cleanup() { |
2080 |
restore_sysctls |
2399 |
restore_sysctls |
2081 |
} |
2400 |
} |
|
|
2401 |
|
2082 |
atf_test_case overlapping_200_500 cleanup |
2402 |
atf_test_case overlapping_200_500 cleanup |
2083 |
overlapping_200_500_head() { |
2403 |
overlapping_200_500_head() { |
2084 |
atf_set timeout 10 |
2404 |
atf_set timeout 10 |
Lines 2086-2097
overlapping_200_500_head() {
Link Here
|
2086 |
} |
2406 |
} |
2087 |
overlapping_200_500_body() { |
2407 |
overlapping_200_500_body() { |
2088 |
|
2408 |
|
|
|
2409 |
|
2089 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-500.pkt |
2410 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-500.pkt |
2090 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-500.pkt |
2411 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-500.pkt |
2091 |
} |
2412 |
} |
2092 |
overlapping_200_500_cleanup() { |
2413 |
overlapping_200_500_cleanup() { |
2093 |
restore_sysctls |
2414 |
restore_sysctls |
2094 |
} |
2415 |
} |
|
|
2416 |
|
2095 |
atf_test_case overlapping_200_550 cleanup |
2417 |
atf_test_case overlapping_200_550 cleanup |
2096 |
overlapping_200_550_head() { |
2418 |
overlapping_200_550_head() { |
2097 |
atf_set timeout 10 |
2419 |
atf_set timeout 10 |
Lines 2099-2110
overlapping_200_550_head() {
Link Here
|
2099 |
} |
2421 |
} |
2100 |
overlapping_200_550_body() { |
2422 |
overlapping_200_550_body() { |
2101 |
|
2423 |
|
|
|
2424 |
|
2102 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-550.pkt |
2425 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-550.pkt |
2103 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-550.pkt |
2426 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-550.pkt |
2104 |
} |
2427 |
} |
2105 |
overlapping_200_550_cleanup() { |
2428 |
overlapping_200_550_cleanup() { |
2106 |
restore_sysctls |
2429 |
restore_sysctls |
2107 |
} |
2430 |
} |
|
|
2431 |
|
2108 |
atf_test_case overlapping_200_600 cleanup |
2432 |
atf_test_case overlapping_200_600 cleanup |
2109 |
overlapping_200_600_head() { |
2433 |
overlapping_200_600_head() { |
2110 |
atf_set timeout 10 |
2434 |
atf_set timeout 10 |
Lines 2112-2123
overlapping_200_600_head() {
Link Here
|
2112 |
} |
2436 |
} |
2113 |
overlapping_200_600_body() { |
2437 |
overlapping_200_600_body() { |
2114 |
|
2438 |
|
|
|
2439 |
|
2115 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-600.pkt |
2440 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-600.pkt |
2116 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-600.pkt |
2441 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-600.pkt |
2117 |
} |
2442 |
} |
2118 |
overlapping_200_600_cleanup() { |
2443 |
overlapping_200_600_cleanup() { |
2119 |
restore_sysctls |
2444 |
restore_sysctls |
2120 |
} |
2445 |
} |
|
|
2446 |
|
2121 |
atf_test_case overlapping_200_675 cleanup |
2447 |
atf_test_case overlapping_200_675 cleanup |
2122 |
overlapping_200_675_head() { |
2448 |
overlapping_200_675_head() { |
2123 |
atf_set timeout 10 |
2449 |
atf_set timeout 10 |
Lines 2125-2136
overlapping_200_675_head() {
Link Here
|
2125 |
} |
2451 |
} |
2126 |
overlapping_200_675_body() { |
2452 |
overlapping_200_675_body() { |
2127 |
|
2453 |
|
|
|
2454 |
|
2128 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-675.pkt |
2455 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-675.pkt |
2129 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-675.pkt |
2456 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-675.pkt |
2130 |
} |
2457 |
} |
2131 |
overlapping_200_675_cleanup() { |
2458 |
overlapping_200_675_cleanup() { |
2132 |
restore_sysctls |
2459 |
restore_sysctls |
2133 |
} |
2460 |
} |
|
|
2461 |
|
2134 |
atf_test_case overlapping_200_700 cleanup |
2462 |
atf_test_case overlapping_200_700 cleanup |
2135 |
overlapping_200_700_head() { |
2463 |
overlapping_200_700_head() { |
2136 |
atf_set timeout 10 |
2464 |
atf_set timeout 10 |
Lines 2138-2149
overlapping_200_700_head() {
Link Here
|
2138 |
} |
2466 |
} |
2139 |
overlapping_200_700_body() { |
2467 |
overlapping_200_700_body() { |
2140 |
|
2468 |
|
|
|
2469 |
|
2141 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-700.pkt |
2470 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-700.pkt |
2142 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-700.pkt |
2471 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-200-700.pkt |
2143 |
} |
2472 |
} |
2144 |
overlapping_200_700_cleanup() { |
2473 |
overlapping_200_700_cleanup() { |
2145 |
restore_sysctls |
2474 |
restore_sysctls |
2146 |
} |
2475 |
} |
|
|
2476 |
|
2147 |
atf_test_case overlapping_250_275 cleanup |
2477 |
atf_test_case overlapping_250_275 cleanup |
2148 |
overlapping_250_275_head() { |
2478 |
overlapping_250_275_head() { |
2149 |
atf_set timeout 10 |
2479 |
atf_set timeout 10 |
Lines 2151-2162
overlapping_250_275_head() {
Link Here
|
2151 |
} |
2481 |
} |
2152 |
overlapping_250_275_body() { |
2482 |
overlapping_250_275_body() { |
2153 |
|
2483 |
|
|
|
2484 |
|
2154 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-275.pkt |
2485 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-275.pkt |
2155 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-275.pkt |
2486 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-275.pkt |
2156 |
} |
2487 |
} |
2157 |
overlapping_250_275_cleanup() { |
2488 |
overlapping_250_275_cleanup() { |
2158 |
restore_sysctls |
2489 |
restore_sysctls |
2159 |
} |
2490 |
} |
|
|
2491 |
|
2160 |
atf_test_case overlapping_250_300 cleanup |
2492 |
atf_test_case overlapping_250_300 cleanup |
2161 |
overlapping_250_300_head() { |
2493 |
overlapping_250_300_head() { |
2162 |
atf_set timeout 10 |
2494 |
atf_set timeout 10 |
Lines 2164-2175
overlapping_250_300_head() {
Link Here
|
2164 |
} |
2496 |
} |
2165 |
overlapping_250_300_body() { |
2497 |
overlapping_250_300_body() { |
2166 |
|
2498 |
|
|
|
2499 |
|
2167 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-300.pkt |
2500 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-300.pkt |
2168 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-300.pkt |
2501 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-300.pkt |
2169 |
} |
2502 |
} |
2170 |
overlapping_250_300_cleanup() { |
2503 |
overlapping_250_300_cleanup() { |
2171 |
restore_sysctls |
2504 |
restore_sysctls |
2172 |
} |
2505 |
} |
|
|
2506 |
|
2173 |
atf_test_case overlapping_250_350 cleanup |
2507 |
atf_test_case overlapping_250_350 cleanup |
2174 |
overlapping_250_350_head() { |
2508 |
overlapping_250_350_head() { |
2175 |
atf_set timeout 10 |
2509 |
atf_set timeout 10 |
Lines 2177-2188
overlapping_250_350_head() {
Link Here
|
2177 |
} |
2511 |
} |
2178 |
overlapping_250_350_body() { |
2512 |
overlapping_250_350_body() { |
2179 |
|
2513 |
|
|
|
2514 |
|
2180 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-350.pkt |
2515 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-350.pkt |
2181 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-350.pkt |
2516 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-350.pkt |
2182 |
} |
2517 |
} |
2183 |
overlapping_250_350_cleanup() { |
2518 |
overlapping_250_350_cleanup() { |
2184 |
restore_sysctls |
2519 |
restore_sysctls |
2185 |
} |
2520 |
} |
|
|
2521 |
|
2186 |
atf_test_case overlapping_250_400 cleanup |
2522 |
atf_test_case overlapping_250_400 cleanup |
2187 |
overlapping_250_400_head() { |
2523 |
overlapping_250_400_head() { |
2188 |
atf_set timeout 10 |
2524 |
atf_set timeout 10 |
Lines 2190-2201
overlapping_250_400_head() {
Link Here
|
2190 |
} |
2526 |
} |
2191 |
overlapping_250_400_body() { |
2527 |
overlapping_250_400_body() { |
2192 |
|
2528 |
|
|
|
2529 |
|
2193 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-400.pkt |
2530 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-400.pkt |
2194 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-400.pkt |
2531 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-400.pkt |
2195 |
} |
2532 |
} |
2196 |
overlapping_250_400_cleanup() { |
2533 |
overlapping_250_400_cleanup() { |
2197 |
restore_sysctls |
2534 |
restore_sysctls |
2198 |
} |
2535 |
} |
|
|
2536 |
|
2199 |
atf_test_case overlapping_250_475 cleanup |
2537 |
atf_test_case overlapping_250_475 cleanup |
2200 |
overlapping_250_475_head() { |
2538 |
overlapping_250_475_head() { |
2201 |
atf_set timeout 10 |
2539 |
atf_set timeout 10 |
Lines 2203-2214
overlapping_250_475_head() {
Link Here
|
2203 |
} |
2541 |
} |
2204 |
overlapping_250_475_body() { |
2542 |
overlapping_250_475_body() { |
2205 |
|
2543 |
|
|
|
2544 |
|
2206 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-475.pkt |
2545 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-475.pkt |
2207 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-475.pkt |
2546 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-475.pkt |
2208 |
} |
2547 |
} |
2209 |
overlapping_250_475_cleanup() { |
2548 |
overlapping_250_475_cleanup() { |
2210 |
restore_sysctls |
2549 |
restore_sysctls |
2211 |
} |
2550 |
} |
|
|
2551 |
|
2212 |
atf_test_case overlapping_250_500 cleanup |
2552 |
atf_test_case overlapping_250_500 cleanup |
2213 |
overlapping_250_500_head() { |
2553 |
overlapping_250_500_head() { |
2214 |
atf_set timeout 10 |
2554 |
atf_set timeout 10 |
Lines 2216-2227
overlapping_250_500_head() {
Link Here
|
2216 |
} |
2556 |
} |
2217 |
overlapping_250_500_body() { |
2557 |
overlapping_250_500_body() { |
2218 |
|
2558 |
|
|
|
2559 |
|
2219 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-500.pkt |
2560 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-500.pkt |
2220 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-500.pkt |
2561 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-500.pkt |
2221 |
} |
2562 |
} |
2222 |
overlapping_250_500_cleanup() { |
2563 |
overlapping_250_500_cleanup() { |
2223 |
restore_sysctls |
2564 |
restore_sysctls |
2224 |
} |
2565 |
} |
|
|
2566 |
|
2225 |
atf_test_case overlapping_250_550 cleanup |
2567 |
atf_test_case overlapping_250_550 cleanup |
2226 |
overlapping_250_550_head() { |
2568 |
overlapping_250_550_head() { |
2227 |
atf_set timeout 10 |
2569 |
atf_set timeout 10 |
Lines 2229-2240
overlapping_250_550_head() {
Link Here
|
2229 |
} |
2571 |
} |
2230 |
overlapping_250_550_body() { |
2572 |
overlapping_250_550_body() { |
2231 |
|
2573 |
|
|
|
2574 |
|
2232 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-550.pkt |
2575 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-550.pkt |
2233 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-550.pkt |
2576 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-550.pkt |
2234 |
} |
2577 |
} |
2235 |
overlapping_250_550_cleanup() { |
2578 |
overlapping_250_550_cleanup() { |
2236 |
restore_sysctls |
2579 |
restore_sysctls |
2237 |
} |
2580 |
} |
|
|
2581 |
|
2238 |
atf_test_case overlapping_250_600 cleanup |
2582 |
atf_test_case overlapping_250_600 cleanup |
2239 |
overlapping_250_600_head() { |
2583 |
overlapping_250_600_head() { |
2240 |
atf_set timeout 10 |
2584 |
atf_set timeout 10 |
Lines 2242-2253
overlapping_250_600_head() {
Link Here
|
2242 |
} |
2586 |
} |
2243 |
overlapping_250_600_body() { |
2587 |
overlapping_250_600_body() { |
2244 |
|
2588 |
|
|
|
2589 |
|
2245 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-600.pkt |
2590 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-600.pkt |
2246 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-600.pkt |
2591 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-600.pkt |
2247 |
} |
2592 |
} |
2248 |
overlapping_250_600_cleanup() { |
2593 |
overlapping_250_600_cleanup() { |
2249 |
restore_sysctls |
2594 |
restore_sysctls |
2250 |
} |
2595 |
} |
|
|
2596 |
|
2251 |
atf_test_case overlapping_250_675 cleanup |
2597 |
atf_test_case overlapping_250_675 cleanup |
2252 |
overlapping_250_675_head() { |
2598 |
overlapping_250_675_head() { |
2253 |
atf_set timeout 10 |
2599 |
atf_set timeout 10 |
Lines 2255-2266
overlapping_250_675_head() {
Link Here
|
2255 |
} |
2601 |
} |
2256 |
overlapping_250_675_body() { |
2602 |
overlapping_250_675_body() { |
2257 |
|
2603 |
|
|
|
2604 |
|
2258 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-675.pkt |
2605 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-675.pkt |
2259 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-675.pkt |
2606 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-675.pkt |
2260 |
} |
2607 |
} |
2261 |
overlapping_250_675_cleanup() { |
2608 |
overlapping_250_675_cleanup() { |
2262 |
restore_sysctls |
2609 |
restore_sysctls |
2263 |
} |
2610 |
} |
|
|
2611 |
|
2264 |
atf_test_case overlapping_250_700 cleanup |
2612 |
atf_test_case overlapping_250_700 cleanup |
2265 |
overlapping_250_700_head() { |
2613 |
overlapping_250_700_head() { |
2266 |
atf_set timeout 10 |
2614 |
atf_set timeout 10 |
Lines 2268-2279
overlapping_250_700_head() {
Link Here
|
2268 |
} |
2616 |
} |
2269 |
overlapping_250_700_body() { |
2617 |
overlapping_250_700_body() { |
2270 |
|
2618 |
|
|
|
2619 |
|
2271 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-700.pkt |
2620 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-700.pkt |
2272 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-700.pkt |
2621 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-250-700.pkt |
2273 |
} |
2622 |
} |
2274 |
overlapping_250_700_cleanup() { |
2623 |
overlapping_250_700_cleanup() { |
2275 |
restore_sysctls |
2624 |
restore_sysctls |
2276 |
} |
2625 |
} |
|
|
2626 |
|
2277 |
atf_test_case overlapping_300_350 cleanup |
2627 |
atf_test_case overlapping_300_350 cleanup |
2278 |
overlapping_300_350_head() { |
2628 |
overlapping_300_350_head() { |
2279 |
atf_set timeout 10 |
2629 |
atf_set timeout 10 |
Lines 2281-2292
overlapping_300_350_head() {
Link Here
|
2281 |
} |
2631 |
} |
2282 |
overlapping_300_350_body() { |
2632 |
overlapping_300_350_body() { |
2283 |
|
2633 |
|
|
|
2634 |
|
2284 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-350.pkt |
2635 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-350.pkt |
2285 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-350.pkt |
2636 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-350.pkt |
2286 |
} |
2637 |
} |
2287 |
overlapping_300_350_cleanup() { |
2638 |
overlapping_300_350_cleanup() { |
2288 |
restore_sysctls |
2639 |
restore_sysctls |
2289 |
} |
2640 |
} |
|
|
2641 |
|
2290 |
atf_test_case overlapping_300_400 cleanup |
2642 |
atf_test_case overlapping_300_400 cleanup |
2291 |
overlapping_300_400_head() { |
2643 |
overlapping_300_400_head() { |
2292 |
atf_set timeout 10 |
2644 |
atf_set timeout 10 |
Lines 2294-2305
overlapping_300_400_head() {
Link Here
|
2294 |
} |
2646 |
} |
2295 |
overlapping_300_400_body() { |
2647 |
overlapping_300_400_body() { |
2296 |
|
2648 |
|
|
|
2649 |
|
2297 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-400.pkt |
2650 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-400.pkt |
2298 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-400.pkt |
2651 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-400.pkt |
2299 |
} |
2652 |
} |
2300 |
overlapping_300_400_cleanup() { |
2653 |
overlapping_300_400_cleanup() { |
2301 |
restore_sysctls |
2654 |
restore_sysctls |
2302 |
} |
2655 |
} |
|
|
2656 |
|
2303 |
atf_test_case overlapping_300_475 cleanup |
2657 |
atf_test_case overlapping_300_475 cleanup |
2304 |
overlapping_300_475_head() { |
2658 |
overlapping_300_475_head() { |
2305 |
atf_set timeout 10 |
2659 |
atf_set timeout 10 |
Lines 2307-2318
overlapping_300_475_head() {
Link Here
|
2307 |
} |
2661 |
} |
2308 |
overlapping_300_475_body() { |
2662 |
overlapping_300_475_body() { |
2309 |
|
2663 |
|
|
|
2664 |
|
2310 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-475.pkt |
2665 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-475.pkt |
2311 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-475.pkt |
2666 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-475.pkt |
2312 |
} |
2667 |
} |
2313 |
overlapping_300_475_cleanup() { |
2668 |
overlapping_300_475_cleanup() { |
2314 |
restore_sysctls |
2669 |
restore_sysctls |
2315 |
} |
2670 |
} |
|
|
2671 |
|
2316 |
atf_test_case overlapping_300_500 cleanup |
2672 |
atf_test_case overlapping_300_500 cleanup |
2317 |
overlapping_300_500_head() { |
2673 |
overlapping_300_500_head() { |
2318 |
atf_set timeout 10 |
2674 |
atf_set timeout 10 |
Lines 2320-2331
overlapping_300_500_head() {
Link Here
|
2320 |
} |
2676 |
} |
2321 |
overlapping_300_500_body() { |
2677 |
overlapping_300_500_body() { |
2322 |
|
2678 |
|
|
|
2679 |
|
2323 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-500.pkt |
2680 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-500.pkt |
2324 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-500.pkt |
2681 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-500.pkt |
2325 |
} |
2682 |
} |
2326 |
overlapping_300_500_cleanup() { |
2683 |
overlapping_300_500_cleanup() { |
2327 |
restore_sysctls |
2684 |
restore_sysctls |
2328 |
} |
2685 |
} |
|
|
2686 |
|
2329 |
atf_test_case overlapping_300_550 cleanup |
2687 |
atf_test_case overlapping_300_550 cleanup |
2330 |
overlapping_300_550_head() { |
2688 |
overlapping_300_550_head() { |
2331 |
atf_set timeout 10 |
2689 |
atf_set timeout 10 |
Lines 2333-2344
overlapping_300_550_head() {
Link Here
|
2333 |
} |
2691 |
} |
2334 |
overlapping_300_550_body() { |
2692 |
overlapping_300_550_body() { |
2335 |
|
2693 |
|
|
|
2694 |
|
2336 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-550.pkt |
2695 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-550.pkt |
2337 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-550.pkt |
2696 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-550.pkt |
2338 |
} |
2697 |
} |
2339 |
overlapping_300_550_cleanup() { |
2698 |
overlapping_300_550_cleanup() { |
2340 |
restore_sysctls |
2699 |
restore_sysctls |
2341 |
} |
2700 |
} |
|
|
2701 |
|
2342 |
atf_test_case overlapping_300_600 cleanup |
2702 |
atf_test_case overlapping_300_600 cleanup |
2343 |
overlapping_300_600_head() { |
2703 |
overlapping_300_600_head() { |
2344 |
atf_set timeout 10 |
2704 |
atf_set timeout 10 |
Lines 2346-2357
overlapping_300_600_head() {
Link Here
|
2346 |
} |
2706 |
} |
2347 |
overlapping_300_600_body() { |
2707 |
overlapping_300_600_body() { |
2348 |
|
2708 |
|
|
|
2709 |
|
2349 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-600.pkt |
2710 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-600.pkt |
2350 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-600.pkt |
2711 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-600.pkt |
2351 |
} |
2712 |
} |
2352 |
overlapping_300_600_cleanup() { |
2713 |
overlapping_300_600_cleanup() { |
2353 |
restore_sysctls |
2714 |
restore_sysctls |
2354 |
} |
2715 |
} |
|
|
2716 |
|
2355 |
atf_test_case overlapping_300_675 cleanup |
2717 |
atf_test_case overlapping_300_675 cleanup |
2356 |
overlapping_300_675_head() { |
2718 |
overlapping_300_675_head() { |
2357 |
atf_set timeout 10 |
2719 |
atf_set timeout 10 |
Lines 2359-2370
overlapping_300_675_head() {
Link Here
|
2359 |
} |
2721 |
} |
2360 |
overlapping_300_675_body() { |
2722 |
overlapping_300_675_body() { |
2361 |
|
2723 |
|
|
|
2724 |
|
2362 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-675.pkt |
2725 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-675.pkt |
2363 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-675.pkt |
2726 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-675.pkt |
2364 |
} |
2727 |
} |
2365 |
overlapping_300_675_cleanup() { |
2728 |
overlapping_300_675_cleanup() { |
2366 |
restore_sysctls |
2729 |
restore_sysctls |
2367 |
} |
2730 |
} |
|
|
2731 |
|
2368 |
atf_test_case overlapping_300_700 cleanup |
2732 |
atf_test_case overlapping_300_700 cleanup |
2369 |
overlapping_300_700_head() { |
2733 |
overlapping_300_700_head() { |
2370 |
atf_set timeout 10 |
2734 |
atf_set timeout 10 |
Lines 2372-2383
overlapping_300_700_head() {
Link Here
|
2372 |
} |
2736 |
} |
2373 |
overlapping_300_700_body() { |
2737 |
overlapping_300_700_body() { |
2374 |
|
2738 |
|
|
|
2739 |
|
2375 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-700.pkt |
2740 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-700.pkt |
2376 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-700.pkt |
2741 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-300-700.pkt |
2377 |
} |
2742 |
} |
2378 |
overlapping_300_700_cleanup() { |
2743 |
overlapping_300_700_cleanup() { |
2379 |
restore_sysctls |
2744 |
restore_sysctls |
2380 |
} |
2745 |
} |
|
|
2746 |
|
2381 |
atf_test_case overlapping_350_400 cleanup |
2747 |
atf_test_case overlapping_350_400 cleanup |
2382 |
overlapping_350_400_head() { |
2748 |
overlapping_350_400_head() { |
2383 |
atf_set timeout 10 |
2749 |
atf_set timeout 10 |
Lines 2385-2396
overlapping_350_400_head() {
Link Here
|
2385 |
} |
2751 |
} |
2386 |
overlapping_350_400_body() { |
2752 |
overlapping_350_400_body() { |
2387 |
|
2753 |
|
|
|
2754 |
|
2388 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-400.pkt |
2755 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-400.pkt |
2389 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-400.pkt |
2756 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-400.pkt |
2390 |
} |
2757 |
} |
2391 |
overlapping_350_400_cleanup() { |
2758 |
overlapping_350_400_cleanup() { |
2392 |
restore_sysctls |
2759 |
restore_sysctls |
2393 |
} |
2760 |
} |
|
|
2761 |
|
2394 |
atf_test_case overlapping_350_475 cleanup |
2762 |
atf_test_case overlapping_350_475 cleanup |
2395 |
overlapping_350_475_head() { |
2763 |
overlapping_350_475_head() { |
2396 |
atf_set timeout 10 |
2764 |
atf_set timeout 10 |
Lines 2398-2409
overlapping_350_475_head() {
Link Here
|
2398 |
} |
2766 |
} |
2399 |
overlapping_350_475_body() { |
2767 |
overlapping_350_475_body() { |
2400 |
|
2768 |
|
|
|
2769 |
|
2401 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-475.pkt |
2770 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-475.pkt |
2402 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-475.pkt |
2771 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-475.pkt |
2403 |
} |
2772 |
} |
2404 |
overlapping_350_475_cleanup() { |
2773 |
overlapping_350_475_cleanup() { |
2405 |
restore_sysctls |
2774 |
restore_sysctls |
2406 |
} |
2775 |
} |
|
|
2776 |
|
2407 |
atf_test_case overlapping_350_500 cleanup |
2777 |
atf_test_case overlapping_350_500 cleanup |
2408 |
overlapping_350_500_head() { |
2778 |
overlapping_350_500_head() { |
2409 |
atf_set timeout 10 |
2779 |
atf_set timeout 10 |
Lines 2411-2422
overlapping_350_500_head() {
Link Here
|
2411 |
} |
2781 |
} |
2412 |
overlapping_350_500_body() { |
2782 |
overlapping_350_500_body() { |
2413 |
|
2783 |
|
|
|
2784 |
|
2414 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-500.pkt |
2785 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-500.pkt |
2415 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-500.pkt |
2786 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-500.pkt |
2416 |
} |
2787 |
} |
2417 |
overlapping_350_500_cleanup() { |
2788 |
overlapping_350_500_cleanup() { |
2418 |
restore_sysctls |
2789 |
restore_sysctls |
2419 |
} |
2790 |
} |
|
|
2791 |
|
2420 |
atf_test_case overlapping_350_550 cleanup |
2792 |
atf_test_case overlapping_350_550 cleanup |
2421 |
overlapping_350_550_head() { |
2793 |
overlapping_350_550_head() { |
2422 |
atf_set timeout 10 |
2794 |
atf_set timeout 10 |
Lines 2424-2435
overlapping_350_550_head() {
Link Here
|
2424 |
} |
2796 |
} |
2425 |
overlapping_350_550_body() { |
2797 |
overlapping_350_550_body() { |
2426 |
|
2798 |
|
|
|
2799 |
|
2427 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-550.pkt |
2800 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-550.pkt |
2428 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-550.pkt |
2801 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-550.pkt |
2429 |
} |
2802 |
} |
2430 |
overlapping_350_550_cleanup() { |
2803 |
overlapping_350_550_cleanup() { |
2431 |
restore_sysctls |
2804 |
restore_sysctls |
2432 |
} |
2805 |
} |
|
|
2806 |
|
2433 |
atf_test_case overlapping_350_600 cleanup |
2807 |
atf_test_case overlapping_350_600 cleanup |
2434 |
overlapping_350_600_head() { |
2808 |
overlapping_350_600_head() { |
2435 |
atf_set timeout 10 |
2809 |
atf_set timeout 10 |
Lines 2437-2448
overlapping_350_600_head() {
Link Here
|
2437 |
} |
2811 |
} |
2438 |
overlapping_350_600_body() { |
2812 |
overlapping_350_600_body() { |
2439 |
|
2813 |
|
|
|
2814 |
|
2440 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-600.pkt |
2815 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-600.pkt |
2441 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-600.pkt |
2816 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-600.pkt |
2442 |
} |
2817 |
} |
2443 |
overlapping_350_600_cleanup() { |
2818 |
overlapping_350_600_cleanup() { |
2444 |
restore_sysctls |
2819 |
restore_sysctls |
2445 |
} |
2820 |
} |
|
|
2821 |
|
2446 |
atf_test_case overlapping_350_675 cleanup |
2822 |
atf_test_case overlapping_350_675 cleanup |
2447 |
overlapping_350_675_head() { |
2823 |
overlapping_350_675_head() { |
2448 |
atf_set timeout 10 |
2824 |
atf_set timeout 10 |
Lines 2450-2461
overlapping_350_675_head() {
Link Here
|
2450 |
} |
2826 |
} |
2451 |
overlapping_350_675_body() { |
2827 |
overlapping_350_675_body() { |
2452 |
|
2828 |
|
|
|
2829 |
|
2453 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-675.pkt |
2830 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-675.pkt |
2454 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-675.pkt |
2831 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-675.pkt |
2455 |
} |
2832 |
} |
2456 |
overlapping_350_675_cleanup() { |
2833 |
overlapping_350_675_cleanup() { |
2457 |
restore_sysctls |
2834 |
restore_sysctls |
2458 |
} |
2835 |
} |
|
|
2836 |
|
2459 |
atf_test_case overlapping_350_700 cleanup |
2837 |
atf_test_case overlapping_350_700 cleanup |
2460 |
overlapping_350_700_head() { |
2838 |
overlapping_350_700_head() { |
2461 |
atf_set timeout 10 |
2839 |
atf_set timeout 10 |
Lines 2463-2474
overlapping_350_700_head() {
Link Here
|
2463 |
} |
2841 |
} |
2464 |
overlapping_350_700_body() { |
2842 |
overlapping_350_700_body() { |
2465 |
|
2843 |
|
|
|
2844 |
|
2466 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-700.pkt |
2845 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-700.pkt |
2467 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-700.pkt |
2846 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-350-700.pkt |
2468 |
} |
2847 |
} |
2469 |
overlapping_350_700_cleanup() { |
2848 |
overlapping_350_700_cleanup() { |
2470 |
restore_sysctls |
2849 |
restore_sysctls |
2471 |
} |
2850 |
} |
|
|
2851 |
|
2472 |
atf_test_case overlapping_400_475 cleanup |
2852 |
atf_test_case overlapping_400_475 cleanup |
2473 |
overlapping_400_475_head() { |
2853 |
overlapping_400_475_head() { |
2474 |
atf_set timeout 10 |
2854 |
atf_set timeout 10 |
Lines 2476-2487
overlapping_400_475_head() {
Link Here
|
2476 |
} |
2856 |
} |
2477 |
overlapping_400_475_body() { |
2857 |
overlapping_400_475_body() { |
2478 |
|
2858 |
|
|
|
2859 |
|
2479 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-475.pkt |
2860 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-475.pkt |
2480 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-475.pkt |
2861 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-475.pkt |
2481 |
} |
2862 |
} |
2482 |
overlapping_400_475_cleanup() { |
2863 |
overlapping_400_475_cleanup() { |
2483 |
restore_sysctls |
2864 |
restore_sysctls |
2484 |
} |
2865 |
} |
|
|
2866 |
|
2485 |
atf_test_case overlapping_400_500 cleanup |
2867 |
atf_test_case overlapping_400_500 cleanup |
2486 |
overlapping_400_500_head() { |
2868 |
overlapping_400_500_head() { |
2487 |
atf_set timeout 10 |
2869 |
atf_set timeout 10 |
Lines 2489-2500
overlapping_400_500_head() {
Link Here
|
2489 |
} |
2871 |
} |
2490 |
overlapping_400_500_body() { |
2872 |
overlapping_400_500_body() { |
2491 |
|
2873 |
|
|
|
2874 |
|
2492 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-500.pkt |
2875 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-500.pkt |
2493 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-500.pkt |
2876 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-500.pkt |
2494 |
} |
2877 |
} |
2495 |
overlapping_400_500_cleanup() { |
2878 |
overlapping_400_500_cleanup() { |
2496 |
restore_sysctls |
2879 |
restore_sysctls |
2497 |
} |
2880 |
} |
|
|
2881 |
|
2498 |
atf_test_case overlapping_400_550 cleanup |
2882 |
atf_test_case overlapping_400_550 cleanup |
2499 |
overlapping_400_550_head() { |
2883 |
overlapping_400_550_head() { |
2500 |
atf_set timeout 10 |
2884 |
atf_set timeout 10 |
Lines 2502-2513
overlapping_400_550_head() {
Link Here
|
2502 |
} |
2886 |
} |
2503 |
overlapping_400_550_body() { |
2887 |
overlapping_400_550_body() { |
2504 |
|
2888 |
|
|
|
2889 |
|
2505 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-550.pkt |
2890 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-550.pkt |
2506 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-550.pkt |
2891 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-550.pkt |
2507 |
} |
2892 |
} |
2508 |
overlapping_400_550_cleanup() { |
2893 |
overlapping_400_550_cleanup() { |
2509 |
restore_sysctls |
2894 |
restore_sysctls |
2510 |
} |
2895 |
} |
|
|
2896 |
|
2511 |
atf_test_case overlapping_400_600 cleanup |
2897 |
atf_test_case overlapping_400_600 cleanup |
2512 |
overlapping_400_600_head() { |
2898 |
overlapping_400_600_head() { |
2513 |
atf_set timeout 10 |
2899 |
atf_set timeout 10 |
Lines 2515-2526
overlapping_400_600_head() {
Link Here
|
2515 |
} |
2901 |
} |
2516 |
overlapping_400_600_body() { |
2902 |
overlapping_400_600_body() { |
2517 |
|
2903 |
|
|
|
2904 |
|
2518 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-600.pkt |
2905 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-600.pkt |
2519 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-600.pkt |
2906 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-600.pkt |
2520 |
} |
2907 |
} |
2521 |
overlapping_400_600_cleanup() { |
2908 |
overlapping_400_600_cleanup() { |
2522 |
restore_sysctls |
2909 |
restore_sysctls |
2523 |
} |
2910 |
} |
|
|
2911 |
|
2524 |
atf_test_case overlapping_400_675 cleanup |
2912 |
atf_test_case overlapping_400_675 cleanup |
2525 |
overlapping_400_675_head() { |
2913 |
overlapping_400_675_head() { |
2526 |
atf_set timeout 10 |
2914 |
atf_set timeout 10 |
Lines 2528-2539
overlapping_400_675_head() {
Link Here
|
2528 |
} |
2916 |
} |
2529 |
overlapping_400_675_body() { |
2917 |
overlapping_400_675_body() { |
2530 |
|
2918 |
|
|
|
2919 |
|
2531 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-675.pkt |
2920 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-675.pkt |
2532 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-675.pkt |
2921 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-675.pkt |
2533 |
} |
2922 |
} |
2534 |
overlapping_400_675_cleanup() { |
2923 |
overlapping_400_675_cleanup() { |
2535 |
restore_sysctls |
2924 |
restore_sysctls |
2536 |
} |
2925 |
} |
|
|
2926 |
|
2537 |
atf_test_case overlapping_400_700 cleanup |
2927 |
atf_test_case overlapping_400_700 cleanup |
2538 |
overlapping_400_700_head() { |
2928 |
overlapping_400_700_head() { |
2539 |
atf_set timeout 10 |
2929 |
atf_set timeout 10 |
Lines 2541-2552
overlapping_400_700_head() {
Link Here
|
2541 |
} |
2931 |
} |
2542 |
overlapping_400_700_body() { |
2932 |
overlapping_400_700_body() { |
2543 |
|
2933 |
|
|
|
2934 |
|
2544 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-700.pkt |
2935 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-700.pkt |
2545 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-700.pkt |
2936 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-400-700.pkt |
2546 |
} |
2937 |
} |
2547 |
overlapping_400_700_cleanup() { |
2938 |
overlapping_400_700_cleanup() { |
2548 |
restore_sysctls |
2939 |
restore_sysctls |
2549 |
} |
2940 |
} |
|
|
2941 |
|
2550 |
atf_test_case overlapping_450_475 cleanup |
2942 |
atf_test_case overlapping_450_475 cleanup |
2551 |
overlapping_450_475_head() { |
2943 |
overlapping_450_475_head() { |
2552 |
atf_set timeout 10 |
2944 |
atf_set timeout 10 |
Lines 2554-2565
overlapping_450_475_head() {
Link Here
|
2554 |
} |
2946 |
} |
2555 |
overlapping_450_475_body() { |
2947 |
overlapping_450_475_body() { |
2556 |
|
2948 |
|
|
|
2949 |
|
2557 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-475.pkt |
2950 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-475.pkt |
2558 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-475.pkt |
2951 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-475.pkt |
2559 |
} |
2952 |
} |
2560 |
overlapping_450_475_cleanup() { |
2953 |
overlapping_450_475_cleanup() { |
2561 |
restore_sysctls |
2954 |
restore_sysctls |
2562 |
} |
2955 |
} |
|
|
2956 |
|
2563 |
atf_test_case overlapping_450_500 cleanup |
2957 |
atf_test_case overlapping_450_500 cleanup |
2564 |
overlapping_450_500_head() { |
2958 |
overlapping_450_500_head() { |
2565 |
atf_set timeout 10 |
2959 |
atf_set timeout 10 |
Lines 2567-2578
overlapping_450_500_head() {
Link Here
|
2567 |
} |
2961 |
} |
2568 |
overlapping_450_500_body() { |
2962 |
overlapping_450_500_body() { |
2569 |
|
2963 |
|
|
|
2964 |
|
2570 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-500.pkt |
2965 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-500.pkt |
2571 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-500.pkt |
2966 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-500.pkt |
2572 |
} |
2967 |
} |
2573 |
overlapping_450_500_cleanup() { |
2968 |
overlapping_450_500_cleanup() { |
2574 |
restore_sysctls |
2969 |
restore_sysctls |
2575 |
} |
2970 |
} |
|
|
2971 |
|
2576 |
atf_test_case overlapping_450_550 cleanup |
2972 |
atf_test_case overlapping_450_550 cleanup |
2577 |
overlapping_450_550_head() { |
2973 |
overlapping_450_550_head() { |
2578 |
atf_set timeout 10 |
2974 |
atf_set timeout 10 |
Lines 2580-2591
overlapping_450_550_head() {
Link Here
|
2580 |
} |
2976 |
} |
2581 |
overlapping_450_550_body() { |
2977 |
overlapping_450_550_body() { |
2582 |
|
2978 |
|
|
|
2979 |
|
2583 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-550.pkt |
2980 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-550.pkt |
2584 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-550.pkt |
2981 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-550.pkt |
2585 |
} |
2982 |
} |
2586 |
overlapping_450_550_cleanup() { |
2983 |
overlapping_450_550_cleanup() { |
2587 |
restore_sysctls |
2984 |
restore_sysctls |
2588 |
} |
2985 |
} |
|
|
2986 |
|
2589 |
atf_test_case overlapping_450_600 cleanup |
2987 |
atf_test_case overlapping_450_600 cleanup |
2590 |
overlapping_450_600_head() { |
2988 |
overlapping_450_600_head() { |
2591 |
atf_set timeout 10 |
2989 |
atf_set timeout 10 |
Lines 2593-2604
overlapping_450_600_head() {
Link Here
|
2593 |
} |
2991 |
} |
2594 |
overlapping_450_600_body() { |
2992 |
overlapping_450_600_body() { |
2595 |
|
2993 |
|
|
|
2994 |
|
2596 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-600.pkt |
2995 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-600.pkt |
2597 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-600.pkt |
2996 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-600.pkt |
2598 |
} |
2997 |
} |
2599 |
overlapping_450_600_cleanup() { |
2998 |
overlapping_450_600_cleanup() { |
2600 |
restore_sysctls |
2999 |
restore_sysctls |
2601 |
} |
3000 |
} |
|
|
3001 |
|
2602 |
atf_test_case overlapping_450_675 cleanup |
3002 |
atf_test_case overlapping_450_675 cleanup |
2603 |
overlapping_450_675_head() { |
3003 |
overlapping_450_675_head() { |
2604 |
atf_set timeout 10 |
3004 |
atf_set timeout 10 |
Lines 2606-2617
overlapping_450_675_head() {
Link Here
|
2606 |
} |
3006 |
} |
2607 |
overlapping_450_675_body() { |
3007 |
overlapping_450_675_body() { |
2608 |
|
3008 |
|
|
|
3009 |
|
2609 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-675.pkt |
3010 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-675.pkt |
2610 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-675.pkt |
3011 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-675.pkt |
2611 |
} |
3012 |
} |
2612 |
overlapping_450_675_cleanup() { |
3013 |
overlapping_450_675_cleanup() { |
2613 |
restore_sysctls |
3014 |
restore_sysctls |
2614 |
} |
3015 |
} |
|
|
3016 |
|
2615 |
atf_test_case overlapping_450_700 cleanup |
3017 |
atf_test_case overlapping_450_700 cleanup |
2616 |
overlapping_450_700_head() { |
3018 |
overlapping_450_700_head() { |
2617 |
atf_set timeout 10 |
3019 |
atf_set timeout 10 |
Lines 2619-2630
overlapping_450_700_head() {
Link Here
|
2619 |
} |
3021 |
} |
2620 |
overlapping_450_700_body() { |
3022 |
overlapping_450_700_body() { |
2621 |
|
3023 |
|
|
|
3024 |
|
2622 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-700.pkt |
3025 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-700.pkt |
2623 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-700.pkt |
3026 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-450-700.pkt |
2624 |
} |
3027 |
} |
2625 |
overlapping_450_700_cleanup() { |
3028 |
overlapping_450_700_cleanup() { |
2626 |
restore_sysctls |
3029 |
restore_sysctls |
2627 |
} |
3030 |
} |
|
|
3031 |
|
2628 |
atf_test_case overlapping_500_550 cleanup |
3032 |
atf_test_case overlapping_500_550 cleanup |
2629 |
overlapping_500_550_head() { |
3033 |
overlapping_500_550_head() { |
2630 |
atf_set timeout 10 |
3034 |
atf_set timeout 10 |
Lines 2632-2643
overlapping_500_550_head() {
Link Here
|
2632 |
} |
3036 |
} |
2633 |
overlapping_500_550_body() { |
3037 |
overlapping_500_550_body() { |
2634 |
|
3038 |
|
|
|
3039 |
|
2635 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-550.pkt |
3040 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-550.pkt |
2636 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-550.pkt |
3041 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-550.pkt |
2637 |
} |
3042 |
} |
2638 |
overlapping_500_550_cleanup() { |
3043 |
overlapping_500_550_cleanup() { |
2639 |
restore_sysctls |
3044 |
restore_sysctls |
2640 |
} |
3045 |
} |
|
|
3046 |
|
2641 |
atf_test_case overlapping_500_600 cleanup |
3047 |
atf_test_case overlapping_500_600 cleanup |
2642 |
overlapping_500_600_head() { |
3048 |
overlapping_500_600_head() { |
2643 |
atf_set timeout 10 |
3049 |
atf_set timeout 10 |
Lines 2645-2656
overlapping_500_600_head() {
Link Here
|
2645 |
} |
3051 |
} |
2646 |
overlapping_500_600_body() { |
3052 |
overlapping_500_600_body() { |
2647 |
|
3053 |
|
|
|
3054 |
|
2648 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-600.pkt |
3055 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-600.pkt |
2649 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-600.pkt |
3056 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-600.pkt |
2650 |
} |
3057 |
} |
2651 |
overlapping_500_600_cleanup() { |
3058 |
overlapping_500_600_cleanup() { |
2652 |
restore_sysctls |
3059 |
restore_sysctls |
2653 |
} |
3060 |
} |
|
|
3061 |
|
2654 |
atf_test_case overlapping_500_675 cleanup |
3062 |
atf_test_case overlapping_500_675 cleanup |
2655 |
overlapping_500_675_head() { |
3063 |
overlapping_500_675_head() { |
2656 |
atf_set timeout 10 |
3064 |
atf_set timeout 10 |
Lines 2658-2669
overlapping_500_675_head() {
Link Here
|
2658 |
} |
3066 |
} |
2659 |
overlapping_500_675_body() { |
3067 |
overlapping_500_675_body() { |
2660 |
|
3068 |
|
|
|
3069 |
|
2661 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-675.pkt |
3070 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-675.pkt |
2662 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-675.pkt |
3071 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-675.pkt |
2663 |
} |
3072 |
} |
2664 |
overlapping_500_675_cleanup() { |
3073 |
overlapping_500_675_cleanup() { |
2665 |
restore_sysctls |
3074 |
restore_sysctls |
2666 |
} |
3075 |
} |
|
|
3076 |
|
2667 |
atf_test_case overlapping_500_700 cleanup |
3077 |
atf_test_case overlapping_500_700 cleanup |
2668 |
overlapping_500_700_head() { |
3078 |
overlapping_500_700_head() { |
2669 |
atf_set timeout 10 |
3079 |
atf_set timeout 10 |
Lines 2671-2682
overlapping_500_700_head() {
Link Here
|
2671 |
} |
3081 |
} |
2672 |
overlapping_500_700_body() { |
3082 |
overlapping_500_700_body() { |
2673 |
|
3083 |
|
|
|
3084 |
|
2674 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-700.pkt |
3085 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-700.pkt |
2675 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-700.pkt |
3086 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-500-700.pkt |
2676 |
} |
3087 |
} |
2677 |
overlapping_500_700_cleanup() { |
3088 |
overlapping_500_700_cleanup() { |
2678 |
restore_sysctls |
3089 |
restore_sysctls |
2679 |
} |
3090 |
} |
|
|
3091 |
|
2680 |
atf_test_case overlapping_550_600 cleanup |
3092 |
atf_test_case overlapping_550_600 cleanup |
2681 |
overlapping_550_600_head() { |
3093 |
overlapping_550_600_head() { |
2682 |
atf_set timeout 10 |
3094 |
atf_set timeout 10 |
Lines 2684-2695
overlapping_550_600_head() {
Link Here
|
2684 |
} |
3096 |
} |
2685 |
overlapping_550_600_body() { |
3097 |
overlapping_550_600_body() { |
2686 |
|
3098 |
|
|
|
3099 |
|
2687 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-600.pkt |
3100 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-600.pkt |
2688 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-600.pkt |
3101 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-600.pkt |
2689 |
} |
3102 |
} |
2690 |
overlapping_550_600_cleanup() { |
3103 |
overlapping_550_600_cleanup() { |
2691 |
restore_sysctls |
3104 |
restore_sysctls |
2692 |
} |
3105 |
} |
|
|
3106 |
|
2693 |
atf_test_case overlapping_550_675 cleanup |
3107 |
atf_test_case overlapping_550_675 cleanup |
2694 |
overlapping_550_675_head() { |
3108 |
overlapping_550_675_head() { |
2695 |
atf_set timeout 10 |
3109 |
atf_set timeout 10 |
Lines 2697-2708
overlapping_550_675_head() {
Link Here
|
2697 |
} |
3111 |
} |
2698 |
overlapping_550_675_body() { |
3112 |
overlapping_550_675_body() { |
2699 |
|
3113 |
|
|
|
3114 |
|
2700 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-675.pkt |
3115 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-675.pkt |
2701 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-675.pkt |
3116 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-675.pkt |
2702 |
} |
3117 |
} |
2703 |
overlapping_550_675_cleanup() { |
3118 |
overlapping_550_675_cleanup() { |
2704 |
restore_sysctls |
3119 |
restore_sysctls |
2705 |
} |
3120 |
} |
|
|
3121 |
|
2706 |
atf_test_case overlapping_550_700 cleanup |
3122 |
atf_test_case overlapping_550_700 cleanup |
2707 |
overlapping_550_700_head() { |
3123 |
overlapping_550_700_head() { |
2708 |
atf_set timeout 10 |
3124 |
atf_set timeout 10 |
Lines 2710-2721
overlapping_550_700_head() {
Link Here
|
2710 |
} |
3126 |
} |
2711 |
overlapping_550_700_body() { |
3127 |
overlapping_550_700_body() { |
2712 |
|
3128 |
|
|
|
3129 |
|
2713 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-700.pkt |
3130 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-700.pkt |
2714 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-700.pkt |
3131 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-550-700.pkt |
2715 |
} |
3132 |
} |
2716 |
overlapping_550_700_cleanup() { |
3133 |
overlapping_550_700_cleanup() { |
2717 |
restore_sysctls |
3134 |
restore_sysctls |
2718 |
} |
3135 |
} |
|
|
3136 |
|
2719 |
atf_test_case overlapping_600_675 cleanup |
3137 |
atf_test_case overlapping_600_675 cleanup |
2720 |
overlapping_600_675_head() { |
3138 |
overlapping_600_675_head() { |
2721 |
atf_set timeout 10 |
3139 |
atf_set timeout 10 |
Lines 2723-2734
overlapping_600_675_head() {
Link Here
|
2723 |
} |
3141 |
} |
2724 |
overlapping_600_675_body() { |
3142 |
overlapping_600_675_body() { |
2725 |
|
3143 |
|
|
|
3144 |
|
2726 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-675.pkt |
3145 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-675.pkt |
2727 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-675.pkt |
3146 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-675.pkt |
2728 |
} |
3147 |
} |
2729 |
overlapping_600_675_cleanup() { |
3148 |
overlapping_600_675_cleanup() { |
2730 |
restore_sysctls |
3149 |
restore_sysctls |
2731 |
} |
3150 |
} |
|
|
3151 |
|
2732 |
atf_test_case overlapping_600_700 cleanup |
3152 |
atf_test_case overlapping_600_700 cleanup |
2733 |
overlapping_600_700_head() { |
3153 |
overlapping_600_700_head() { |
2734 |
atf_set timeout 10 |
3154 |
atf_set timeout 10 |
Lines 2736-2747
overlapping_600_700_head() {
Link Here
|
2736 |
} |
3156 |
} |
2737 |
overlapping_600_700_body() { |
3157 |
overlapping_600_700_body() { |
2738 |
|
3158 |
|
|
|
3159 |
|
2739 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-700.pkt |
3160 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-700.pkt |
2740 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-700.pkt |
3161 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-600-700.pkt |
2741 |
} |
3162 |
} |
2742 |
overlapping_600_700_cleanup() { |
3163 |
overlapping_600_700_cleanup() { |
2743 |
restore_sysctls |
3164 |
restore_sysctls |
2744 |
} |
3165 |
} |
|
|
3166 |
|
2745 |
atf_test_case overlapping_650_675 cleanup |
3167 |
atf_test_case overlapping_650_675 cleanup |
2746 |
overlapping_650_675_head() { |
3168 |
overlapping_650_675_head() { |
2747 |
atf_set timeout 10 |
3169 |
atf_set timeout 10 |
Lines 2749-2760
overlapping_650_675_head() {
Link Here
|
2749 |
} |
3171 |
} |
2750 |
overlapping_650_675_body() { |
3172 |
overlapping_650_675_body() { |
2751 |
|
3173 |
|
|
|
3174 |
|
2752 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-675.pkt |
3175 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-675.pkt |
2753 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-675.pkt |
3176 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-675.pkt |
2754 |
} |
3177 |
} |
2755 |
overlapping_650_675_cleanup() { |
3178 |
overlapping_650_675_cleanup() { |
2756 |
restore_sysctls |
3179 |
restore_sysctls |
2757 |
} |
3180 |
} |
|
|
3181 |
|
2758 |
atf_test_case overlapping_650_700 cleanup |
3182 |
atf_test_case overlapping_650_700 cleanup |
2759 |
overlapping_650_700_head() { |
3183 |
overlapping_650_700_head() { |
2760 |
atf_set timeout 10 |
3184 |
atf_set timeout 10 |
Lines 2762-2773
overlapping_650_700_head() {
Link Here
|
2762 |
} |
3186 |
} |
2763 |
overlapping_650_700_body() { |
3187 |
overlapping_650_700_body() { |
2764 |
|
3188 |
|
|
|
3189 |
|
2765 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-700.pkt |
3190 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-700.pkt |
2766 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-700.pkt |
3191 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/overlapping-650-700.pkt |
2767 |
} |
3192 |
} |
2768 |
overlapping_650_700_cleanup() { |
3193 |
overlapping_650_700_cleanup() { |
2769 |
restore_sysctls |
3194 |
restore_sysctls |
2770 |
} |
3195 |
} |
|
|
3196 |
|
2771 |
atf_test_case reordering_12345 cleanup |
3197 |
atf_test_case reordering_12345 cleanup |
2772 |
reordering_12345_head() { |
3198 |
reordering_12345_head() { |
2773 |
atf_set timeout 10 |
3199 |
atf_set timeout 10 |
Lines 2775-2786
reordering_12345_head() {
Link Here
|
2775 |
} |
3201 |
} |
2776 |
reordering_12345_body() { |
3202 |
reordering_12345_body() { |
2777 |
|
3203 |
|
|
|
3204 |
|
2778 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12345.pkt |
3205 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12345.pkt |
2779 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12345.pkt |
3206 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12345.pkt |
2780 |
} |
3207 |
} |
2781 |
reordering_12345_cleanup() { |
3208 |
reordering_12345_cleanup() { |
2782 |
restore_sysctls |
3209 |
restore_sysctls |
2783 |
} |
3210 |
} |
|
|
3211 |
|
2784 |
atf_test_case reordering_12354 cleanup |
3212 |
atf_test_case reordering_12354 cleanup |
2785 |
reordering_12354_head() { |
3213 |
reordering_12354_head() { |
2786 |
atf_set timeout 10 |
3214 |
atf_set timeout 10 |
Lines 2788-2799
reordering_12354_head() {
Link Here
|
2788 |
} |
3216 |
} |
2789 |
reordering_12354_body() { |
3217 |
reordering_12354_body() { |
2790 |
|
3218 |
|
|
|
3219 |
|
2791 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12354.pkt |
3220 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12354.pkt |
2792 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12354.pkt |
3221 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12354.pkt |
2793 |
} |
3222 |
} |
2794 |
reordering_12354_cleanup() { |
3223 |
reordering_12354_cleanup() { |
2795 |
restore_sysctls |
3224 |
restore_sysctls |
2796 |
} |
3225 |
} |
|
|
3226 |
|
2797 |
atf_test_case reordering_12435 cleanup |
3227 |
atf_test_case reordering_12435 cleanup |
2798 |
reordering_12435_head() { |
3228 |
reordering_12435_head() { |
2799 |
atf_set timeout 10 |
3229 |
atf_set timeout 10 |
Lines 2801-2812
reordering_12435_head() {
Link Here
|
2801 |
} |
3231 |
} |
2802 |
reordering_12435_body() { |
3232 |
reordering_12435_body() { |
2803 |
|
3233 |
|
|
|
3234 |
|
2804 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12435.pkt |
3235 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12435.pkt |
2805 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12435.pkt |
3236 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12435.pkt |
2806 |
} |
3237 |
} |
2807 |
reordering_12435_cleanup() { |
3238 |
reordering_12435_cleanup() { |
2808 |
restore_sysctls |
3239 |
restore_sysctls |
2809 |
} |
3240 |
} |
|
|
3241 |
|
2810 |
atf_test_case reordering_12453 cleanup |
3242 |
atf_test_case reordering_12453 cleanup |
2811 |
reordering_12453_head() { |
3243 |
reordering_12453_head() { |
2812 |
atf_set timeout 10 |
3244 |
atf_set timeout 10 |
Lines 2814-2825
reordering_12453_head() {
Link Here
|
2814 |
} |
3246 |
} |
2815 |
reordering_12453_body() { |
3247 |
reordering_12453_body() { |
2816 |
|
3248 |
|
|
|
3249 |
|
2817 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12453.pkt |
3250 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12453.pkt |
2818 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12453.pkt |
3251 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12453.pkt |
2819 |
} |
3252 |
} |
2820 |
reordering_12453_cleanup() { |
3253 |
reordering_12453_cleanup() { |
2821 |
restore_sysctls |
3254 |
restore_sysctls |
2822 |
} |
3255 |
} |
|
|
3256 |
|
2823 |
atf_test_case reordering_12534 cleanup |
3257 |
atf_test_case reordering_12534 cleanup |
2824 |
reordering_12534_head() { |
3258 |
reordering_12534_head() { |
2825 |
atf_set timeout 10 |
3259 |
atf_set timeout 10 |
Lines 2827-2838
reordering_12534_head() {
Link Here
|
2827 |
} |
3261 |
} |
2828 |
reordering_12534_body() { |
3262 |
reordering_12534_body() { |
2829 |
|
3263 |
|
|
|
3264 |
|
2830 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12534.pkt |
3265 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12534.pkt |
2831 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12534.pkt |
3266 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12534.pkt |
2832 |
} |
3267 |
} |
2833 |
reordering_12534_cleanup() { |
3268 |
reordering_12534_cleanup() { |
2834 |
restore_sysctls |
3269 |
restore_sysctls |
2835 |
} |
3270 |
} |
|
|
3271 |
|
2836 |
atf_test_case reordering_12543 cleanup |
3272 |
atf_test_case reordering_12543 cleanup |
2837 |
reordering_12543_head() { |
3273 |
reordering_12543_head() { |
2838 |
atf_set timeout 10 |
3274 |
atf_set timeout 10 |
Lines 2840-2851
reordering_12543_head() {
Link Here
|
2840 |
} |
3276 |
} |
2841 |
reordering_12543_body() { |
3277 |
reordering_12543_body() { |
2842 |
|
3278 |
|
|
|
3279 |
|
2843 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12543.pkt |
3280 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12543.pkt |
2844 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12543.pkt |
3281 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-12543.pkt |
2845 |
} |
3282 |
} |
2846 |
reordering_12543_cleanup() { |
3283 |
reordering_12543_cleanup() { |
2847 |
restore_sysctls |
3284 |
restore_sysctls |
2848 |
} |
3285 |
} |
|
|
3286 |
|
2849 |
atf_test_case reordering_13245 cleanup |
3287 |
atf_test_case reordering_13245 cleanup |
2850 |
reordering_13245_head() { |
3288 |
reordering_13245_head() { |
2851 |
atf_set timeout 10 |
3289 |
atf_set timeout 10 |
Lines 2853-2864
reordering_13245_head() {
Link Here
|
2853 |
} |
3291 |
} |
2854 |
reordering_13245_body() { |
3292 |
reordering_13245_body() { |
2855 |
|
3293 |
|
|
|
3294 |
|
2856 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13245.pkt |
3295 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13245.pkt |
2857 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13245.pkt |
3296 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13245.pkt |
2858 |
} |
3297 |
} |
2859 |
reordering_13245_cleanup() { |
3298 |
reordering_13245_cleanup() { |
2860 |
restore_sysctls |
3299 |
restore_sysctls |
2861 |
} |
3300 |
} |
|
|
3301 |
|
2862 |
atf_test_case reordering_13254 cleanup |
3302 |
atf_test_case reordering_13254 cleanup |
2863 |
reordering_13254_head() { |
3303 |
reordering_13254_head() { |
2864 |
atf_set timeout 10 |
3304 |
atf_set timeout 10 |
Lines 2866-2877
reordering_13254_head() {
Link Here
|
2866 |
} |
3306 |
} |
2867 |
reordering_13254_body() { |
3307 |
reordering_13254_body() { |
2868 |
|
3308 |
|
|
|
3309 |
|
2869 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13254.pkt |
3310 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13254.pkt |
2870 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13254.pkt |
3311 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13254.pkt |
2871 |
} |
3312 |
} |
2872 |
reordering_13254_cleanup() { |
3313 |
reordering_13254_cleanup() { |
2873 |
restore_sysctls |
3314 |
restore_sysctls |
2874 |
} |
3315 |
} |
|
|
3316 |
|
2875 |
atf_test_case reordering_13425 cleanup |
3317 |
atf_test_case reordering_13425 cleanup |
2876 |
reordering_13425_head() { |
3318 |
reordering_13425_head() { |
2877 |
atf_set timeout 10 |
3319 |
atf_set timeout 10 |
Lines 2879-2890
reordering_13425_head() {
Link Here
|
2879 |
} |
3321 |
} |
2880 |
reordering_13425_body() { |
3322 |
reordering_13425_body() { |
2881 |
|
3323 |
|
|
|
3324 |
|
2882 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13425.pkt |
3325 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13425.pkt |
2883 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13425.pkt |
3326 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13425.pkt |
2884 |
} |
3327 |
} |
2885 |
reordering_13425_cleanup() { |
3328 |
reordering_13425_cleanup() { |
2886 |
restore_sysctls |
3329 |
restore_sysctls |
2887 |
} |
3330 |
} |
|
|
3331 |
|
2888 |
atf_test_case reordering_13452 cleanup |
3332 |
atf_test_case reordering_13452 cleanup |
2889 |
reordering_13452_head() { |
3333 |
reordering_13452_head() { |
2890 |
atf_set timeout 10 |
3334 |
atf_set timeout 10 |
Lines 2892-2903
reordering_13452_head() {
Link Here
|
2892 |
} |
3336 |
} |
2893 |
reordering_13452_body() { |
3337 |
reordering_13452_body() { |
2894 |
|
3338 |
|
|
|
3339 |
|
2895 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13452.pkt |
3340 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13452.pkt |
2896 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13452.pkt |
3341 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13452.pkt |
2897 |
} |
3342 |
} |
2898 |
reordering_13452_cleanup() { |
3343 |
reordering_13452_cleanup() { |
2899 |
restore_sysctls |
3344 |
restore_sysctls |
2900 |
} |
3345 |
} |
|
|
3346 |
|
2901 |
atf_test_case reordering_13524 cleanup |
3347 |
atf_test_case reordering_13524 cleanup |
2902 |
reordering_13524_head() { |
3348 |
reordering_13524_head() { |
2903 |
atf_set timeout 10 |
3349 |
atf_set timeout 10 |
Lines 2905-2916
reordering_13524_head() {
Link Here
|
2905 |
} |
3351 |
} |
2906 |
reordering_13524_body() { |
3352 |
reordering_13524_body() { |
2907 |
|
3353 |
|
|
|
3354 |
|
2908 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13524.pkt |
3355 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13524.pkt |
2909 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13524.pkt |
3356 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13524.pkt |
2910 |
} |
3357 |
} |
2911 |
reordering_13524_cleanup() { |
3358 |
reordering_13524_cleanup() { |
2912 |
restore_sysctls |
3359 |
restore_sysctls |
2913 |
} |
3360 |
} |
|
|
3361 |
|
2914 |
atf_test_case reordering_13542 cleanup |
3362 |
atf_test_case reordering_13542 cleanup |
2915 |
reordering_13542_head() { |
3363 |
reordering_13542_head() { |
2916 |
atf_set timeout 10 |
3364 |
atf_set timeout 10 |
Lines 2918-2929
reordering_13542_head() {
Link Here
|
2918 |
} |
3366 |
} |
2919 |
reordering_13542_body() { |
3367 |
reordering_13542_body() { |
2920 |
|
3368 |
|
|
|
3369 |
|
2921 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13542.pkt |
3370 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13542.pkt |
2922 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13542.pkt |
3371 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-13542.pkt |
2923 |
} |
3372 |
} |
2924 |
reordering_13542_cleanup() { |
3373 |
reordering_13542_cleanup() { |
2925 |
restore_sysctls |
3374 |
restore_sysctls |
2926 |
} |
3375 |
} |
|
|
3376 |
|
2927 |
atf_test_case reordering_14235 cleanup |
3377 |
atf_test_case reordering_14235 cleanup |
2928 |
reordering_14235_head() { |
3378 |
reordering_14235_head() { |
2929 |
atf_set timeout 10 |
3379 |
atf_set timeout 10 |
Lines 2931-2942
reordering_14235_head() {
Link Here
|
2931 |
} |
3381 |
} |
2932 |
reordering_14235_body() { |
3382 |
reordering_14235_body() { |
2933 |
|
3383 |
|
|
|
3384 |
|
2934 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14235.pkt |
3385 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14235.pkt |
2935 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14235.pkt |
3386 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14235.pkt |
2936 |
} |
3387 |
} |
2937 |
reordering_14235_cleanup() { |
3388 |
reordering_14235_cleanup() { |
2938 |
restore_sysctls |
3389 |
restore_sysctls |
2939 |
} |
3390 |
} |
|
|
3391 |
|
2940 |
atf_test_case reordering_14253 cleanup |
3392 |
atf_test_case reordering_14253 cleanup |
2941 |
reordering_14253_head() { |
3393 |
reordering_14253_head() { |
2942 |
atf_set timeout 10 |
3394 |
atf_set timeout 10 |
Lines 2944-2955
reordering_14253_head() {
Link Here
|
2944 |
} |
3396 |
} |
2945 |
reordering_14253_body() { |
3397 |
reordering_14253_body() { |
2946 |
|
3398 |
|
|
|
3399 |
|
2947 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14253.pkt |
3400 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14253.pkt |
2948 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14253.pkt |
3401 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14253.pkt |
2949 |
} |
3402 |
} |
2950 |
reordering_14253_cleanup() { |
3403 |
reordering_14253_cleanup() { |
2951 |
restore_sysctls |
3404 |
restore_sysctls |
2952 |
} |
3405 |
} |
|
|
3406 |
|
2953 |
atf_test_case reordering_14325 cleanup |
3407 |
atf_test_case reordering_14325 cleanup |
2954 |
reordering_14325_head() { |
3408 |
reordering_14325_head() { |
2955 |
atf_set timeout 10 |
3409 |
atf_set timeout 10 |
Lines 2957-2968
reordering_14325_head() {
Link Here
|
2957 |
} |
3411 |
} |
2958 |
reordering_14325_body() { |
3412 |
reordering_14325_body() { |
2959 |
|
3413 |
|
|
|
3414 |
|
2960 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14325.pkt |
3415 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14325.pkt |
2961 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14325.pkt |
3416 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14325.pkt |
2962 |
} |
3417 |
} |
2963 |
reordering_14325_cleanup() { |
3418 |
reordering_14325_cleanup() { |
2964 |
restore_sysctls |
3419 |
restore_sysctls |
2965 |
} |
3420 |
} |
|
|
3421 |
|
2966 |
atf_test_case reordering_14352 cleanup |
3422 |
atf_test_case reordering_14352 cleanup |
2967 |
reordering_14352_head() { |
3423 |
reordering_14352_head() { |
2968 |
atf_set timeout 10 |
3424 |
atf_set timeout 10 |
Lines 2970-2981
reordering_14352_head() {
Link Here
|
2970 |
} |
3426 |
} |
2971 |
reordering_14352_body() { |
3427 |
reordering_14352_body() { |
2972 |
|
3428 |
|
|
|
3429 |
|
2973 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14352.pkt |
3430 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14352.pkt |
2974 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14352.pkt |
3431 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14352.pkt |
2975 |
} |
3432 |
} |
2976 |
reordering_14352_cleanup() { |
3433 |
reordering_14352_cleanup() { |
2977 |
restore_sysctls |
3434 |
restore_sysctls |
2978 |
} |
3435 |
} |
|
|
3436 |
|
2979 |
atf_test_case reordering_14523 cleanup |
3437 |
atf_test_case reordering_14523 cleanup |
2980 |
reordering_14523_head() { |
3438 |
reordering_14523_head() { |
2981 |
atf_set timeout 10 |
3439 |
atf_set timeout 10 |
Lines 2983-2994
reordering_14523_head() {
Link Here
|
2983 |
} |
3441 |
} |
2984 |
reordering_14523_body() { |
3442 |
reordering_14523_body() { |
2985 |
|
3443 |
|
|
|
3444 |
|
2986 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14523.pkt |
3445 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14523.pkt |
2987 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14523.pkt |
3446 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14523.pkt |
2988 |
} |
3447 |
} |
2989 |
reordering_14523_cleanup() { |
3448 |
reordering_14523_cleanup() { |
2990 |
restore_sysctls |
3449 |
restore_sysctls |
2991 |
} |
3450 |
} |
|
|
3451 |
|
2992 |
atf_test_case reordering_14532 cleanup |
3452 |
atf_test_case reordering_14532 cleanup |
2993 |
reordering_14532_head() { |
3453 |
reordering_14532_head() { |
2994 |
atf_set timeout 10 |
3454 |
atf_set timeout 10 |
Lines 2996-3007
reordering_14532_head() {
Link Here
|
2996 |
} |
3456 |
} |
2997 |
reordering_14532_body() { |
3457 |
reordering_14532_body() { |
2998 |
|
3458 |
|
|
|
3459 |
|
2999 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14532.pkt |
3460 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14532.pkt |
3000 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14532.pkt |
3461 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-14532.pkt |
3001 |
} |
3462 |
} |
3002 |
reordering_14532_cleanup() { |
3463 |
reordering_14532_cleanup() { |
3003 |
restore_sysctls |
3464 |
restore_sysctls |
3004 |
} |
3465 |
} |
|
|
3466 |
|
3005 |
atf_test_case reordering_15234 cleanup |
3467 |
atf_test_case reordering_15234 cleanup |
3006 |
reordering_15234_head() { |
3468 |
reordering_15234_head() { |
3007 |
atf_set timeout 10 |
3469 |
atf_set timeout 10 |
Lines 3009-3020
reordering_15234_head() {
Link Here
|
3009 |
} |
3471 |
} |
3010 |
reordering_15234_body() { |
3472 |
reordering_15234_body() { |
3011 |
|
3473 |
|
|
|
3474 |
|
3012 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15234.pkt |
3475 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15234.pkt |
3013 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15234.pkt |
3476 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15234.pkt |
3014 |
} |
3477 |
} |
3015 |
reordering_15234_cleanup() { |
3478 |
reordering_15234_cleanup() { |
3016 |
restore_sysctls |
3479 |
restore_sysctls |
3017 |
} |
3480 |
} |
|
|
3481 |
|
3018 |
atf_test_case reordering_15243 cleanup |
3482 |
atf_test_case reordering_15243 cleanup |
3019 |
reordering_15243_head() { |
3483 |
reordering_15243_head() { |
3020 |
atf_set timeout 10 |
3484 |
atf_set timeout 10 |
Lines 3022-3033
reordering_15243_head() {
Link Here
|
3022 |
} |
3486 |
} |
3023 |
reordering_15243_body() { |
3487 |
reordering_15243_body() { |
3024 |
|
3488 |
|
|
|
3489 |
|
3025 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15243.pkt |
3490 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15243.pkt |
3026 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15243.pkt |
3491 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15243.pkt |
3027 |
} |
3492 |
} |
3028 |
reordering_15243_cleanup() { |
3493 |
reordering_15243_cleanup() { |
3029 |
restore_sysctls |
3494 |
restore_sysctls |
3030 |
} |
3495 |
} |
|
|
3496 |
|
3031 |
atf_test_case reordering_15324 cleanup |
3497 |
atf_test_case reordering_15324 cleanup |
3032 |
reordering_15324_head() { |
3498 |
reordering_15324_head() { |
3033 |
atf_set timeout 10 |
3499 |
atf_set timeout 10 |
Lines 3035-3046
reordering_15324_head() {
Link Here
|
3035 |
} |
3501 |
} |
3036 |
reordering_15324_body() { |
3502 |
reordering_15324_body() { |
3037 |
|
3503 |
|
|
|
3504 |
|
3038 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15324.pkt |
3505 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15324.pkt |
3039 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15324.pkt |
3506 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15324.pkt |
3040 |
} |
3507 |
} |
3041 |
reordering_15324_cleanup() { |
3508 |
reordering_15324_cleanup() { |
3042 |
restore_sysctls |
3509 |
restore_sysctls |
3043 |
} |
3510 |
} |
|
|
3511 |
|
3044 |
atf_test_case reordering_15342 cleanup |
3512 |
atf_test_case reordering_15342 cleanup |
3045 |
reordering_15342_head() { |
3513 |
reordering_15342_head() { |
3046 |
atf_set timeout 10 |
3514 |
atf_set timeout 10 |
Lines 3048-3059
reordering_15342_head() {
Link Here
|
3048 |
} |
3516 |
} |
3049 |
reordering_15342_body() { |
3517 |
reordering_15342_body() { |
3050 |
|
3518 |
|
|
|
3519 |
|
3051 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15342.pkt |
3520 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15342.pkt |
3052 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15342.pkt |
3521 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15342.pkt |
3053 |
} |
3522 |
} |
3054 |
reordering_15342_cleanup() { |
3523 |
reordering_15342_cleanup() { |
3055 |
restore_sysctls |
3524 |
restore_sysctls |
3056 |
} |
3525 |
} |
|
|
3526 |
|
3057 |
atf_test_case reordering_15423 cleanup |
3527 |
atf_test_case reordering_15423 cleanup |
3058 |
reordering_15423_head() { |
3528 |
reordering_15423_head() { |
3059 |
atf_set timeout 10 |
3529 |
atf_set timeout 10 |
Lines 3061-3072
reordering_15423_head() {
Link Here
|
3061 |
} |
3531 |
} |
3062 |
reordering_15423_body() { |
3532 |
reordering_15423_body() { |
3063 |
|
3533 |
|
|
|
3534 |
|
3064 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15423.pkt |
3535 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15423.pkt |
3065 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15423.pkt |
3536 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15423.pkt |
3066 |
} |
3537 |
} |
3067 |
reordering_15423_cleanup() { |
3538 |
reordering_15423_cleanup() { |
3068 |
restore_sysctls |
3539 |
restore_sysctls |
3069 |
} |
3540 |
} |
|
|
3541 |
|
3070 |
atf_test_case reordering_15432 cleanup |
3542 |
atf_test_case reordering_15432 cleanup |
3071 |
reordering_15432_head() { |
3543 |
reordering_15432_head() { |
3072 |
atf_set timeout 10 |
3544 |
atf_set timeout 10 |
Lines 3074-3085
reordering_15432_head() {
Link Here
|
3074 |
} |
3546 |
} |
3075 |
reordering_15432_body() { |
3547 |
reordering_15432_body() { |
3076 |
|
3548 |
|
|
|
3549 |
|
3077 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15432.pkt |
3550 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15432.pkt |
3078 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15432.pkt |
3551 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-15432.pkt |
3079 |
} |
3552 |
} |
3080 |
reordering_15432_cleanup() { |
3553 |
reordering_15432_cleanup() { |
3081 |
restore_sysctls |
3554 |
restore_sysctls |
3082 |
} |
3555 |
} |
|
|
3556 |
|
3083 |
atf_test_case reordering_21345 cleanup |
3557 |
atf_test_case reordering_21345 cleanup |
3084 |
reordering_21345_head() { |
3558 |
reordering_21345_head() { |
3085 |
atf_set timeout 10 |
3559 |
atf_set timeout 10 |
Lines 3087-3098
reordering_21345_head() {
Link Here
|
3087 |
} |
3561 |
} |
3088 |
reordering_21345_body() { |
3562 |
reordering_21345_body() { |
3089 |
|
3563 |
|
|
|
3564 |
|
3090 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21345.pkt |
3565 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21345.pkt |
3091 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21345.pkt |
3566 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21345.pkt |
3092 |
} |
3567 |
} |
3093 |
reordering_21345_cleanup() { |
3568 |
reordering_21345_cleanup() { |
3094 |
restore_sysctls |
3569 |
restore_sysctls |
3095 |
} |
3570 |
} |
|
|
3571 |
|
3096 |
atf_test_case reordering_21354 cleanup |
3572 |
atf_test_case reordering_21354 cleanup |
3097 |
reordering_21354_head() { |
3573 |
reordering_21354_head() { |
3098 |
atf_set timeout 10 |
3574 |
atf_set timeout 10 |
Lines 3100-3111
reordering_21354_head() {
Link Here
|
3100 |
} |
3576 |
} |
3101 |
reordering_21354_body() { |
3577 |
reordering_21354_body() { |
3102 |
|
3578 |
|
|
|
3579 |
|
3103 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21354.pkt |
3580 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21354.pkt |
3104 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21354.pkt |
3581 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21354.pkt |
3105 |
} |
3582 |
} |
3106 |
reordering_21354_cleanup() { |
3583 |
reordering_21354_cleanup() { |
3107 |
restore_sysctls |
3584 |
restore_sysctls |
3108 |
} |
3585 |
} |
|
|
3586 |
|
3109 |
atf_test_case reordering_21435 cleanup |
3587 |
atf_test_case reordering_21435 cleanup |
3110 |
reordering_21435_head() { |
3588 |
reordering_21435_head() { |
3111 |
atf_set timeout 10 |
3589 |
atf_set timeout 10 |
Lines 3113-3124
reordering_21435_head() {
Link Here
|
3113 |
} |
3591 |
} |
3114 |
reordering_21435_body() { |
3592 |
reordering_21435_body() { |
3115 |
|
3593 |
|
|
|
3594 |
|
3116 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21435.pkt |
3595 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21435.pkt |
3117 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21435.pkt |
3596 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21435.pkt |
3118 |
} |
3597 |
} |
3119 |
reordering_21435_cleanup() { |
3598 |
reordering_21435_cleanup() { |
3120 |
restore_sysctls |
3599 |
restore_sysctls |
3121 |
} |
3600 |
} |
|
|
3601 |
|
3122 |
atf_test_case reordering_21453 cleanup |
3602 |
atf_test_case reordering_21453 cleanup |
3123 |
reordering_21453_head() { |
3603 |
reordering_21453_head() { |
3124 |
atf_set timeout 10 |
3604 |
atf_set timeout 10 |
Lines 3126-3137
reordering_21453_head() {
Link Here
|
3126 |
} |
3606 |
} |
3127 |
reordering_21453_body() { |
3607 |
reordering_21453_body() { |
3128 |
|
3608 |
|
|
|
3609 |
|
3129 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21453.pkt |
3610 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21453.pkt |
3130 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21453.pkt |
3611 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21453.pkt |
3131 |
} |
3612 |
} |
3132 |
reordering_21453_cleanup() { |
3613 |
reordering_21453_cleanup() { |
3133 |
restore_sysctls |
3614 |
restore_sysctls |
3134 |
} |
3615 |
} |
|
|
3616 |
|
3135 |
atf_test_case reordering_21534 cleanup |
3617 |
atf_test_case reordering_21534 cleanup |
3136 |
reordering_21534_head() { |
3618 |
reordering_21534_head() { |
3137 |
atf_set timeout 10 |
3619 |
atf_set timeout 10 |
Lines 3139-3150
reordering_21534_head() {
Link Here
|
3139 |
} |
3621 |
} |
3140 |
reordering_21534_body() { |
3622 |
reordering_21534_body() { |
3141 |
|
3623 |
|
|
|
3624 |
|
3142 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21534.pkt |
3625 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21534.pkt |
3143 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21534.pkt |
3626 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21534.pkt |
3144 |
} |
3627 |
} |
3145 |
reordering_21534_cleanup() { |
3628 |
reordering_21534_cleanup() { |
3146 |
restore_sysctls |
3629 |
restore_sysctls |
3147 |
} |
3630 |
} |
|
|
3631 |
|
3148 |
atf_test_case reordering_21543 cleanup |
3632 |
atf_test_case reordering_21543 cleanup |
3149 |
reordering_21543_head() { |
3633 |
reordering_21543_head() { |
3150 |
atf_set timeout 10 |
3634 |
atf_set timeout 10 |
Lines 3152-3163
reordering_21543_head() {
Link Here
|
3152 |
} |
3636 |
} |
3153 |
reordering_21543_body() { |
3637 |
reordering_21543_body() { |
3154 |
|
3638 |
|
|
|
3639 |
|
3155 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21543.pkt |
3640 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21543.pkt |
3156 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21543.pkt |
3641 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-21543.pkt |
3157 |
} |
3642 |
} |
3158 |
reordering_21543_cleanup() { |
3643 |
reordering_21543_cleanup() { |
3159 |
restore_sysctls |
3644 |
restore_sysctls |
3160 |
} |
3645 |
} |
|
|
3646 |
|
3161 |
atf_test_case reordering_23145 cleanup |
3647 |
atf_test_case reordering_23145 cleanup |
3162 |
reordering_23145_head() { |
3648 |
reordering_23145_head() { |
3163 |
atf_set timeout 10 |
3649 |
atf_set timeout 10 |
Lines 3165-3176
reordering_23145_head() {
Link Here
|
3165 |
} |
3651 |
} |
3166 |
reordering_23145_body() { |
3652 |
reordering_23145_body() { |
3167 |
|
3653 |
|
|
|
3654 |
|
3168 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23145.pkt |
3655 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23145.pkt |
3169 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23145.pkt |
3656 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23145.pkt |
3170 |
} |
3657 |
} |
3171 |
reordering_23145_cleanup() { |
3658 |
reordering_23145_cleanup() { |
3172 |
restore_sysctls |
3659 |
restore_sysctls |
3173 |
} |
3660 |
} |
|
|
3661 |
|
3174 |
atf_test_case reordering_23154 cleanup |
3662 |
atf_test_case reordering_23154 cleanup |
3175 |
reordering_23154_head() { |
3663 |
reordering_23154_head() { |
3176 |
atf_set timeout 10 |
3664 |
atf_set timeout 10 |
Lines 3178-3189
reordering_23154_head() {
Link Here
|
3178 |
} |
3666 |
} |
3179 |
reordering_23154_body() { |
3667 |
reordering_23154_body() { |
3180 |
|
3668 |
|
|
|
3669 |
|
3181 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23154.pkt |
3670 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23154.pkt |
3182 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23154.pkt |
3671 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23154.pkt |
3183 |
} |
3672 |
} |
3184 |
reordering_23154_cleanup() { |
3673 |
reordering_23154_cleanup() { |
3185 |
restore_sysctls |
3674 |
restore_sysctls |
3186 |
} |
3675 |
} |
|
|
3676 |
|
3187 |
atf_test_case reordering_23415 cleanup |
3677 |
atf_test_case reordering_23415 cleanup |
3188 |
reordering_23415_head() { |
3678 |
reordering_23415_head() { |
3189 |
atf_set timeout 10 |
3679 |
atf_set timeout 10 |
Lines 3191-3202
reordering_23415_head() {
Link Here
|
3191 |
} |
3681 |
} |
3192 |
reordering_23415_body() { |
3682 |
reordering_23415_body() { |
3193 |
|
3683 |
|
|
|
3684 |
|
3194 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23415.pkt |
3685 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23415.pkt |
3195 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23415.pkt |
3686 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23415.pkt |
3196 |
} |
3687 |
} |
3197 |
reordering_23415_cleanup() { |
3688 |
reordering_23415_cleanup() { |
3198 |
restore_sysctls |
3689 |
restore_sysctls |
3199 |
} |
3690 |
} |
|
|
3691 |
|
3200 |
atf_test_case reordering_23451 cleanup |
3692 |
atf_test_case reordering_23451 cleanup |
3201 |
reordering_23451_head() { |
3693 |
reordering_23451_head() { |
3202 |
atf_set timeout 10 |
3694 |
atf_set timeout 10 |
Lines 3204-3215
reordering_23451_head() {
Link Here
|
3204 |
} |
3696 |
} |
3205 |
reordering_23451_body() { |
3697 |
reordering_23451_body() { |
3206 |
|
3698 |
|
|
|
3699 |
|
3207 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23451.pkt |
3700 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23451.pkt |
3208 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23451.pkt |
3701 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23451.pkt |
3209 |
} |
3702 |
} |
3210 |
reordering_23451_cleanup() { |
3703 |
reordering_23451_cleanup() { |
3211 |
restore_sysctls |
3704 |
restore_sysctls |
3212 |
} |
3705 |
} |
|
|
3706 |
|
3213 |
atf_test_case reordering_23514 cleanup |
3707 |
atf_test_case reordering_23514 cleanup |
3214 |
reordering_23514_head() { |
3708 |
reordering_23514_head() { |
3215 |
atf_set timeout 10 |
3709 |
atf_set timeout 10 |
Lines 3217-3228
reordering_23514_head() {
Link Here
|
3217 |
} |
3711 |
} |
3218 |
reordering_23514_body() { |
3712 |
reordering_23514_body() { |
3219 |
|
3713 |
|
|
|
3714 |
|
3220 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23514.pkt |
3715 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23514.pkt |
3221 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23514.pkt |
3716 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23514.pkt |
3222 |
} |
3717 |
} |
3223 |
reordering_23514_cleanup() { |
3718 |
reordering_23514_cleanup() { |
3224 |
restore_sysctls |
3719 |
restore_sysctls |
3225 |
} |
3720 |
} |
|
|
3721 |
|
3226 |
atf_test_case reordering_23541 cleanup |
3722 |
atf_test_case reordering_23541 cleanup |
3227 |
reordering_23541_head() { |
3723 |
reordering_23541_head() { |
3228 |
atf_set timeout 10 |
3724 |
atf_set timeout 10 |
Lines 3230-3241
reordering_23541_head() {
Link Here
|
3230 |
} |
3726 |
} |
3231 |
reordering_23541_body() { |
3727 |
reordering_23541_body() { |
3232 |
|
3728 |
|
|
|
3729 |
|
3233 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23541.pkt |
3730 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23541.pkt |
3234 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23541.pkt |
3731 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-23541.pkt |
3235 |
} |
3732 |
} |
3236 |
reordering_23541_cleanup() { |
3733 |
reordering_23541_cleanup() { |
3237 |
restore_sysctls |
3734 |
restore_sysctls |
3238 |
} |
3735 |
} |
|
|
3736 |
|
3239 |
atf_test_case reordering_24135 cleanup |
3737 |
atf_test_case reordering_24135 cleanup |
3240 |
reordering_24135_head() { |
3738 |
reordering_24135_head() { |
3241 |
atf_set timeout 10 |
3739 |
atf_set timeout 10 |
Lines 3243-3254
reordering_24135_head() {
Link Here
|
3243 |
} |
3741 |
} |
3244 |
reordering_24135_body() { |
3742 |
reordering_24135_body() { |
3245 |
|
3743 |
|
|
|
3744 |
|
3246 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24135.pkt |
3745 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24135.pkt |
3247 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24135.pkt |
3746 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24135.pkt |
3248 |
} |
3747 |
} |
3249 |
reordering_24135_cleanup() { |
3748 |
reordering_24135_cleanup() { |
3250 |
restore_sysctls |
3749 |
restore_sysctls |
3251 |
} |
3750 |
} |
|
|
3751 |
|
3252 |
atf_test_case reordering_24153 cleanup |
3752 |
atf_test_case reordering_24153 cleanup |
3253 |
reordering_24153_head() { |
3753 |
reordering_24153_head() { |
3254 |
atf_set timeout 10 |
3754 |
atf_set timeout 10 |
Lines 3256-3267
reordering_24153_head() {
Link Here
|
3256 |
} |
3756 |
} |
3257 |
reordering_24153_body() { |
3757 |
reordering_24153_body() { |
3258 |
|
3758 |
|
|
|
3759 |
|
3259 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24153.pkt |
3760 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24153.pkt |
3260 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24153.pkt |
3761 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24153.pkt |
3261 |
} |
3762 |
} |
3262 |
reordering_24153_cleanup() { |
3763 |
reordering_24153_cleanup() { |
3263 |
restore_sysctls |
3764 |
restore_sysctls |
3264 |
} |
3765 |
} |
|
|
3766 |
|
3265 |
atf_test_case reordering_24315 cleanup |
3767 |
atf_test_case reordering_24315 cleanup |
3266 |
reordering_24315_head() { |
3768 |
reordering_24315_head() { |
3267 |
atf_set timeout 10 |
3769 |
atf_set timeout 10 |
Lines 3269-3280
reordering_24315_head() {
Link Here
|
3269 |
} |
3771 |
} |
3270 |
reordering_24315_body() { |
3772 |
reordering_24315_body() { |
3271 |
|
3773 |
|
|
|
3774 |
|
3272 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24315.pkt |
3775 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24315.pkt |
3273 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24315.pkt |
3776 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24315.pkt |
3274 |
} |
3777 |
} |
3275 |
reordering_24315_cleanup() { |
3778 |
reordering_24315_cleanup() { |
3276 |
restore_sysctls |
3779 |
restore_sysctls |
3277 |
} |
3780 |
} |
|
|
3781 |
|
3278 |
atf_test_case reordering_24351 cleanup |
3782 |
atf_test_case reordering_24351 cleanup |
3279 |
reordering_24351_head() { |
3783 |
reordering_24351_head() { |
3280 |
atf_set timeout 10 |
3784 |
atf_set timeout 10 |
Lines 3282-3293
reordering_24351_head() {
Link Here
|
3282 |
} |
3786 |
} |
3283 |
reordering_24351_body() { |
3787 |
reordering_24351_body() { |
3284 |
|
3788 |
|
|
|
3789 |
|
3285 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24351.pkt |
3790 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24351.pkt |
3286 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24351.pkt |
3791 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24351.pkt |
3287 |
} |
3792 |
} |
3288 |
reordering_24351_cleanup() { |
3793 |
reordering_24351_cleanup() { |
3289 |
restore_sysctls |
3794 |
restore_sysctls |
3290 |
} |
3795 |
} |
|
|
3796 |
|
3291 |
atf_test_case reordering_24513 cleanup |
3797 |
atf_test_case reordering_24513 cleanup |
3292 |
reordering_24513_head() { |
3798 |
reordering_24513_head() { |
3293 |
atf_set timeout 10 |
3799 |
atf_set timeout 10 |
Lines 3295-3306
reordering_24513_head() {
Link Here
|
3295 |
} |
3801 |
} |
3296 |
reordering_24513_body() { |
3802 |
reordering_24513_body() { |
3297 |
|
3803 |
|
|
|
3804 |
|
3298 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24513.pkt |
3805 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24513.pkt |
3299 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24513.pkt |
3806 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24513.pkt |
3300 |
} |
3807 |
} |
3301 |
reordering_24513_cleanup() { |
3808 |
reordering_24513_cleanup() { |
3302 |
restore_sysctls |
3809 |
restore_sysctls |
3303 |
} |
3810 |
} |
|
|
3811 |
|
3304 |
atf_test_case reordering_24531 cleanup |
3812 |
atf_test_case reordering_24531 cleanup |
3305 |
reordering_24531_head() { |
3813 |
reordering_24531_head() { |
3306 |
atf_set timeout 10 |
3814 |
atf_set timeout 10 |
Lines 3308-3319
reordering_24531_head() {
Link Here
|
3308 |
} |
3816 |
} |
3309 |
reordering_24531_body() { |
3817 |
reordering_24531_body() { |
3310 |
|
3818 |
|
|
|
3819 |
|
3311 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24531.pkt |
3820 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24531.pkt |
3312 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24531.pkt |
3821 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-24531.pkt |
3313 |
} |
3822 |
} |
3314 |
reordering_24531_cleanup() { |
3823 |
reordering_24531_cleanup() { |
3315 |
restore_sysctls |
3824 |
restore_sysctls |
3316 |
} |
3825 |
} |
|
|
3826 |
|
3317 |
atf_test_case reordering_25134 cleanup |
3827 |
atf_test_case reordering_25134 cleanup |
3318 |
reordering_25134_head() { |
3828 |
reordering_25134_head() { |
3319 |
atf_set timeout 10 |
3829 |
atf_set timeout 10 |
Lines 3321-3332
reordering_25134_head() {
Link Here
|
3321 |
} |
3831 |
} |
3322 |
reordering_25134_body() { |
3832 |
reordering_25134_body() { |
3323 |
|
3833 |
|
|
|
3834 |
|
3324 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25134.pkt |
3835 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25134.pkt |
3325 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25134.pkt |
3836 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25134.pkt |
3326 |
} |
3837 |
} |
3327 |
reordering_25134_cleanup() { |
3838 |
reordering_25134_cleanup() { |
3328 |
restore_sysctls |
3839 |
restore_sysctls |
3329 |
} |
3840 |
} |
|
|
3841 |
|
3330 |
atf_test_case reordering_25143 cleanup |
3842 |
atf_test_case reordering_25143 cleanup |
3331 |
reordering_25143_head() { |
3843 |
reordering_25143_head() { |
3332 |
atf_set timeout 10 |
3844 |
atf_set timeout 10 |
Lines 3334-3345
reordering_25143_head() {
Link Here
|
3334 |
} |
3846 |
} |
3335 |
reordering_25143_body() { |
3847 |
reordering_25143_body() { |
3336 |
|
3848 |
|
|
|
3849 |
|
3337 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25143.pkt |
3850 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25143.pkt |
3338 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25143.pkt |
3851 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25143.pkt |
3339 |
} |
3852 |
} |
3340 |
reordering_25143_cleanup() { |
3853 |
reordering_25143_cleanup() { |
3341 |
restore_sysctls |
3854 |
restore_sysctls |
3342 |
} |
3855 |
} |
|
|
3856 |
|
3343 |
atf_test_case reordering_25314 cleanup |
3857 |
atf_test_case reordering_25314 cleanup |
3344 |
reordering_25314_head() { |
3858 |
reordering_25314_head() { |
3345 |
atf_set timeout 10 |
3859 |
atf_set timeout 10 |
Lines 3347-3358
reordering_25314_head() {
Link Here
|
3347 |
} |
3861 |
} |
3348 |
reordering_25314_body() { |
3862 |
reordering_25314_body() { |
3349 |
|
3863 |
|
|
|
3864 |
|
3350 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25314.pkt |
3865 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25314.pkt |
3351 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25314.pkt |
3866 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25314.pkt |
3352 |
} |
3867 |
} |
3353 |
reordering_25314_cleanup() { |
3868 |
reordering_25314_cleanup() { |
3354 |
restore_sysctls |
3869 |
restore_sysctls |
3355 |
} |
3870 |
} |
|
|
3871 |
|
3356 |
atf_test_case reordering_25341 cleanup |
3872 |
atf_test_case reordering_25341 cleanup |
3357 |
reordering_25341_head() { |
3873 |
reordering_25341_head() { |
3358 |
atf_set timeout 10 |
3874 |
atf_set timeout 10 |
Lines 3360-3371
reordering_25341_head() {
Link Here
|
3360 |
} |
3876 |
} |
3361 |
reordering_25341_body() { |
3877 |
reordering_25341_body() { |
3362 |
|
3878 |
|
|
|
3879 |
|
3363 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25341.pkt |
3880 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25341.pkt |
3364 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25341.pkt |
3881 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25341.pkt |
3365 |
} |
3882 |
} |
3366 |
reordering_25341_cleanup() { |
3883 |
reordering_25341_cleanup() { |
3367 |
restore_sysctls |
3884 |
restore_sysctls |
3368 |
} |
3885 |
} |
|
|
3886 |
|
3369 |
atf_test_case reordering_25413 cleanup |
3887 |
atf_test_case reordering_25413 cleanup |
3370 |
reordering_25413_head() { |
3888 |
reordering_25413_head() { |
3371 |
atf_set timeout 10 |
3889 |
atf_set timeout 10 |
Lines 3373-3384
reordering_25413_head() {
Link Here
|
3373 |
} |
3891 |
} |
3374 |
reordering_25413_body() { |
3892 |
reordering_25413_body() { |
3375 |
|
3893 |
|
|
|
3894 |
|
3376 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25413.pkt |
3895 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25413.pkt |
3377 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25413.pkt |
3896 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25413.pkt |
3378 |
} |
3897 |
} |
3379 |
reordering_25413_cleanup() { |
3898 |
reordering_25413_cleanup() { |
3380 |
restore_sysctls |
3899 |
restore_sysctls |
3381 |
} |
3900 |
} |
|
|
3901 |
|
3382 |
atf_test_case reordering_25431 cleanup |
3902 |
atf_test_case reordering_25431 cleanup |
3383 |
reordering_25431_head() { |
3903 |
reordering_25431_head() { |
3384 |
atf_set timeout 10 |
3904 |
atf_set timeout 10 |
Lines 3386-3397
reordering_25431_head() {
Link Here
|
3386 |
} |
3906 |
} |
3387 |
reordering_25431_body() { |
3907 |
reordering_25431_body() { |
3388 |
|
3908 |
|
|
|
3909 |
|
3389 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25431.pkt |
3910 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25431.pkt |
3390 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25431.pkt |
3911 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-25431.pkt |
3391 |
} |
3912 |
} |
3392 |
reordering_25431_cleanup() { |
3913 |
reordering_25431_cleanup() { |
3393 |
restore_sysctls |
3914 |
restore_sysctls |
3394 |
} |
3915 |
} |
|
|
3916 |
|
3395 |
atf_test_case reordering_31245 cleanup |
3917 |
atf_test_case reordering_31245 cleanup |
3396 |
reordering_31245_head() { |
3918 |
reordering_31245_head() { |
3397 |
atf_set timeout 10 |
3919 |
atf_set timeout 10 |
Lines 3399-3410
reordering_31245_head() {
Link Here
|
3399 |
} |
3921 |
} |
3400 |
reordering_31245_body() { |
3922 |
reordering_31245_body() { |
3401 |
|
3923 |
|
|
|
3924 |
|
3402 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31245.pkt |
3925 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31245.pkt |
3403 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31245.pkt |
3926 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31245.pkt |
3404 |
} |
3927 |
} |
3405 |
reordering_31245_cleanup() { |
3928 |
reordering_31245_cleanup() { |
3406 |
restore_sysctls |
3929 |
restore_sysctls |
3407 |
} |
3930 |
} |
|
|
3931 |
|
3408 |
atf_test_case reordering_31254 cleanup |
3932 |
atf_test_case reordering_31254 cleanup |
3409 |
reordering_31254_head() { |
3933 |
reordering_31254_head() { |
3410 |
atf_set timeout 10 |
3934 |
atf_set timeout 10 |
Lines 3412-3423
reordering_31254_head() {
Link Here
|
3412 |
} |
3936 |
} |
3413 |
reordering_31254_body() { |
3937 |
reordering_31254_body() { |
3414 |
|
3938 |
|
|
|
3939 |
|
3415 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31254.pkt |
3940 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31254.pkt |
3416 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31254.pkt |
3941 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31254.pkt |
3417 |
} |
3942 |
} |
3418 |
reordering_31254_cleanup() { |
3943 |
reordering_31254_cleanup() { |
3419 |
restore_sysctls |
3944 |
restore_sysctls |
3420 |
} |
3945 |
} |
|
|
3946 |
|
3421 |
atf_test_case reordering_31425 cleanup |
3947 |
atf_test_case reordering_31425 cleanup |
3422 |
reordering_31425_head() { |
3948 |
reordering_31425_head() { |
3423 |
atf_set timeout 10 |
3949 |
atf_set timeout 10 |
Lines 3425-3436
reordering_31425_head() {
Link Here
|
3425 |
} |
3951 |
} |
3426 |
reordering_31425_body() { |
3952 |
reordering_31425_body() { |
3427 |
|
3953 |
|
|
|
3954 |
|
3428 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31425.pkt |
3955 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31425.pkt |
3429 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31425.pkt |
3956 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31425.pkt |
3430 |
} |
3957 |
} |
3431 |
reordering_31425_cleanup() { |
3958 |
reordering_31425_cleanup() { |
3432 |
restore_sysctls |
3959 |
restore_sysctls |
3433 |
} |
3960 |
} |
|
|
3961 |
|
3434 |
atf_test_case reordering_31452 cleanup |
3962 |
atf_test_case reordering_31452 cleanup |
3435 |
reordering_31452_head() { |
3963 |
reordering_31452_head() { |
3436 |
atf_set timeout 10 |
3964 |
atf_set timeout 10 |
Lines 3438-3449
reordering_31452_head() {
Link Here
|
3438 |
} |
3966 |
} |
3439 |
reordering_31452_body() { |
3967 |
reordering_31452_body() { |
3440 |
|
3968 |
|
|
|
3969 |
|
3441 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31452.pkt |
3970 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31452.pkt |
3442 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31452.pkt |
3971 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31452.pkt |
3443 |
} |
3972 |
} |
3444 |
reordering_31452_cleanup() { |
3973 |
reordering_31452_cleanup() { |
3445 |
restore_sysctls |
3974 |
restore_sysctls |
3446 |
} |
3975 |
} |
|
|
3976 |
|
3447 |
atf_test_case reordering_31524 cleanup |
3977 |
atf_test_case reordering_31524 cleanup |
3448 |
reordering_31524_head() { |
3978 |
reordering_31524_head() { |
3449 |
atf_set timeout 10 |
3979 |
atf_set timeout 10 |
Lines 3451-3462
reordering_31524_head() {
Link Here
|
3451 |
} |
3981 |
} |
3452 |
reordering_31524_body() { |
3982 |
reordering_31524_body() { |
3453 |
|
3983 |
|
|
|
3984 |
|
3454 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31524.pkt |
3985 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31524.pkt |
3455 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31524.pkt |
3986 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31524.pkt |
3456 |
} |
3987 |
} |
3457 |
reordering_31524_cleanup() { |
3988 |
reordering_31524_cleanup() { |
3458 |
restore_sysctls |
3989 |
restore_sysctls |
3459 |
} |
3990 |
} |
|
|
3991 |
|
3460 |
atf_test_case reordering_31542 cleanup |
3992 |
atf_test_case reordering_31542 cleanup |
3461 |
reordering_31542_head() { |
3993 |
reordering_31542_head() { |
3462 |
atf_set timeout 10 |
3994 |
atf_set timeout 10 |
Lines 3464-3475
reordering_31542_head() {
Link Here
|
3464 |
} |
3996 |
} |
3465 |
reordering_31542_body() { |
3997 |
reordering_31542_body() { |
3466 |
|
3998 |
|
|
|
3999 |
|
3467 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31542.pkt |
4000 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31542.pkt |
3468 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31542.pkt |
4001 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-31542.pkt |
3469 |
} |
4002 |
} |
3470 |
reordering_31542_cleanup() { |
4003 |
reordering_31542_cleanup() { |
3471 |
restore_sysctls |
4004 |
restore_sysctls |
3472 |
} |
4005 |
} |
|
|
4006 |
|
3473 |
atf_test_case reordering_32145 cleanup |
4007 |
atf_test_case reordering_32145 cleanup |
3474 |
reordering_32145_head() { |
4008 |
reordering_32145_head() { |
3475 |
atf_set timeout 10 |
4009 |
atf_set timeout 10 |
Lines 3477-3488
reordering_32145_head() {
Link Here
|
3477 |
} |
4011 |
} |
3478 |
reordering_32145_body() { |
4012 |
reordering_32145_body() { |
3479 |
|
4013 |
|
|
|
4014 |
|
3480 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32145.pkt |
4015 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32145.pkt |
3481 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32145.pkt |
4016 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32145.pkt |
3482 |
} |
4017 |
} |
3483 |
reordering_32145_cleanup() { |
4018 |
reordering_32145_cleanup() { |
3484 |
restore_sysctls |
4019 |
restore_sysctls |
3485 |
} |
4020 |
} |
|
|
4021 |
|
3486 |
atf_test_case reordering_32154 cleanup |
4022 |
atf_test_case reordering_32154 cleanup |
3487 |
reordering_32154_head() { |
4023 |
reordering_32154_head() { |
3488 |
atf_set timeout 10 |
4024 |
atf_set timeout 10 |
Lines 3490-3501
reordering_32154_head() {
Link Here
|
3490 |
} |
4026 |
} |
3491 |
reordering_32154_body() { |
4027 |
reordering_32154_body() { |
3492 |
|
4028 |
|
|
|
4029 |
|
3493 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32154.pkt |
4030 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32154.pkt |
3494 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32154.pkt |
4031 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32154.pkt |
3495 |
} |
4032 |
} |
3496 |
reordering_32154_cleanup() { |
4033 |
reordering_32154_cleanup() { |
3497 |
restore_sysctls |
4034 |
restore_sysctls |
3498 |
} |
4035 |
} |
|
|
4036 |
|
3499 |
atf_test_case reordering_32415 cleanup |
4037 |
atf_test_case reordering_32415 cleanup |
3500 |
reordering_32415_head() { |
4038 |
reordering_32415_head() { |
3501 |
atf_set timeout 10 |
4039 |
atf_set timeout 10 |
Lines 3503-3514
reordering_32415_head() {
Link Here
|
3503 |
} |
4041 |
} |
3504 |
reordering_32415_body() { |
4042 |
reordering_32415_body() { |
3505 |
|
4043 |
|
|
|
4044 |
|
3506 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32415.pkt |
4045 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32415.pkt |
3507 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32415.pkt |
4046 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32415.pkt |
3508 |
} |
4047 |
} |
3509 |
reordering_32415_cleanup() { |
4048 |
reordering_32415_cleanup() { |
3510 |
restore_sysctls |
4049 |
restore_sysctls |
3511 |
} |
4050 |
} |
|
|
4051 |
|
3512 |
atf_test_case reordering_32451 cleanup |
4052 |
atf_test_case reordering_32451 cleanup |
3513 |
reordering_32451_head() { |
4053 |
reordering_32451_head() { |
3514 |
atf_set timeout 10 |
4054 |
atf_set timeout 10 |
Lines 3516-3527
reordering_32451_head() {
Link Here
|
3516 |
} |
4056 |
} |
3517 |
reordering_32451_body() { |
4057 |
reordering_32451_body() { |
3518 |
|
4058 |
|
|
|
4059 |
|
3519 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32451.pkt |
4060 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32451.pkt |
3520 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32451.pkt |
4061 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32451.pkt |
3521 |
} |
4062 |
} |
3522 |
reordering_32451_cleanup() { |
4063 |
reordering_32451_cleanup() { |
3523 |
restore_sysctls |
4064 |
restore_sysctls |
3524 |
} |
4065 |
} |
|
|
4066 |
|
3525 |
atf_test_case reordering_32514 cleanup |
4067 |
atf_test_case reordering_32514 cleanup |
3526 |
reordering_32514_head() { |
4068 |
reordering_32514_head() { |
3527 |
atf_set timeout 10 |
4069 |
atf_set timeout 10 |
Lines 3529-3540
reordering_32514_head() {
Link Here
|
3529 |
} |
4071 |
} |
3530 |
reordering_32514_body() { |
4072 |
reordering_32514_body() { |
3531 |
|
4073 |
|
|
|
4074 |
|
3532 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32514.pkt |
4075 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32514.pkt |
3533 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32514.pkt |
4076 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32514.pkt |
3534 |
} |
4077 |
} |
3535 |
reordering_32514_cleanup() { |
4078 |
reordering_32514_cleanup() { |
3536 |
restore_sysctls |
4079 |
restore_sysctls |
3537 |
} |
4080 |
} |
|
|
4081 |
|
3538 |
atf_test_case reordering_32541 cleanup |
4082 |
atf_test_case reordering_32541 cleanup |
3539 |
reordering_32541_head() { |
4083 |
reordering_32541_head() { |
3540 |
atf_set timeout 10 |
4084 |
atf_set timeout 10 |
Lines 3542-3553
reordering_32541_head() {
Link Here
|
3542 |
} |
4086 |
} |
3543 |
reordering_32541_body() { |
4087 |
reordering_32541_body() { |
3544 |
|
4088 |
|
|
|
4089 |
|
3545 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32541.pkt |
4090 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32541.pkt |
3546 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32541.pkt |
4091 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-32541.pkt |
3547 |
} |
4092 |
} |
3548 |
reordering_32541_cleanup() { |
4093 |
reordering_32541_cleanup() { |
3549 |
restore_sysctls |
4094 |
restore_sysctls |
3550 |
} |
4095 |
} |
|
|
4096 |
|
3551 |
atf_test_case reordering_34125 cleanup |
4097 |
atf_test_case reordering_34125 cleanup |
3552 |
reordering_34125_head() { |
4098 |
reordering_34125_head() { |
3553 |
atf_set timeout 10 |
4099 |
atf_set timeout 10 |
Lines 3555-3566
reordering_34125_head() {
Link Here
|
3555 |
} |
4101 |
} |
3556 |
reordering_34125_body() { |
4102 |
reordering_34125_body() { |
3557 |
|
4103 |
|
|
|
4104 |
|
3558 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34125.pkt |
4105 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34125.pkt |
3559 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34125.pkt |
4106 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34125.pkt |
3560 |
} |
4107 |
} |
3561 |
reordering_34125_cleanup() { |
4108 |
reordering_34125_cleanup() { |
3562 |
restore_sysctls |
4109 |
restore_sysctls |
3563 |
} |
4110 |
} |
|
|
4111 |
|
3564 |
atf_test_case reordering_34152 cleanup |
4112 |
atf_test_case reordering_34152 cleanup |
3565 |
reordering_34152_head() { |
4113 |
reordering_34152_head() { |
3566 |
atf_set timeout 10 |
4114 |
atf_set timeout 10 |
Lines 3568-3579
reordering_34152_head() {
Link Here
|
3568 |
} |
4116 |
} |
3569 |
reordering_34152_body() { |
4117 |
reordering_34152_body() { |
3570 |
|
4118 |
|
|
|
4119 |
|
3571 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34152.pkt |
4120 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34152.pkt |
3572 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34152.pkt |
4121 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34152.pkt |
3573 |
} |
4122 |
} |
3574 |
reordering_34152_cleanup() { |
4123 |
reordering_34152_cleanup() { |
3575 |
restore_sysctls |
4124 |
restore_sysctls |
3576 |
} |
4125 |
} |
|
|
4126 |
|
3577 |
atf_test_case reordering_34215 cleanup |
4127 |
atf_test_case reordering_34215 cleanup |
3578 |
reordering_34215_head() { |
4128 |
reordering_34215_head() { |
3579 |
atf_set timeout 10 |
4129 |
atf_set timeout 10 |
Lines 3581-3592
reordering_34215_head() {
Link Here
|
3581 |
} |
4131 |
} |
3582 |
reordering_34215_body() { |
4132 |
reordering_34215_body() { |
3583 |
|
4133 |
|
|
|
4134 |
|
3584 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34215.pkt |
4135 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34215.pkt |
3585 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34215.pkt |
4136 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34215.pkt |
3586 |
} |
4137 |
} |
3587 |
reordering_34215_cleanup() { |
4138 |
reordering_34215_cleanup() { |
3588 |
restore_sysctls |
4139 |
restore_sysctls |
3589 |
} |
4140 |
} |
|
|
4141 |
|
3590 |
atf_test_case reordering_34251 cleanup |
4142 |
atf_test_case reordering_34251 cleanup |
3591 |
reordering_34251_head() { |
4143 |
reordering_34251_head() { |
3592 |
atf_set timeout 10 |
4144 |
atf_set timeout 10 |
Lines 3594-3605
reordering_34251_head() {
Link Here
|
3594 |
} |
4146 |
} |
3595 |
reordering_34251_body() { |
4147 |
reordering_34251_body() { |
3596 |
|
4148 |
|
|
|
4149 |
|
3597 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34251.pkt |
4150 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34251.pkt |
3598 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34251.pkt |
4151 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34251.pkt |
3599 |
} |
4152 |
} |
3600 |
reordering_34251_cleanup() { |
4153 |
reordering_34251_cleanup() { |
3601 |
restore_sysctls |
4154 |
restore_sysctls |
3602 |
} |
4155 |
} |
|
|
4156 |
|
3603 |
atf_test_case reordering_34512 cleanup |
4157 |
atf_test_case reordering_34512 cleanup |
3604 |
reordering_34512_head() { |
4158 |
reordering_34512_head() { |
3605 |
atf_set timeout 10 |
4159 |
atf_set timeout 10 |
Lines 3607-3618
reordering_34512_head() {
Link Here
|
3607 |
} |
4161 |
} |
3608 |
reordering_34512_body() { |
4162 |
reordering_34512_body() { |
3609 |
|
4163 |
|
|
|
4164 |
|
3610 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34512.pkt |
4165 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34512.pkt |
3611 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34512.pkt |
4166 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34512.pkt |
3612 |
} |
4167 |
} |
3613 |
reordering_34512_cleanup() { |
4168 |
reordering_34512_cleanup() { |
3614 |
restore_sysctls |
4169 |
restore_sysctls |
3615 |
} |
4170 |
} |
|
|
4171 |
|
3616 |
atf_test_case reordering_34521 cleanup |
4172 |
atf_test_case reordering_34521 cleanup |
3617 |
reordering_34521_head() { |
4173 |
reordering_34521_head() { |
3618 |
atf_set timeout 10 |
4174 |
atf_set timeout 10 |
Lines 3620-3631
reordering_34521_head() {
Link Here
|
3620 |
} |
4176 |
} |
3621 |
reordering_34521_body() { |
4177 |
reordering_34521_body() { |
3622 |
|
4178 |
|
|
|
4179 |
|
3623 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34521.pkt |
4180 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34521.pkt |
3624 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34521.pkt |
4181 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-34521.pkt |
3625 |
} |
4182 |
} |
3626 |
reordering_34521_cleanup() { |
4183 |
reordering_34521_cleanup() { |
3627 |
restore_sysctls |
4184 |
restore_sysctls |
3628 |
} |
4185 |
} |
|
|
4186 |
|
3629 |
atf_test_case reordering_35124 cleanup |
4187 |
atf_test_case reordering_35124 cleanup |
3630 |
reordering_35124_head() { |
4188 |
reordering_35124_head() { |
3631 |
atf_set timeout 10 |
4189 |
atf_set timeout 10 |
Lines 3633-3644
reordering_35124_head() {
Link Here
|
3633 |
} |
4191 |
} |
3634 |
reordering_35124_body() { |
4192 |
reordering_35124_body() { |
3635 |
|
4193 |
|
|
|
4194 |
|
3636 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35124.pkt |
4195 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35124.pkt |
3637 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35124.pkt |
4196 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35124.pkt |
3638 |
} |
4197 |
} |
3639 |
reordering_35124_cleanup() { |
4198 |
reordering_35124_cleanup() { |
3640 |
restore_sysctls |
4199 |
restore_sysctls |
3641 |
} |
4200 |
} |
|
|
4201 |
|
3642 |
atf_test_case reordering_35142 cleanup |
4202 |
atf_test_case reordering_35142 cleanup |
3643 |
reordering_35142_head() { |
4203 |
reordering_35142_head() { |
3644 |
atf_set timeout 10 |
4204 |
atf_set timeout 10 |
Lines 3646-3657
reordering_35142_head() {
Link Here
|
3646 |
} |
4206 |
} |
3647 |
reordering_35142_body() { |
4207 |
reordering_35142_body() { |
3648 |
|
4208 |
|
|
|
4209 |
|
3649 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35142.pkt |
4210 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35142.pkt |
3650 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35142.pkt |
4211 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35142.pkt |
3651 |
} |
4212 |
} |
3652 |
reordering_35142_cleanup() { |
4213 |
reordering_35142_cleanup() { |
3653 |
restore_sysctls |
4214 |
restore_sysctls |
3654 |
} |
4215 |
} |
|
|
4216 |
|
3655 |
atf_test_case reordering_35214 cleanup |
4217 |
atf_test_case reordering_35214 cleanup |
3656 |
reordering_35214_head() { |
4218 |
reordering_35214_head() { |
3657 |
atf_set timeout 10 |
4219 |
atf_set timeout 10 |
Lines 3659-3670
reordering_35214_head() {
Link Here
|
3659 |
} |
4221 |
} |
3660 |
reordering_35214_body() { |
4222 |
reordering_35214_body() { |
3661 |
|
4223 |
|
|
|
4224 |
|
3662 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35214.pkt |
4225 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35214.pkt |
3663 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35214.pkt |
4226 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35214.pkt |
3664 |
} |
4227 |
} |
3665 |
reordering_35214_cleanup() { |
4228 |
reordering_35214_cleanup() { |
3666 |
restore_sysctls |
4229 |
restore_sysctls |
3667 |
} |
4230 |
} |
|
|
4231 |
|
3668 |
atf_test_case reordering_35241 cleanup |
4232 |
atf_test_case reordering_35241 cleanup |
3669 |
reordering_35241_head() { |
4233 |
reordering_35241_head() { |
3670 |
atf_set timeout 10 |
4234 |
atf_set timeout 10 |
Lines 3672-3683
reordering_35241_head() {
Link Here
|
3672 |
} |
4236 |
} |
3673 |
reordering_35241_body() { |
4237 |
reordering_35241_body() { |
3674 |
|
4238 |
|
|
|
4239 |
|
3675 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35241.pkt |
4240 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35241.pkt |
3676 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35241.pkt |
4241 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35241.pkt |
3677 |
} |
4242 |
} |
3678 |
reordering_35241_cleanup() { |
4243 |
reordering_35241_cleanup() { |
3679 |
restore_sysctls |
4244 |
restore_sysctls |
3680 |
} |
4245 |
} |
|
|
4246 |
|
3681 |
atf_test_case reordering_35412 cleanup |
4247 |
atf_test_case reordering_35412 cleanup |
3682 |
reordering_35412_head() { |
4248 |
reordering_35412_head() { |
3683 |
atf_set timeout 10 |
4249 |
atf_set timeout 10 |
Lines 3685-3696
reordering_35412_head() {
Link Here
|
3685 |
} |
4251 |
} |
3686 |
reordering_35412_body() { |
4252 |
reordering_35412_body() { |
3687 |
|
4253 |
|
|
|
4254 |
|
3688 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35412.pkt |
4255 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35412.pkt |
3689 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35412.pkt |
4256 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35412.pkt |
3690 |
} |
4257 |
} |
3691 |
reordering_35412_cleanup() { |
4258 |
reordering_35412_cleanup() { |
3692 |
restore_sysctls |
4259 |
restore_sysctls |
3693 |
} |
4260 |
} |
|
|
4261 |
|
3694 |
atf_test_case reordering_35421 cleanup |
4262 |
atf_test_case reordering_35421 cleanup |
3695 |
reordering_35421_head() { |
4263 |
reordering_35421_head() { |
3696 |
atf_set timeout 10 |
4264 |
atf_set timeout 10 |
Lines 3698-3709
reordering_35421_head() {
Link Here
|
3698 |
} |
4266 |
} |
3699 |
reordering_35421_body() { |
4267 |
reordering_35421_body() { |
3700 |
|
4268 |
|
|
|
4269 |
|
3701 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35421.pkt |
4270 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35421.pkt |
3702 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35421.pkt |
4271 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-35421.pkt |
3703 |
} |
4272 |
} |
3704 |
reordering_35421_cleanup() { |
4273 |
reordering_35421_cleanup() { |
3705 |
restore_sysctls |
4274 |
restore_sysctls |
3706 |
} |
4275 |
} |
|
|
4276 |
|
3707 |
atf_test_case reordering_41235 cleanup |
4277 |
atf_test_case reordering_41235 cleanup |
3708 |
reordering_41235_head() { |
4278 |
reordering_41235_head() { |
3709 |
atf_set timeout 10 |
4279 |
atf_set timeout 10 |
Lines 3711-3722
reordering_41235_head() {
Link Here
|
3711 |
} |
4281 |
} |
3712 |
reordering_41235_body() { |
4282 |
reordering_41235_body() { |
3713 |
|
4283 |
|
|
|
4284 |
|
3714 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41235.pkt |
4285 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41235.pkt |
3715 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41235.pkt |
4286 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41235.pkt |
3716 |
} |
4287 |
} |
3717 |
reordering_41235_cleanup() { |
4288 |
reordering_41235_cleanup() { |
3718 |
restore_sysctls |
4289 |
restore_sysctls |
3719 |
} |
4290 |
} |
|
|
4291 |
|
3720 |
atf_test_case reordering_41253 cleanup |
4292 |
atf_test_case reordering_41253 cleanup |
3721 |
reordering_41253_head() { |
4293 |
reordering_41253_head() { |
3722 |
atf_set timeout 10 |
4294 |
atf_set timeout 10 |
Lines 3724-3735
reordering_41253_head() {
Link Here
|
3724 |
} |
4296 |
} |
3725 |
reordering_41253_body() { |
4297 |
reordering_41253_body() { |
3726 |
|
4298 |
|
|
|
4299 |
|
3727 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41253.pkt |
4300 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41253.pkt |
3728 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41253.pkt |
4301 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41253.pkt |
3729 |
} |
4302 |
} |
3730 |
reordering_41253_cleanup() { |
4303 |
reordering_41253_cleanup() { |
3731 |
restore_sysctls |
4304 |
restore_sysctls |
3732 |
} |
4305 |
} |
|
|
4306 |
|
3733 |
atf_test_case reordering_41325 cleanup |
4307 |
atf_test_case reordering_41325 cleanup |
3734 |
reordering_41325_head() { |
4308 |
reordering_41325_head() { |
3735 |
atf_set timeout 10 |
4309 |
atf_set timeout 10 |
Lines 3737-3748
reordering_41325_head() {
Link Here
|
3737 |
} |
4311 |
} |
3738 |
reordering_41325_body() { |
4312 |
reordering_41325_body() { |
3739 |
|
4313 |
|
|
|
4314 |
|
3740 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41325.pkt |
4315 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41325.pkt |
3741 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41325.pkt |
4316 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41325.pkt |
3742 |
} |
4317 |
} |
3743 |
reordering_41325_cleanup() { |
4318 |
reordering_41325_cleanup() { |
3744 |
restore_sysctls |
4319 |
restore_sysctls |
3745 |
} |
4320 |
} |
|
|
4321 |
|
3746 |
atf_test_case reordering_41352 cleanup |
4322 |
atf_test_case reordering_41352 cleanup |
3747 |
reordering_41352_head() { |
4323 |
reordering_41352_head() { |
3748 |
atf_set timeout 10 |
4324 |
atf_set timeout 10 |
Lines 3750-3761
reordering_41352_head() {
Link Here
|
3750 |
} |
4326 |
} |
3751 |
reordering_41352_body() { |
4327 |
reordering_41352_body() { |
3752 |
|
4328 |
|
|
|
4329 |
|
3753 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41352.pkt |
4330 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41352.pkt |
3754 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41352.pkt |
4331 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41352.pkt |
3755 |
} |
4332 |
} |
3756 |
reordering_41352_cleanup() { |
4333 |
reordering_41352_cleanup() { |
3757 |
restore_sysctls |
4334 |
restore_sysctls |
3758 |
} |
4335 |
} |
|
|
4336 |
|
3759 |
atf_test_case reordering_41523 cleanup |
4337 |
atf_test_case reordering_41523 cleanup |
3760 |
reordering_41523_head() { |
4338 |
reordering_41523_head() { |
3761 |
atf_set timeout 10 |
4339 |
atf_set timeout 10 |
Lines 3763-3774
reordering_41523_head() {
Link Here
|
3763 |
} |
4341 |
} |
3764 |
reordering_41523_body() { |
4342 |
reordering_41523_body() { |
3765 |
|
4343 |
|
|
|
4344 |
|
3766 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41523.pkt |
4345 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41523.pkt |
3767 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41523.pkt |
4346 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41523.pkt |
3768 |
} |
4347 |
} |
3769 |
reordering_41523_cleanup() { |
4348 |
reordering_41523_cleanup() { |
3770 |
restore_sysctls |
4349 |
restore_sysctls |
3771 |
} |
4350 |
} |
|
|
4351 |
|
3772 |
atf_test_case reordering_41532 cleanup |
4352 |
atf_test_case reordering_41532 cleanup |
3773 |
reordering_41532_head() { |
4353 |
reordering_41532_head() { |
3774 |
atf_set timeout 10 |
4354 |
atf_set timeout 10 |
Lines 3776-3787
reordering_41532_head() {
Link Here
|
3776 |
} |
4356 |
} |
3777 |
reordering_41532_body() { |
4357 |
reordering_41532_body() { |
3778 |
|
4358 |
|
|
|
4359 |
|
3779 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41532.pkt |
4360 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41532.pkt |
3780 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41532.pkt |
4361 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-41532.pkt |
3781 |
} |
4362 |
} |
3782 |
reordering_41532_cleanup() { |
4363 |
reordering_41532_cleanup() { |
3783 |
restore_sysctls |
4364 |
restore_sysctls |
3784 |
} |
4365 |
} |
|
|
4366 |
|
3785 |
atf_test_case reordering_42135 cleanup |
4367 |
atf_test_case reordering_42135 cleanup |
3786 |
reordering_42135_head() { |
4368 |
reordering_42135_head() { |
3787 |
atf_set timeout 10 |
4369 |
atf_set timeout 10 |
Lines 3789-3800
reordering_42135_head() {
Link Here
|
3789 |
} |
4371 |
} |
3790 |
reordering_42135_body() { |
4372 |
reordering_42135_body() { |
3791 |
|
4373 |
|
|
|
4374 |
|
3792 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42135.pkt |
4375 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42135.pkt |
3793 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42135.pkt |
4376 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42135.pkt |
3794 |
} |
4377 |
} |
3795 |
reordering_42135_cleanup() { |
4378 |
reordering_42135_cleanup() { |
3796 |
restore_sysctls |
4379 |
restore_sysctls |
3797 |
} |
4380 |
} |
|
|
4381 |
|
3798 |
atf_test_case reordering_42153 cleanup |
4382 |
atf_test_case reordering_42153 cleanup |
3799 |
reordering_42153_head() { |
4383 |
reordering_42153_head() { |
3800 |
atf_set timeout 10 |
4384 |
atf_set timeout 10 |
Lines 3802-3813
reordering_42153_head() {
Link Here
|
3802 |
} |
4386 |
} |
3803 |
reordering_42153_body() { |
4387 |
reordering_42153_body() { |
3804 |
|
4388 |
|
|
|
4389 |
|
3805 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42153.pkt |
4390 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42153.pkt |
3806 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42153.pkt |
4391 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42153.pkt |
3807 |
} |
4392 |
} |
3808 |
reordering_42153_cleanup() { |
4393 |
reordering_42153_cleanup() { |
3809 |
restore_sysctls |
4394 |
restore_sysctls |
3810 |
} |
4395 |
} |
|
|
4396 |
|
3811 |
atf_test_case reordering_42315 cleanup |
4397 |
atf_test_case reordering_42315 cleanup |
3812 |
reordering_42315_head() { |
4398 |
reordering_42315_head() { |
3813 |
atf_set timeout 10 |
4399 |
atf_set timeout 10 |
Lines 3815-3826
reordering_42315_head() {
Link Here
|
3815 |
} |
4401 |
} |
3816 |
reordering_42315_body() { |
4402 |
reordering_42315_body() { |
3817 |
|
4403 |
|
|
|
4404 |
|
3818 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42315.pkt |
4405 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42315.pkt |
3819 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42315.pkt |
4406 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42315.pkt |
3820 |
} |
4407 |
} |
3821 |
reordering_42315_cleanup() { |
4408 |
reordering_42315_cleanup() { |
3822 |
restore_sysctls |
4409 |
restore_sysctls |
3823 |
} |
4410 |
} |
|
|
4411 |
|
3824 |
atf_test_case reordering_42351 cleanup |
4412 |
atf_test_case reordering_42351 cleanup |
3825 |
reordering_42351_head() { |
4413 |
reordering_42351_head() { |
3826 |
atf_set timeout 10 |
4414 |
atf_set timeout 10 |
Lines 3828-3839
reordering_42351_head() {
Link Here
|
3828 |
} |
4416 |
} |
3829 |
reordering_42351_body() { |
4417 |
reordering_42351_body() { |
3830 |
|
4418 |
|
|
|
4419 |
|
3831 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42351.pkt |
4420 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42351.pkt |
3832 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42351.pkt |
4421 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42351.pkt |
3833 |
} |
4422 |
} |
3834 |
reordering_42351_cleanup() { |
4423 |
reordering_42351_cleanup() { |
3835 |
restore_sysctls |
4424 |
restore_sysctls |
3836 |
} |
4425 |
} |
|
|
4426 |
|
3837 |
atf_test_case reordering_42513 cleanup |
4427 |
atf_test_case reordering_42513 cleanup |
3838 |
reordering_42513_head() { |
4428 |
reordering_42513_head() { |
3839 |
atf_set timeout 10 |
4429 |
atf_set timeout 10 |
Lines 3841-3852
reordering_42513_head() {
Link Here
|
3841 |
} |
4431 |
} |
3842 |
reordering_42513_body() { |
4432 |
reordering_42513_body() { |
3843 |
|
4433 |
|
|
|
4434 |
|
3844 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42513.pkt |
4435 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42513.pkt |
3845 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42513.pkt |
4436 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42513.pkt |
3846 |
} |
4437 |
} |
3847 |
reordering_42513_cleanup() { |
4438 |
reordering_42513_cleanup() { |
3848 |
restore_sysctls |
4439 |
restore_sysctls |
3849 |
} |
4440 |
} |
|
|
4441 |
|
3850 |
atf_test_case reordering_42531 cleanup |
4442 |
atf_test_case reordering_42531 cleanup |
3851 |
reordering_42531_head() { |
4443 |
reordering_42531_head() { |
3852 |
atf_set timeout 10 |
4444 |
atf_set timeout 10 |
Lines 3854-3865
reordering_42531_head() {
Link Here
|
3854 |
} |
4446 |
} |
3855 |
reordering_42531_body() { |
4447 |
reordering_42531_body() { |
3856 |
|
4448 |
|
|
|
4449 |
|
3857 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42531.pkt |
4450 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42531.pkt |
3858 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42531.pkt |
4451 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-42531.pkt |
3859 |
} |
4452 |
} |
3860 |
reordering_42531_cleanup() { |
4453 |
reordering_42531_cleanup() { |
3861 |
restore_sysctls |
4454 |
restore_sysctls |
3862 |
} |
4455 |
} |
|
|
4456 |
|
3863 |
atf_test_case reordering_43125 cleanup |
4457 |
atf_test_case reordering_43125 cleanup |
3864 |
reordering_43125_head() { |
4458 |
reordering_43125_head() { |
3865 |
atf_set timeout 10 |
4459 |
atf_set timeout 10 |
Lines 3867-3878
reordering_43125_head() {
Link Here
|
3867 |
} |
4461 |
} |
3868 |
reordering_43125_body() { |
4462 |
reordering_43125_body() { |
3869 |
|
4463 |
|
|
|
4464 |
|
3870 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43125.pkt |
4465 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43125.pkt |
3871 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43125.pkt |
4466 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43125.pkt |
3872 |
} |
4467 |
} |
3873 |
reordering_43125_cleanup() { |
4468 |
reordering_43125_cleanup() { |
3874 |
restore_sysctls |
4469 |
restore_sysctls |
3875 |
} |
4470 |
} |
|
|
4471 |
|
3876 |
atf_test_case reordering_43152 cleanup |
4472 |
atf_test_case reordering_43152 cleanup |
3877 |
reordering_43152_head() { |
4473 |
reordering_43152_head() { |
3878 |
atf_set timeout 10 |
4474 |
atf_set timeout 10 |
Lines 3880-3891
reordering_43152_head() {
Link Here
|
3880 |
} |
4476 |
} |
3881 |
reordering_43152_body() { |
4477 |
reordering_43152_body() { |
3882 |
|
4478 |
|
|
|
4479 |
|
3883 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43152.pkt |
4480 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43152.pkt |
3884 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43152.pkt |
4481 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43152.pkt |
3885 |
} |
4482 |
} |
3886 |
reordering_43152_cleanup() { |
4483 |
reordering_43152_cleanup() { |
3887 |
restore_sysctls |
4484 |
restore_sysctls |
3888 |
} |
4485 |
} |
|
|
4486 |
|
3889 |
atf_test_case reordering_43215 cleanup |
4487 |
atf_test_case reordering_43215 cleanup |
3890 |
reordering_43215_head() { |
4488 |
reordering_43215_head() { |
3891 |
atf_set timeout 10 |
4489 |
atf_set timeout 10 |
Lines 3893-3904
reordering_43215_head() {
Link Here
|
3893 |
} |
4491 |
} |
3894 |
reordering_43215_body() { |
4492 |
reordering_43215_body() { |
3895 |
|
4493 |
|
|
|
4494 |
|
3896 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43215.pkt |
4495 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43215.pkt |
3897 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43215.pkt |
4496 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43215.pkt |
3898 |
} |
4497 |
} |
3899 |
reordering_43215_cleanup() { |
4498 |
reordering_43215_cleanup() { |
3900 |
restore_sysctls |
4499 |
restore_sysctls |
3901 |
} |
4500 |
} |
|
|
4501 |
|
3902 |
atf_test_case reordering_43251 cleanup |
4502 |
atf_test_case reordering_43251 cleanup |
3903 |
reordering_43251_head() { |
4503 |
reordering_43251_head() { |
3904 |
atf_set timeout 10 |
4504 |
atf_set timeout 10 |
Lines 3906-3917
reordering_43251_head() {
Link Here
|
3906 |
} |
4506 |
} |
3907 |
reordering_43251_body() { |
4507 |
reordering_43251_body() { |
3908 |
|
4508 |
|
|
|
4509 |
|
3909 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43251.pkt |
4510 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43251.pkt |
3910 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43251.pkt |
4511 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43251.pkt |
3911 |
} |
4512 |
} |
3912 |
reordering_43251_cleanup() { |
4513 |
reordering_43251_cleanup() { |
3913 |
restore_sysctls |
4514 |
restore_sysctls |
3914 |
} |
4515 |
} |
|
|
4516 |
|
3915 |
atf_test_case reordering_43512 cleanup |
4517 |
atf_test_case reordering_43512 cleanup |
3916 |
reordering_43512_head() { |
4518 |
reordering_43512_head() { |
3917 |
atf_set timeout 10 |
4519 |
atf_set timeout 10 |
Lines 3919-3930
reordering_43512_head() {
Link Here
|
3919 |
} |
4521 |
} |
3920 |
reordering_43512_body() { |
4522 |
reordering_43512_body() { |
3921 |
|
4523 |
|
|
|
4524 |
|
3922 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43512.pkt |
4525 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43512.pkt |
3923 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43512.pkt |
4526 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43512.pkt |
3924 |
} |
4527 |
} |
3925 |
reordering_43512_cleanup() { |
4528 |
reordering_43512_cleanup() { |
3926 |
restore_sysctls |
4529 |
restore_sysctls |
3927 |
} |
4530 |
} |
|
|
4531 |
|
3928 |
atf_test_case reordering_43521 cleanup |
4532 |
atf_test_case reordering_43521 cleanup |
3929 |
reordering_43521_head() { |
4533 |
reordering_43521_head() { |
3930 |
atf_set timeout 10 |
4534 |
atf_set timeout 10 |
Lines 3932-3943
reordering_43521_head() {
Link Here
|
3932 |
} |
4536 |
} |
3933 |
reordering_43521_body() { |
4537 |
reordering_43521_body() { |
3934 |
|
4538 |
|
|
|
4539 |
|
3935 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43521.pkt |
4540 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43521.pkt |
3936 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43521.pkt |
4541 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-43521.pkt |
3937 |
} |
4542 |
} |
3938 |
reordering_43521_cleanup() { |
4543 |
reordering_43521_cleanup() { |
3939 |
restore_sysctls |
4544 |
restore_sysctls |
3940 |
} |
4545 |
} |
|
|
4546 |
|
3941 |
atf_test_case reordering_45123 cleanup |
4547 |
atf_test_case reordering_45123 cleanup |
3942 |
reordering_45123_head() { |
4548 |
reordering_45123_head() { |
3943 |
atf_set timeout 10 |
4549 |
atf_set timeout 10 |
Lines 3945-3956
reordering_45123_head() {
Link Here
|
3945 |
} |
4551 |
} |
3946 |
reordering_45123_body() { |
4552 |
reordering_45123_body() { |
3947 |
|
4553 |
|
|
|
4554 |
|
3948 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45123.pkt |
4555 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45123.pkt |
3949 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45123.pkt |
4556 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45123.pkt |
3950 |
} |
4557 |
} |
3951 |
reordering_45123_cleanup() { |
4558 |
reordering_45123_cleanup() { |
3952 |
restore_sysctls |
4559 |
restore_sysctls |
3953 |
} |
4560 |
} |
|
|
4561 |
|
3954 |
atf_test_case reordering_45132 cleanup |
4562 |
atf_test_case reordering_45132 cleanup |
3955 |
reordering_45132_head() { |
4563 |
reordering_45132_head() { |
3956 |
atf_set timeout 10 |
4564 |
atf_set timeout 10 |
Lines 3958-3969
reordering_45132_head() {
Link Here
|
3958 |
} |
4566 |
} |
3959 |
reordering_45132_body() { |
4567 |
reordering_45132_body() { |
3960 |
|
4568 |
|
|
|
4569 |
|
3961 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45132.pkt |
4570 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45132.pkt |
3962 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45132.pkt |
4571 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45132.pkt |
3963 |
} |
4572 |
} |
3964 |
reordering_45132_cleanup() { |
4573 |
reordering_45132_cleanup() { |
3965 |
restore_sysctls |
4574 |
restore_sysctls |
3966 |
} |
4575 |
} |
|
|
4576 |
|
3967 |
atf_test_case reordering_45213 cleanup |
4577 |
atf_test_case reordering_45213 cleanup |
3968 |
reordering_45213_head() { |
4578 |
reordering_45213_head() { |
3969 |
atf_set timeout 10 |
4579 |
atf_set timeout 10 |
Lines 3971-3982
reordering_45213_head() {
Link Here
|
3971 |
} |
4581 |
} |
3972 |
reordering_45213_body() { |
4582 |
reordering_45213_body() { |
3973 |
|
4583 |
|
|
|
4584 |
|
3974 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45213.pkt |
4585 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45213.pkt |
3975 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45213.pkt |
4586 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45213.pkt |
3976 |
} |
4587 |
} |
3977 |
reordering_45213_cleanup() { |
4588 |
reordering_45213_cleanup() { |
3978 |
restore_sysctls |
4589 |
restore_sysctls |
3979 |
} |
4590 |
} |
|
|
4591 |
|
3980 |
atf_test_case reordering_45231 cleanup |
4592 |
atf_test_case reordering_45231 cleanup |
3981 |
reordering_45231_head() { |
4593 |
reordering_45231_head() { |
3982 |
atf_set timeout 10 |
4594 |
atf_set timeout 10 |
Lines 3984-3995
reordering_45231_head() {
Link Here
|
3984 |
} |
4596 |
} |
3985 |
reordering_45231_body() { |
4597 |
reordering_45231_body() { |
3986 |
|
4598 |
|
|
|
4599 |
|
3987 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45231.pkt |
4600 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45231.pkt |
3988 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45231.pkt |
4601 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45231.pkt |
3989 |
} |
4602 |
} |
3990 |
reordering_45231_cleanup() { |
4603 |
reordering_45231_cleanup() { |
3991 |
restore_sysctls |
4604 |
restore_sysctls |
3992 |
} |
4605 |
} |
|
|
4606 |
|
3993 |
atf_test_case reordering_45312 cleanup |
4607 |
atf_test_case reordering_45312 cleanup |
3994 |
reordering_45312_head() { |
4608 |
reordering_45312_head() { |
3995 |
atf_set timeout 10 |
4609 |
atf_set timeout 10 |
Lines 3997-4008
reordering_45312_head() {
Link Here
|
3997 |
} |
4611 |
} |
3998 |
reordering_45312_body() { |
4612 |
reordering_45312_body() { |
3999 |
|
4613 |
|
|
|
4614 |
|
4000 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45312.pkt |
4615 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45312.pkt |
4001 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45312.pkt |
4616 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45312.pkt |
4002 |
} |
4617 |
} |
4003 |
reordering_45312_cleanup() { |
4618 |
reordering_45312_cleanup() { |
4004 |
restore_sysctls |
4619 |
restore_sysctls |
4005 |
} |
4620 |
} |
|
|
4621 |
|
4006 |
atf_test_case reordering_45321 cleanup |
4622 |
atf_test_case reordering_45321 cleanup |
4007 |
reordering_45321_head() { |
4623 |
reordering_45321_head() { |
4008 |
atf_set timeout 10 |
4624 |
atf_set timeout 10 |
Lines 4010-4021
reordering_45321_head() {
Link Here
|
4010 |
} |
4626 |
} |
4011 |
reordering_45321_body() { |
4627 |
reordering_45321_body() { |
4012 |
|
4628 |
|
|
|
4629 |
|
4013 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45321.pkt |
4630 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45321.pkt |
4014 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45321.pkt |
4631 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-45321.pkt |
4015 |
} |
4632 |
} |
4016 |
reordering_45321_cleanup() { |
4633 |
reordering_45321_cleanup() { |
4017 |
restore_sysctls |
4634 |
restore_sysctls |
4018 |
} |
4635 |
} |
|
|
4636 |
|
4019 |
atf_test_case reordering_51234 cleanup |
4637 |
atf_test_case reordering_51234 cleanup |
4020 |
reordering_51234_head() { |
4638 |
reordering_51234_head() { |
4021 |
atf_set timeout 10 |
4639 |
atf_set timeout 10 |
Lines 4023-4034
reordering_51234_head() {
Link Here
|
4023 |
} |
4641 |
} |
4024 |
reordering_51234_body() { |
4642 |
reordering_51234_body() { |
4025 |
|
4643 |
|
|
|
4644 |
|
4026 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51234.pkt |
4645 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51234.pkt |
4027 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51234.pkt |
4646 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51234.pkt |
4028 |
} |
4647 |
} |
4029 |
reordering_51234_cleanup() { |
4648 |
reordering_51234_cleanup() { |
4030 |
restore_sysctls |
4649 |
restore_sysctls |
4031 |
} |
4650 |
} |
|
|
4651 |
|
4032 |
atf_test_case reordering_51243 cleanup |
4652 |
atf_test_case reordering_51243 cleanup |
4033 |
reordering_51243_head() { |
4653 |
reordering_51243_head() { |
4034 |
atf_set timeout 10 |
4654 |
atf_set timeout 10 |
Lines 4036-4047
reordering_51243_head() {
Link Here
|
4036 |
} |
4656 |
} |
4037 |
reordering_51243_body() { |
4657 |
reordering_51243_body() { |
4038 |
|
4658 |
|
|
|
4659 |
|
4039 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51243.pkt |
4660 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51243.pkt |
4040 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51243.pkt |
4661 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51243.pkt |
4041 |
} |
4662 |
} |
4042 |
reordering_51243_cleanup() { |
4663 |
reordering_51243_cleanup() { |
4043 |
restore_sysctls |
4664 |
restore_sysctls |
4044 |
} |
4665 |
} |
|
|
4666 |
|
4045 |
atf_test_case reordering_51324 cleanup |
4667 |
atf_test_case reordering_51324 cleanup |
4046 |
reordering_51324_head() { |
4668 |
reordering_51324_head() { |
4047 |
atf_set timeout 10 |
4669 |
atf_set timeout 10 |
Lines 4049-4060
reordering_51324_head() {
Link Here
|
4049 |
} |
4671 |
} |
4050 |
reordering_51324_body() { |
4672 |
reordering_51324_body() { |
4051 |
|
4673 |
|
|
|
4674 |
|
4052 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51324.pkt |
4675 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51324.pkt |
4053 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51324.pkt |
4676 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51324.pkt |
4054 |
} |
4677 |
} |
4055 |
reordering_51324_cleanup() { |
4678 |
reordering_51324_cleanup() { |
4056 |
restore_sysctls |
4679 |
restore_sysctls |
4057 |
} |
4680 |
} |
|
|
4681 |
|
4058 |
atf_test_case reordering_51342 cleanup |
4682 |
atf_test_case reordering_51342 cleanup |
4059 |
reordering_51342_head() { |
4683 |
reordering_51342_head() { |
4060 |
atf_set timeout 10 |
4684 |
atf_set timeout 10 |
Lines 4062-4073
reordering_51342_head() {
Link Here
|
4062 |
} |
4686 |
} |
4063 |
reordering_51342_body() { |
4687 |
reordering_51342_body() { |
4064 |
|
4688 |
|
|
|
4689 |
|
4065 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51342.pkt |
4690 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51342.pkt |
4066 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51342.pkt |
4691 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51342.pkt |
4067 |
} |
4692 |
} |
4068 |
reordering_51342_cleanup() { |
4693 |
reordering_51342_cleanup() { |
4069 |
restore_sysctls |
4694 |
restore_sysctls |
4070 |
} |
4695 |
} |
|
|
4696 |
|
4071 |
atf_test_case reordering_51423 cleanup |
4697 |
atf_test_case reordering_51423 cleanup |
4072 |
reordering_51423_head() { |
4698 |
reordering_51423_head() { |
4073 |
atf_set timeout 10 |
4699 |
atf_set timeout 10 |
Lines 4075-4086
reordering_51423_head() {
Link Here
|
4075 |
} |
4701 |
} |
4076 |
reordering_51423_body() { |
4702 |
reordering_51423_body() { |
4077 |
|
4703 |
|
|
|
4704 |
|
4078 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51423.pkt |
4705 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51423.pkt |
4079 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51423.pkt |
4706 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51423.pkt |
4080 |
} |
4707 |
} |
4081 |
reordering_51423_cleanup() { |
4708 |
reordering_51423_cleanup() { |
4082 |
restore_sysctls |
4709 |
restore_sysctls |
4083 |
} |
4710 |
} |
|
|
4711 |
|
4084 |
atf_test_case reordering_51432 cleanup |
4712 |
atf_test_case reordering_51432 cleanup |
4085 |
reordering_51432_head() { |
4713 |
reordering_51432_head() { |
4086 |
atf_set timeout 10 |
4714 |
atf_set timeout 10 |
Lines 4088-4099
reordering_51432_head() {
Link Here
|
4088 |
} |
4716 |
} |
4089 |
reordering_51432_body() { |
4717 |
reordering_51432_body() { |
4090 |
|
4718 |
|
|
|
4719 |
|
4091 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51432.pkt |
4720 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51432.pkt |
4092 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51432.pkt |
4721 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-51432.pkt |
4093 |
} |
4722 |
} |
4094 |
reordering_51432_cleanup() { |
4723 |
reordering_51432_cleanup() { |
4095 |
restore_sysctls |
4724 |
restore_sysctls |
4096 |
} |
4725 |
} |
|
|
4726 |
|
4097 |
atf_test_case reordering_52134 cleanup |
4727 |
atf_test_case reordering_52134 cleanup |
4098 |
reordering_52134_head() { |
4728 |
reordering_52134_head() { |
4099 |
atf_set timeout 10 |
4729 |
atf_set timeout 10 |
Lines 4101-4112
reordering_52134_head() {
Link Here
|
4101 |
} |
4731 |
} |
4102 |
reordering_52134_body() { |
4732 |
reordering_52134_body() { |
4103 |
|
4733 |
|
|
|
4734 |
|
4104 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52134.pkt |
4735 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52134.pkt |
4105 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52134.pkt |
4736 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52134.pkt |
4106 |
} |
4737 |
} |
4107 |
reordering_52134_cleanup() { |
4738 |
reordering_52134_cleanup() { |
4108 |
restore_sysctls |
4739 |
restore_sysctls |
4109 |
} |
4740 |
} |
|
|
4741 |
|
4110 |
atf_test_case reordering_52143 cleanup |
4742 |
atf_test_case reordering_52143 cleanup |
4111 |
reordering_52143_head() { |
4743 |
reordering_52143_head() { |
4112 |
atf_set timeout 10 |
4744 |
atf_set timeout 10 |
Lines 4114-4125
reordering_52143_head() {
Link Here
|
4114 |
} |
4746 |
} |
4115 |
reordering_52143_body() { |
4747 |
reordering_52143_body() { |
4116 |
|
4748 |
|
|
|
4749 |
|
4117 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52143.pkt |
4750 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52143.pkt |
4118 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52143.pkt |
4751 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52143.pkt |
4119 |
} |
4752 |
} |
4120 |
reordering_52143_cleanup() { |
4753 |
reordering_52143_cleanup() { |
4121 |
restore_sysctls |
4754 |
restore_sysctls |
4122 |
} |
4755 |
} |
|
|
4756 |
|
4123 |
atf_test_case reordering_52314 cleanup |
4757 |
atf_test_case reordering_52314 cleanup |
4124 |
reordering_52314_head() { |
4758 |
reordering_52314_head() { |
4125 |
atf_set timeout 10 |
4759 |
atf_set timeout 10 |
Lines 4127-4138
reordering_52314_head() {
Link Here
|
4127 |
} |
4761 |
} |
4128 |
reordering_52314_body() { |
4762 |
reordering_52314_body() { |
4129 |
|
4763 |
|
|
|
4764 |
|
4130 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52314.pkt |
4765 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52314.pkt |
4131 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52314.pkt |
4766 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52314.pkt |
4132 |
} |
4767 |
} |
4133 |
reordering_52314_cleanup() { |
4768 |
reordering_52314_cleanup() { |
4134 |
restore_sysctls |
4769 |
restore_sysctls |
4135 |
} |
4770 |
} |
|
|
4771 |
|
4136 |
atf_test_case reordering_52341 cleanup |
4772 |
atf_test_case reordering_52341 cleanup |
4137 |
reordering_52341_head() { |
4773 |
reordering_52341_head() { |
4138 |
atf_set timeout 10 |
4774 |
atf_set timeout 10 |
Lines 4140-4151
reordering_52341_head() {
Link Here
|
4140 |
} |
4776 |
} |
4141 |
reordering_52341_body() { |
4777 |
reordering_52341_body() { |
4142 |
|
4778 |
|
|
|
4779 |
|
4143 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52341.pkt |
4780 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52341.pkt |
4144 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52341.pkt |
4781 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52341.pkt |
4145 |
} |
4782 |
} |
4146 |
reordering_52341_cleanup() { |
4783 |
reordering_52341_cleanup() { |
4147 |
restore_sysctls |
4784 |
restore_sysctls |
4148 |
} |
4785 |
} |
|
|
4786 |
|
4149 |
atf_test_case reordering_52413 cleanup |
4787 |
atf_test_case reordering_52413 cleanup |
4150 |
reordering_52413_head() { |
4788 |
reordering_52413_head() { |
4151 |
atf_set timeout 10 |
4789 |
atf_set timeout 10 |
Lines 4153-4164
reordering_52413_head() {
Link Here
|
4153 |
} |
4791 |
} |
4154 |
reordering_52413_body() { |
4792 |
reordering_52413_body() { |
4155 |
|
4793 |
|
|
|
4794 |
|
4156 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52413.pkt |
4795 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52413.pkt |
4157 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52413.pkt |
4796 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52413.pkt |
4158 |
} |
4797 |
} |
4159 |
reordering_52413_cleanup() { |
4798 |
reordering_52413_cleanup() { |
4160 |
restore_sysctls |
4799 |
restore_sysctls |
4161 |
} |
4800 |
} |
|
|
4801 |
|
4162 |
atf_test_case reordering_52431 cleanup |
4802 |
atf_test_case reordering_52431 cleanup |
4163 |
reordering_52431_head() { |
4803 |
reordering_52431_head() { |
4164 |
atf_set timeout 10 |
4804 |
atf_set timeout 10 |
Lines 4166-4177
reordering_52431_head() {
Link Here
|
4166 |
} |
4806 |
} |
4167 |
reordering_52431_body() { |
4807 |
reordering_52431_body() { |
4168 |
|
4808 |
|
|
|
4809 |
|
4169 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52431.pkt |
4810 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52431.pkt |
4170 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52431.pkt |
4811 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-52431.pkt |
4171 |
} |
4812 |
} |
4172 |
reordering_52431_cleanup() { |
4813 |
reordering_52431_cleanup() { |
4173 |
restore_sysctls |
4814 |
restore_sysctls |
4174 |
} |
4815 |
} |
|
|
4816 |
|
4175 |
atf_test_case reordering_53124 cleanup |
4817 |
atf_test_case reordering_53124 cleanup |
4176 |
reordering_53124_head() { |
4818 |
reordering_53124_head() { |
4177 |
atf_set timeout 10 |
4819 |
atf_set timeout 10 |
Lines 4179-4190
reordering_53124_head() {
Link Here
|
4179 |
} |
4821 |
} |
4180 |
reordering_53124_body() { |
4822 |
reordering_53124_body() { |
4181 |
|
4823 |
|
|
|
4824 |
|
4182 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53124.pkt |
4825 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53124.pkt |
4183 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53124.pkt |
4826 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53124.pkt |
4184 |
} |
4827 |
} |
4185 |
reordering_53124_cleanup() { |
4828 |
reordering_53124_cleanup() { |
4186 |
restore_sysctls |
4829 |
restore_sysctls |
4187 |
} |
4830 |
} |
|
|
4831 |
|
4188 |
atf_test_case reordering_53142 cleanup |
4832 |
atf_test_case reordering_53142 cleanup |
4189 |
reordering_53142_head() { |
4833 |
reordering_53142_head() { |
4190 |
atf_set timeout 10 |
4834 |
atf_set timeout 10 |
Lines 4192-4203
reordering_53142_head() {
Link Here
|
4192 |
} |
4836 |
} |
4193 |
reordering_53142_body() { |
4837 |
reordering_53142_body() { |
4194 |
|
4838 |
|
|
|
4839 |
|
4195 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53142.pkt |
4840 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53142.pkt |
4196 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53142.pkt |
4841 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53142.pkt |
4197 |
} |
4842 |
} |
4198 |
reordering_53142_cleanup() { |
4843 |
reordering_53142_cleanup() { |
4199 |
restore_sysctls |
4844 |
restore_sysctls |
4200 |
} |
4845 |
} |
|
|
4846 |
|
4201 |
atf_test_case reordering_53214 cleanup |
4847 |
atf_test_case reordering_53214 cleanup |
4202 |
reordering_53214_head() { |
4848 |
reordering_53214_head() { |
4203 |
atf_set timeout 10 |
4849 |
atf_set timeout 10 |
Lines 4205-4216
reordering_53214_head() {
Link Here
|
4205 |
} |
4851 |
} |
4206 |
reordering_53214_body() { |
4852 |
reordering_53214_body() { |
4207 |
|
4853 |
|
|
|
4854 |
|
4208 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53214.pkt |
4855 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53214.pkt |
4209 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53214.pkt |
4856 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53214.pkt |
4210 |
} |
4857 |
} |
4211 |
reordering_53214_cleanup() { |
4858 |
reordering_53214_cleanup() { |
4212 |
restore_sysctls |
4859 |
restore_sysctls |
4213 |
} |
4860 |
} |
|
|
4861 |
|
4214 |
atf_test_case reordering_53241 cleanup |
4862 |
atf_test_case reordering_53241 cleanup |
4215 |
reordering_53241_head() { |
4863 |
reordering_53241_head() { |
4216 |
atf_set timeout 10 |
4864 |
atf_set timeout 10 |
Lines 4218-4229
reordering_53241_head() {
Link Here
|
4218 |
} |
4866 |
} |
4219 |
reordering_53241_body() { |
4867 |
reordering_53241_body() { |
4220 |
|
4868 |
|
|
|
4869 |
|
4221 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53241.pkt |
4870 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53241.pkt |
4222 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53241.pkt |
4871 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53241.pkt |
4223 |
} |
4872 |
} |
4224 |
reordering_53241_cleanup() { |
4873 |
reordering_53241_cleanup() { |
4225 |
restore_sysctls |
4874 |
restore_sysctls |
4226 |
} |
4875 |
} |
|
|
4876 |
|
4227 |
atf_test_case reordering_53412 cleanup |
4877 |
atf_test_case reordering_53412 cleanup |
4228 |
reordering_53412_head() { |
4878 |
reordering_53412_head() { |
4229 |
atf_set timeout 10 |
4879 |
atf_set timeout 10 |
Lines 4231-4242
reordering_53412_head() {
Link Here
|
4231 |
} |
4881 |
} |
4232 |
reordering_53412_body() { |
4882 |
reordering_53412_body() { |
4233 |
|
4883 |
|
|
|
4884 |
|
4234 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53412.pkt |
4885 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53412.pkt |
4235 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53412.pkt |
4886 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53412.pkt |
4236 |
} |
4887 |
} |
4237 |
reordering_53412_cleanup() { |
4888 |
reordering_53412_cleanup() { |
4238 |
restore_sysctls |
4889 |
restore_sysctls |
4239 |
} |
4890 |
} |
|
|
4891 |
|
4240 |
atf_test_case reordering_53421 cleanup |
4892 |
atf_test_case reordering_53421 cleanup |
4241 |
reordering_53421_head() { |
4893 |
reordering_53421_head() { |
4242 |
atf_set timeout 10 |
4894 |
atf_set timeout 10 |
Lines 4244-4255
reordering_53421_head() {
Link Here
|
4244 |
} |
4896 |
} |
4245 |
reordering_53421_body() { |
4897 |
reordering_53421_body() { |
4246 |
|
4898 |
|
|
|
4899 |
|
4247 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53421.pkt |
4900 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53421.pkt |
4248 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53421.pkt |
4901 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-53421.pkt |
4249 |
} |
4902 |
} |
4250 |
reordering_53421_cleanup() { |
4903 |
reordering_53421_cleanup() { |
4251 |
restore_sysctls |
4904 |
restore_sysctls |
4252 |
} |
4905 |
} |
|
|
4906 |
|
4253 |
atf_test_case reordering_54123 cleanup |
4907 |
atf_test_case reordering_54123 cleanup |
4254 |
reordering_54123_head() { |
4908 |
reordering_54123_head() { |
4255 |
atf_set timeout 10 |
4909 |
atf_set timeout 10 |
Lines 4257-4268
reordering_54123_head() {
Link Here
|
4257 |
} |
4911 |
} |
4258 |
reordering_54123_body() { |
4912 |
reordering_54123_body() { |
4259 |
|
4913 |
|
|
|
4914 |
|
4260 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54123.pkt |
4915 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54123.pkt |
4261 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54123.pkt |
4916 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54123.pkt |
4262 |
} |
4917 |
} |
4263 |
reordering_54123_cleanup() { |
4918 |
reordering_54123_cleanup() { |
4264 |
restore_sysctls |
4919 |
restore_sysctls |
4265 |
} |
4920 |
} |
|
|
4921 |
|
4266 |
atf_test_case reordering_54132 cleanup |
4922 |
atf_test_case reordering_54132 cleanup |
4267 |
reordering_54132_head() { |
4923 |
reordering_54132_head() { |
4268 |
atf_set timeout 10 |
4924 |
atf_set timeout 10 |
Lines 4270-4281
reordering_54132_head() {
Link Here
|
4270 |
} |
4926 |
} |
4271 |
reordering_54132_body() { |
4927 |
reordering_54132_body() { |
4272 |
|
4928 |
|
|
|
4929 |
|
4273 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54132.pkt |
4930 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54132.pkt |
4274 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54132.pkt |
4931 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54132.pkt |
4275 |
} |
4932 |
} |
4276 |
reordering_54132_cleanup() { |
4933 |
reordering_54132_cleanup() { |
4277 |
restore_sysctls |
4934 |
restore_sysctls |
4278 |
} |
4935 |
} |
|
|
4936 |
|
4279 |
atf_test_case reordering_54213 cleanup |
4937 |
atf_test_case reordering_54213 cleanup |
4280 |
reordering_54213_head() { |
4938 |
reordering_54213_head() { |
4281 |
atf_set timeout 10 |
4939 |
atf_set timeout 10 |
Lines 4283-4294
reordering_54213_head() {
Link Here
|
4283 |
} |
4941 |
} |
4284 |
reordering_54213_body() { |
4942 |
reordering_54213_body() { |
4285 |
|
4943 |
|
|
|
4944 |
|
4286 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54213.pkt |
4945 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54213.pkt |
4287 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54213.pkt |
4946 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54213.pkt |
4288 |
} |
4947 |
} |
4289 |
reordering_54213_cleanup() { |
4948 |
reordering_54213_cleanup() { |
4290 |
restore_sysctls |
4949 |
restore_sysctls |
4291 |
} |
4950 |
} |
|
|
4951 |
|
4292 |
atf_test_case reordering_54231 cleanup |
4952 |
atf_test_case reordering_54231 cleanup |
4293 |
reordering_54231_head() { |
4953 |
reordering_54231_head() { |
4294 |
atf_set timeout 10 |
4954 |
atf_set timeout 10 |
Lines 4296-4307
reordering_54231_head() {
Link Here
|
4296 |
} |
4956 |
} |
4297 |
reordering_54231_body() { |
4957 |
reordering_54231_body() { |
4298 |
|
4958 |
|
|
|
4959 |
|
4299 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54231.pkt |
4960 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54231.pkt |
4300 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54231.pkt |
4961 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54231.pkt |
4301 |
} |
4962 |
} |
4302 |
reordering_54231_cleanup() { |
4963 |
reordering_54231_cleanup() { |
4303 |
restore_sysctls |
4964 |
restore_sysctls |
4304 |
} |
4965 |
} |
|
|
4966 |
|
4305 |
atf_test_case reordering_54312 cleanup |
4967 |
atf_test_case reordering_54312 cleanup |
4306 |
reordering_54312_head() { |
4968 |
reordering_54312_head() { |
4307 |
atf_set timeout 10 |
4969 |
atf_set timeout 10 |
Lines 4309-4320
reordering_54312_head() {
Link Here
|
4309 |
} |
4971 |
} |
4310 |
reordering_54312_body() { |
4972 |
reordering_54312_body() { |
4311 |
|
4973 |
|
|
|
4974 |
|
4312 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54312.pkt |
4975 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54312.pkt |
4313 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54312.pkt |
4976 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54312.pkt |
4314 |
} |
4977 |
} |
4315 |
reordering_54312_cleanup() { |
4978 |
reordering_54312_cleanup() { |
4316 |
restore_sysctls |
4979 |
restore_sysctls |
4317 |
} |
4980 |
} |
|
|
4981 |
|
4318 |
atf_test_case reordering_54321 cleanup |
4982 |
atf_test_case reordering_54321 cleanup |
4319 |
reordering_54321_head() { |
4983 |
reordering_54321_head() { |
4320 |
atf_set timeout 10 |
4984 |
atf_set timeout 10 |
Lines 4322-4333
reordering_54321_head() {
Link Here
|
4322 |
} |
4986 |
} |
4323 |
reordering_54321_body() { |
4987 |
reordering_54321_body() { |
4324 |
|
4988 |
|
|
|
4989 |
|
4325 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54321.pkt |
4990 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54321.pkt |
4326 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54321.pkt |
4991 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-54321.pkt |
4327 |
} |
4992 |
} |
4328 |
reordering_54321_cleanup() { |
4993 |
reordering_54321_cleanup() { |
4329 |
restore_sysctls |
4994 |
restore_sysctls |
4330 |
} |
4995 |
} |
|
|
4996 |
|
4331 |
atf_test_case reordering_5F4321 cleanup |
4997 |
atf_test_case reordering_5F4321 cleanup |
4332 |
reordering_5F4321_head() { |
4998 |
reordering_5F4321_head() { |
4333 |
atf_set timeout 10 |
4999 |
atf_set timeout 10 |
Lines 4335-4346
reordering_5F4321_head() {
Link Here
|
4335 |
} |
5001 |
} |
4336 |
reordering_5F4321_body() { |
5002 |
reordering_5F4321_body() { |
4337 |
|
5003 |
|
|
|
5004 |
|
4338 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-5F4321.pkt |
5005 |
save_sysctls /usr/local/share/tcptestsuite/rcv-data-segments/reordering-5F4321.pkt |
4339 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-data-segments/reordering-5F4321.pkt |
5006 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-data-segments/reordering-5F4321.pkt |
4340 |
} |
5007 |
} |
4341 |
reordering_5F4321_cleanup() { |
5008 |
reordering_5F4321_cleanup() { |
4342 |
restore_sysctls |
5009 |
restore_sysctls |
4343 |
} |
5010 |
} |
|
|
5011 |
|
4344 |
atf_test_case rcv_icmp_hard_error_comm_prohibited_ipv4 cleanup |
5012 |
atf_test_case rcv_icmp_hard_error_comm_prohibited_ipv4 cleanup |
4345 |
rcv_icmp_hard_error_comm_prohibited_ipv4_head() { |
5013 |
rcv_icmp_hard_error_comm_prohibited_ipv4_head() { |
4346 |
atf_set timeout 10 |
5014 |
atf_set timeout 10 |
Lines 4348-4359
rcv_icmp_hard_error_comm_prohibited_ipv4_head() {
Link Here
|
4348 |
} |
5016 |
} |
4349 |
rcv_icmp_hard_error_comm_prohibited_ipv4_body() { |
5017 |
rcv_icmp_hard_error_comm_prohibited_ipv4_body() { |
4350 |
|
5018 |
|
|
|
5019 |
|
4351 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv4.pkt |
5020 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv4.pkt |
4352 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv4.pkt |
5021 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv4.pkt |
4353 |
} |
5022 |
} |
4354 |
rcv_icmp_hard_error_comm_prohibited_ipv4_cleanup() { |
5023 |
rcv_icmp_hard_error_comm_prohibited_ipv4_cleanup() { |
4355 |
restore_sysctls |
5024 |
restore_sysctls |
4356 |
} |
5025 |
} |
|
|
5026 |
|
4357 |
atf_test_case rcv_icmp_hard_error_comm_prohibited_ipv6 cleanup |
5027 |
atf_test_case rcv_icmp_hard_error_comm_prohibited_ipv6 cleanup |
4358 |
rcv_icmp_hard_error_comm_prohibited_ipv6_head() { |
5028 |
rcv_icmp_hard_error_comm_prohibited_ipv6_head() { |
4359 |
atf_set timeout 10 |
5029 |
atf_set timeout 10 |
Lines 4361-4372
rcv_icmp_hard_error_comm_prohibited_ipv6_head() {
Link Here
|
4361 |
} |
5031 |
} |
4362 |
rcv_icmp_hard_error_comm_prohibited_ipv6_body() { |
5032 |
rcv_icmp_hard_error_comm_prohibited_ipv6_body() { |
4363 |
|
5033 |
|
|
|
5034 |
|
4364 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv6.pkt |
5035 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv6.pkt |
4365 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv6.pkt |
5036 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-comm-prohibited-ipv6.pkt |
4366 |
} |
5037 |
} |
4367 |
rcv_icmp_hard_error_comm_prohibited_ipv6_cleanup() { |
5038 |
rcv_icmp_hard_error_comm_prohibited_ipv6_cleanup() { |
4368 |
restore_sysctls |
5039 |
restore_sysctls |
4369 |
} |
5040 |
} |
|
|
5041 |
|
4370 |
atf_test_case rcv_icmp_hard_error_host_prohibited_ipv4 cleanup |
5042 |
atf_test_case rcv_icmp_hard_error_host_prohibited_ipv4 cleanup |
4371 |
rcv_icmp_hard_error_host_prohibited_ipv4_head() { |
5043 |
rcv_icmp_hard_error_host_prohibited_ipv4_head() { |
4372 |
atf_set timeout 10 |
5044 |
atf_set timeout 10 |
Lines 4374-4385
rcv_icmp_hard_error_host_prohibited_ipv4_head() {
Link Here
|
4374 |
} |
5046 |
} |
4375 |
rcv_icmp_hard_error_host_prohibited_ipv4_body() { |
5047 |
rcv_icmp_hard_error_host_prohibited_ipv4_body() { |
4376 |
|
5048 |
|
|
|
5049 |
|
4377 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-host-prohibited-ipv4.pkt |
5050 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-host-prohibited-ipv4.pkt |
4378 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-host-prohibited-ipv4.pkt |
5051 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-host-prohibited-ipv4.pkt |
4379 |
} |
5052 |
} |
4380 |
rcv_icmp_hard_error_host_prohibited_ipv4_cleanup() { |
5053 |
rcv_icmp_hard_error_host_prohibited_ipv4_cleanup() { |
4381 |
restore_sysctls |
5054 |
restore_sysctls |
4382 |
} |
5055 |
} |
|
|
5056 |
|
4383 |
atf_test_case rcv_icmp_hard_error_ignored_ipv4 cleanup |
5057 |
atf_test_case rcv_icmp_hard_error_ignored_ipv4 cleanup |
4384 |
rcv_icmp_hard_error_ignored_ipv4_head() { |
5058 |
rcv_icmp_hard_error_ignored_ipv4_head() { |
4385 |
atf_set timeout 10 |
5059 |
atf_set timeout 10 |
Lines 4387-4398
rcv_icmp_hard_error_ignored_ipv4_head() {
Link Here
|
4387 |
} |
5061 |
} |
4388 |
rcv_icmp_hard_error_ignored_ipv4_body() { |
5062 |
rcv_icmp_hard_error_ignored_ipv4_body() { |
4389 |
|
5063 |
|
|
|
5064 |
|
4390 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv4.pkt |
5065 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv4.pkt |
4391 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv4.pkt |
5066 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv4.pkt |
4392 |
} |
5067 |
} |
4393 |
rcv_icmp_hard_error_ignored_ipv4_cleanup() { |
5068 |
rcv_icmp_hard_error_ignored_ipv4_cleanup() { |
4394 |
restore_sysctls |
5069 |
restore_sysctls |
4395 |
} |
5070 |
} |
|
|
5071 |
|
4396 |
atf_test_case rcv_icmp_hard_error_ignored_ipv6 cleanup |
5072 |
atf_test_case rcv_icmp_hard_error_ignored_ipv6 cleanup |
4397 |
rcv_icmp_hard_error_ignored_ipv6_head() { |
5073 |
rcv_icmp_hard_error_ignored_ipv6_head() { |
4398 |
atf_set timeout 10 |
5074 |
atf_set timeout 10 |
Lines 4400-4411
rcv_icmp_hard_error_ignored_ipv6_head() {
Link Here
|
4400 |
} |
5076 |
} |
4401 |
rcv_icmp_hard_error_ignored_ipv6_body() { |
5077 |
rcv_icmp_hard_error_ignored_ipv6_body() { |
4402 |
|
5078 |
|
|
|
5079 |
|
4403 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv6.pkt |
5080 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv6.pkt |
4404 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv6.pkt |
5081 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ignored-ipv6.pkt |
4405 |
} |
5082 |
} |
4406 |
rcv_icmp_hard_error_ignored_ipv6_cleanup() { |
5083 |
rcv_icmp_hard_error_ignored_ipv6_cleanup() { |
4407 |
restore_sysctls |
5084 |
restore_sysctls |
4408 |
} |
5085 |
} |
|
|
5086 |
|
4409 |
atf_test_case rcv_icmp_hard_error_net_prohibited_ipv4 cleanup |
5087 |
atf_test_case rcv_icmp_hard_error_net_prohibited_ipv4 cleanup |
4410 |
rcv_icmp_hard_error_net_prohibited_ipv4_head() { |
5088 |
rcv_icmp_hard_error_net_prohibited_ipv4_head() { |
4411 |
atf_set timeout 10 |
5089 |
atf_set timeout 10 |
Lines 4413-4424
rcv_icmp_hard_error_net_prohibited_ipv4_head() {
Link Here
|
4413 |
} |
5091 |
} |
4414 |
rcv_icmp_hard_error_net_prohibited_ipv4_body() { |
5092 |
rcv_icmp_hard_error_net_prohibited_ipv4_body() { |
4415 |
|
5093 |
|
|
|
5094 |
|
4416 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-net-prohibited-ipv4.pkt |
5095 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-net-prohibited-ipv4.pkt |
4417 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-net-prohibited-ipv4.pkt |
5096 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-net-prohibited-ipv4.pkt |
4418 |
} |
5097 |
} |
4419 |
rcv_icmp_hard_error_net_prohibited_ipv4_cleanup() { |
5098 |
rcv_icmp_hard_error_net_prohibited_ipv4_cleanup() { |
4420 |
restore_sysctls |
5099 |
restore_sysctls |
4421 |
} |
5100 |
} |
|
|
5101 |
|
4422 |
atf_test_case rcv_icmp_hard_error_port_unreachable_ipv4 cleanup |
5102 |
atf_test_case rcv_icmp_hard_error_port_unreachable_ipv4 cleanup |
4423 |
rcv_icmp_hard_error_port_unreachable_ipv4_head() { |
5103 |
rcv_icmp_hard_error_port_unreachable_ipv4_head() { |
4424 |
atf_set timeout 10 |
5104 |
atf_set timeout 10 |
Lines 4426-4437
rcv_icmp_hard_error_port_unreachable_ipv4_head() {
Link Here
|
4426 |
} |
5106 |
} |
4427 |
rcv_icmp_hard_error_port_unreachable_ipv4_body() { |
5107 |
rcv_icmp_hard_error_port_unreachable_ipv4_body() { |
4428 |
|
5108 |
|
|
|
5109 |
|
4429 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv4.pkt |
5110 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv4.pkt |
4430 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv4.pkt |
5111 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv4.pkt |
4431 |
} |
5112 |
} |
4432 |
rcv_icmp_hard_error_port_unreachable_ipv4_cleanup() { |
5113 |
rcv_icmp_hard_error_port_unreachable_ipv4_cleanup() { |
4433 |
restore_sysctls |
5114 |
restore_sysctls |
4434 |
} |
5115 |
} |
|
|
5116 |
|
4435 |
atf_test_case rcv_icmp_hard_error_port_unreachable_ipv6 cleanup |
5117 |
atf_test_case rcv_icmp_hard_error_port_unreachable_ipv6 cleanup |
4436 |
rcv_icmp_hard_error_port_unreachable_ipv6_head() { |
5118 |
rcv_icmp_hard_error_port_unreachable_ipv6_head() { |
4437 |
atf_set timeout 10 |
5119 |
atf_set timeout 10 |
Lines 4439-4450
rcv_icmp_hard_error_port_unreachable_ipv6_head() {
Link Here
|
4439 |
} |
5121 |
} |
4440 |
rcv_icmp_hard_error_port_unreachable_ipv6_body() { |
5122 |
rcv_icmp_hard_error_port_unreachable_ipv6_body() { |
4441 |
|
5123 |
|
|
|
5124 |
|
4442 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv6.pkt |
5125 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv6.pkt |
4443 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv6.pkt |
5126 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-port-unreachable-ipv6.pkt |
4444 |
} |
5127 |
} |
4445 |
rcv_icmp_hard_error_port_unreachable_ipv6_cleanup() { |
5128 |
rcv_icmp_hard_error_port_unreachable_ipv6_cleanup() { |
4446 |
restore_sysctls |
5129 |
restore_sysctls |
4447 |
} |
5130 |
} |
|
|
5131 |
|
4448 |
atf_test_case rcv_icmp_hard_error_proto_unreachable_ipv4 cleanup |
5132 |
atf_test_case rcv_icmp_hard_error_proto_unreachable_ipv4 cleanup |
4449 |
rcv_icmp_hard_error_proto_unreachable_ipv4_head() { |
5133 |
rcv_icmp_hard_error_proto_unreachable_ipv4_head() { |
4450 |
atf_set timeout 10 |
5134 |
atf_set timeout 10 |
Lines 4452-4463
rcv_icmp_hard_error_proto_unreachable_ipv4_head() {
Link Here
|
4452 |
} |
5136 |
} |
4453 |
rcv_icmp_hard_error_proto_unreachable_ipv4_body() { |
5137 |
rcv_icmp_hard_error_proto_unreachable_ipv4_body() { |
4454 |
|
5138 |
|
|
|
5139 |
|
4455 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv4.pkt |
5140 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv4.pkt |
4456 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv4.pkt |
5141 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv4.pkt |
4457 |
} |
5142 |
} |
4458 |
rcv_icmp_hard_error_proto_unreachable_ipv4_cleanup() { |
5143 |
rcv_icmp_hard_error_proto_unreachable_ipv4_cleanup() { |
4459 |
restore_sysctls |
5144 |
restore_sysctls |
4460 |
} |
5145 |
} |
|
|
5146 |
|
4461 |
atf_test_case rcv_icmp_hard_error_proto_unreachable_ipv6 cleanup |
5147 |
atf_test_case rcv_icmp_hard_error_proto_unreachable_ipv6 cleanup |
4462 |
rcv_icmp_hard_error_proto_unreachable_ipv6_head() { |
5148 |
rcv_icmp_hard_error_proto_unreachable_ipv6_head() { |
4463 |
atf_set timeout 10 |
5149 |
atf_set timeout 10 |
Lines 4465-4476
rcv_icmp_hard_error_proto_unreachable_ipv6_head() {
Link Here
|
4465 |
} |
5151 |
} |
4466 |
rcv_icmp_hard_error_proto_unreachable_ipv6_body() { |
5152 |
rcv_icmp_hard_error_proto_unreachable_ipv6_body() { |
4467 |
|
5153 |
|
|
|
5154 |
|
4468 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv6.pkt |
5155 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv6.pkt |
4469 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv6.pkt |
5156 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-proto-unreachable-ipv6.pkt |
4470 |
} |
5157 |
} |
4471 |
rcv_icmp_hard_error_proto_unreachable_ipv6_cleanup() { |
5158 |
rcv_icmp_hard_error_proto_unreachable_ipv6_cleanup() { |
4472 |
restore_sysctls |
5159 |
restore_sysctls |
4473 |
} |
5160 |
} |
|
|
5161 |
|
4474 |
atf_test_case rcv_icmp_hard_error_ttl_exceeded_ipv4 cleanup |
5162 |
atf_test_case rcv_icmp_hard_error_ttl_exceeded_ipv4 cleanup |
4475 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_head() { |
5163 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_head() { |
4476 |
atf_set timeout 10 |
5164 |
atf_set timeout 10 |
Lines 4478-4489
rcv_icmp_hard_error_ttl_exceeded_ipv4_head() {
Link Here
|
4478 |
} |
5166 |
} |
4479 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_body() { |
5167 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_body() { |
4480 |
|
5168 |
|
|
|
5169 |
|
4481 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv4.pkt |
5170 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv4.pkt |
4482 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv4.pkt |
5171 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv4.pkt |
4483 |
} |
5172 |
} |
4484 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_cleanup() { |
5173 |
rcv_icmp_hard_error_ttl_exceeded_ipv4_cleanup() { |
4485 |
restore_sysctls |
5174 |
restore_sysctls |
4486 |
} |
5175 |
} |
|
|
5176 |
|
4487 |
atf_test_case rcv_icmp_hard_error_ttl_exceeded_ipv6 cleanup |
5177 |
atf_test_case rcv_icmp_hard_error_ttl_exceeded_ipv6 cleanup |
4488 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_head() { |
5178 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_head() { |
4489 |
atf_set timeout 10 |
5179 |
atf_set timeout 10 |
Lines 4491-4502
rcv_icmp_hard_error_ttl_exceeded_ipv6_head() {
Link Here
|
4491 |
} |
5181 |
} |
4492 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_body() { |
5182 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_body() { |
4493 |
|
5183 |
|
|
|
5184 |
|
4494 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv6.pkt |
5185 |
save_sysctls /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv6.pkt |
4495 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv6.pkt |
5186 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/rcv-icmp/rcv-icmp-hard-error-ttl-exceeded-ipv6.pkt |
4496 |
} |
5187 |
} |
4497 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_cleanup() { |
5188 |
rcv_icmp_hard_error_ttl_exceeded_ipv6_cleanup() { |
4498 |
restore_sysctls |
5189 |
restore_sysctls |
4499 |
} |
5190 |
} |
|
|
5191 |
|
4500 |
atf_test_case snd_syn_mss_inherited_from_mtu_1280_ipv6 cleanup |
5192 |
atf_test_case snd_syn_mss_inherited_from_mtu_1280_ipv6 cleanup |
4501 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_head() { |
5193 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_head() { |
4502 |
atf_set timeout 450 |
5194 |
atf_set timeout 450 |
Lines 4504-4515
snd_syn_mss_inherited_from_mtu_1280_ipv6_head() {
Link Here
|
4504 |
} |
5196 |
} |
4505 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_body() { |
5197 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_body() { |
4506 |
|
5198 |
|
|
|
5199 |
|
4507 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-1280-ipv6.pkt |
5200 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-1280-ipv6.pkt |
4508 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-1280-ipv6.pkt |
5201 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-1280-ipv6.pkt |
4509 |
} |
5202 |
} |
4510 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_cleanup() { |
5203 |
snd_syn_mss_inherited_from_mtu_1280_ipv6_cleanup() { |
4511 |
restore_sysctls |
5204 |
restore_sysctls |
4512 |
} |
5205 |
} |
|
|
5206 |
|
4513 |
atf_test_case snd_syn_mss_inherited_from_mtu_65535_ipv4 cleanup |
5207 |
atf_test_case snd_syn_mss_inherited_from_mtu_65535_ipv4 cleanup |
4514 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_head() { |
5208 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_head() { |
4515 |
atf_set timeout 450 |
5209 |
atf_set timeout 450 |
Lines 4517-4528
snd_syn_mss_inherited_from_mtu_65535_ipv4_head() {
Link Here
|
4517 |
} |
5211 |
} |
4518 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_body() { |
5212 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_body() { |
4519 |
|
5213 |
|
|
|
5214 |
|
4520 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv4.pkt |
5215 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv4.pkt |
4521 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv4.pkt |
5216 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv4.pkt |
4522 |
} |
5217 |
} |
4523 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_cleanup() { |
5218 |
snd_syn_mss_inherited_from_mtu_65535_ipv4_cleanup() { |
4524 |
restore_sysctls |
5219 |
restore_sysctls |
4525 |
} |
5220 |
} |
|
|
5221 |
|
4526 |
atf_test_case snd_syn_mss_inherited_from_mtu_65535_ipv6 cleanup |
5222 |
atf_test_case snd_syn_mss_inherited_from_mtu_65535_ipv6 cleanup |
4527 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_head() { |
5223 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_head() { |
4528 |
atf_set timeout 450 |
5224 |
atf_set timeout 450 |
Lines 4530-4541
snd_syn_mss_inherited_from_mtu_65535_ipv6_head() {
Link Here
|
4530 |
} |
5226 |
} |
4531 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_body() { |
5227 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_body() { |
4532 |
|
5228 |
|
|
|
5229 |
|
4533 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv6.pkt |
5230 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv6.pkt |
4534 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv6.pkt |
5231 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-65535-ipv6.pkt |
4535 |
} |
5232 |
} |
4536 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_cleanup() { |
5233 |
snd_syn_mss_inherited_from_mtu_65535_ipv6_cleanup() { |
4537 |
restore_sysctls |
5234 |
restore_sysctls |
4538 |
} |
5235 |
} |
|
|
5236 |
|
4539 |
atf_test_case snd_syn_mss_inherited_from_mtu_72_ipv4 cleanup |
5237 |
atf_test_case snd_syn_mss_inherited_from_mtu_72_ipv4 cleanup |
4540 |
snd_syn_mss_inherited_from_mtu_72_ipv4_head() { |
5238 |
snd_syn_mss_inherited_from_mtu_72_ipv4_head() { |
4541 |
atf_set timeout 450 |
5239 |
atf_set timeout 450 |
Lines 4543-4554
snd_syn_mss_inherited_from_mtu_72_ipv4_head() {
Link Here
|
4543 |
} |
5241 |
} |
4544 |
snd_syn_mss_inherited_from_mtu_72_ipv4_body() { |
5242 |
snd_syn_mss_inherited_from_mtu_72_ipv4_body() { |
4545 |
|
5243 |
|
|
|
5244 |
|
4546 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-72-ipv4.pkt |
5245 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-72-ipv4.pkt |
4547 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-72-ipv4.pkt |
5246 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-72-ipv4.pkt |
4548 |
} |
5247 |
} |
4549 |
snd_syn_mss_inherited_from_mtu_72_ipv4_cleanup() { |
5248 |
snd_syn_mss_inherited_from_mtu_72_ipv4_cleanup() { |
4550 |
restore_sysctls |
5249 |
restore_sysctls |
4551 |
} |
5250 |
} |
|
|
5251 |
|
4552 |
atf_test_case snd_syn_mss_inherited_from_mtu_9000_ipv4 cleanup |
5252 |
atf_test_case snd_syn_mss_inherited_from_mtu_9000_ipv4 cleanup |
4553 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_head() { |
5253 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_head() { |
4554 |
atf_set timeout 450 |
5254 |
atf_set timeout 450 |
Lines 4556-4567
snd_syn_mss_inherited_from_mtu_9000_ipv4_head() {
Link Here
|
4556 |
} |
5256 |
} |
4557 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_body() { |
5257 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_body() { |
4558 |
|
5258 |
|
|
|
5259 |
|
4559 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv4.pkt |
5260 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv4.pkt |
4560 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv4.pkt |
5261 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv4.pkt |
4561 |
} |
5262 |
} |
4562 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_cleanup() { |
5263 |
snd_syn_mss_inherited_from_mtu_9000_ipv4_cleanup() { |
4563 |
restore_sysctls |
5264 |
restore_sysctls |
4564 |
} |
5265 |
} |
|
|
5266 |
|
4565 |
atf_test_case snd_syn_mss_inherited_from_mtu_9000_ipv6 cleanup |
5267 |
atf_test_case snd_syn_mss_inherited_from_mtu_9000_ipv6 cleanup |
4566 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_head() { |
5268 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_head() { |
4567 |
atf_set timeout 450 |
5269 |
atf_set timeout 450 |
Lines 4569-4580
snd_syn_mss_inherited_from_mtu_9000_ipv6_head() {
Link Here
|
4569 |
} |
5271 |
} |
4570 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_body() { |
5272 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_body() { |
4571 |
|
5273 |
|
|
|
5274 |
|
4572 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv6.pkt |
5275 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv6.pkt |
4573 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv6.pkt |
5276 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-mss-inherited-from-mtu-9000-ipv6.pkt |
4574 |
} |
5277 |
} |
4575 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_cleanup() { |
5278 |
snd_syn_mss_inherited_from_mtu_9000_ipv6_cleanup() { |
4576 |
restore_sysctls |
5279 |
restore_sysctls |
4577 |
} |
5280 |
} |
|
|
5281 |
|
4578 |
atf_test_case snd_syn_rtx_drop_options_ipv4 cleanup |
5282 |
atf_test_case snd_syn_rtx_drop_options_ipv4 cleanup |
4579 |
snd_syn_rtx_drop_options_ipv4_head() { |
5283 |
snd_syn_rtx_drop_options_ipv4_head() { |
4580 |
atf_set timeout 450 |
5284 |
atf_set timeout 450 |
Lines 4582-4593
snd_syn_rtx_drop_options_ipv4_head() {
Link Here
|
4582 |
} |
5286 |
} |
4583 |
snd_syn_rtx_drop_options_ipv4_body() { |
5287 |
snd_syn_rtx_drop_options_ipv4_body() { |
4584 |
|
5288 |
|
|
|
5289 |
|
4585 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv4.pkt |
5290 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv4.pkt |
4586 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv4.pkt |
5291 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv4.pkt |
4587 |
} |
5292 |
} |
4588 |
snd_syn_rtx_drop_options_ipv4_cleanup() { |
5293 |
snd_syn_rtx_drop_options_ipv4_cleanup() { |
4589 |
restore_sysctls |
5294 |
restore_sysctls |
4590 |
} |
5295 |
} |
|
|
5296 |
|
4591 |
atf_test_case snd_syn_rtx_drop_options_ipv6 cleanup |
5297 |
atf_test_case snd_syn_rtx_drop_options_ipv6 cleanup |
4592 |
snd_syn_rtx_drop_options_ipv6_head() { |
5298 |
snd_syn_rtx_drop_options_ipv6_head() { |
4593 |
atf_set timeout 450 |
5299 |
atf_set timeout 450 |
Lines 4595-4606
snd_syn_rtx_drop_options_ipv6_head() {
Link Here
|
4595 |
} |
5301 |
} |
4596 |
snd_syn_rtx_drop_options_ipv6_body() { |
5302 |
snd_syn_rtx_drop_options_ipv6_body() { |
4597 |
|
5303 |
|
|
|
5304 |
|
4598 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv6.pkt |
5305 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv6.pkt |
4599 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv6.pkt |
5306 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-drop-options-ipv6.pkt |
4600 |
} |
5307 |
} |
4601 |
snd_syn_rtx_drop_options_ipv6_cleanup() { |
5308 |
snd_syn_rtx_drop_options_ipv6_cleanup() { |
4602 |
restore_sysctls |
5309 |
restore_sysctls |
4603 |
} |
5310 |
} |
|
|
5311 |
|
4604 |
atf_test_case snd_syn_rtx_keepinit_ipv4 cleanup |
5312 |
atf_test_case snd_syn_rtx_keepinit_ipv4 cleanup |
4605 |
snd_syn_rtx_keepinit_ipv4_head() { |
5313 |
snd_syn_rtx_keepinit_ipv4_head() { |
4606 |
atf_set timeout 450 |
5314 |
atf_set timeout 450 |
Lines 4608-4619
snd_syn_rtx_keepinit_ipv4_head() {
Link Here
|
4608 |
} |
5316 |
} |
4609 |
snd_syn_rtx_keepinit_ipv4_body() { |
5317 |
snd_syn_rtx_keepinit_ipv4_body() { |
4610 |
|
5318 |
|
|
|
5319 |
|
4611 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv4.pkt |
5320 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv4.pkt |
4612 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv4.pkt |
5321 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv4.pkt |
4613 |
} |
5322 |
} |
4614 |
snd_syn_rtx_keepinit_ipv4_cleanup() { |
5323 |
snd_syn_rtx_keepinit_ipv4_cleanup() { |
4615 |
restore_sysctls |
5324 |
restore_sysctls |
4616 |
} |
5325 |
} |
|
|
5326 |
|
4617 |
atf_test_case snd_syn_rtx_keepinit_ipv6 cleanup |
5327 |
atf_test_case snd_syn_rtx_keepinit_ipv6 cleanup |
4618 |
snd_syn_rtx_keepinit_ipv6_head() { |
5328 |
snd_syn_rtx_keepinit_ipv6_head() { |
4619 |
atf_set timeout 450 |
5329 |
atf_set timeout 450 |
Lines 4621-4632
snd_syn_rtx_keepinit_ipv6_head() {
Link Here
|
4621 |
} |
5331 |
} |
4622 |
snd_syn_rtx_keepinit_ipv6_body() { |
5332 |
snd_syn_rtx_keepinit_ipv6_body() { |
4623 |
|
5333 |
|
|
|
5334 |
|
4624 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv6.pkt |
5335 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv6.pkt |
4625 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv6.pkt |
5336 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-keepinit-ipv6.pkt |
4626 |
} |
5337 |
} |
4627 |
snd_syn_rtx_keepinit_ipv6_cleanup() { |
5338 |
snd_syn_rtx_keepinit_ipv6_cleanup() { |
4628 |
restore_sysctls |
5339 |
restore_sysctls |
4629 |
} |
5340 |
} |
|
|
5341 |
|
4630 |
atf_test_case snd_syn_rtx_max_number_ipv4 cleanup |
5342 |
atf_test_case snd_syn_rtx_max_number_ipv4 cleanup |
4631 |
snd_syn_rtx_max_number_ipv4_head() { |
5343 |
snd_syn_rtx_max_number_ipv4_head() { |
4632 |
atf_set timeout 450 |
5344 |
atf_set timeout 450 |
Lines 4634-4645
snd_syn_rtx_max_number_ipv4_head() {
Link Here
|
4634 |
} |
5346 |
} |
4635 |
snd_syn_rtx_max_number_ipv4_body() { |
5347 |
snd_syn_rtx_max_number_ipv4_body() { |
4636 |
|
5348 |
|
|
|
5349 |
|
4637 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv4.pkt |
5350 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv4.pkt |
4638 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv4.pkt |
5351 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv4.pkt |
4639 |
} |
5352 |
} |
4640 |
snd_syn_rtx_max_number_ipv4_cleanup() { |
5353 |
snd_syn_rtx_max_number_ipv4_cleanup() { |
4641 |
restore_sysctls |
5354 |
restore_sysctls |
4642 |
} |
5355 |
} |
|
|
5356 |
|
4643 |
atf_test_case snd_syn_rtx_max_number_ipv6 cleanup |
5357 |
atf_test_case snd_syn_rtx_max_number_ipv6 cleanup |
4644 |
snd_syn_rtx_max_number_ipv6_head() { |
5358 |
snd_syn_rtx_max_number_ipv6_head() { |
4645 |
atf_set timeout 450 |
5359 |
atf_set timeout 450 |
Lines 4647-4658
snd_syn_rtx_max_number_ipv6_head() {
Link Here
|
4647 |
} |
5361 |
} |
4648 |
snd_syn_rtx_max_number_ipv6_body() { |
5362 |
snd_syn_rtx_max_number_ipv6_body() { |
4649 |
|
5363 |
|
|
|
5364 |
|
4650 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv6.pkt |
5365 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv6.pkt |
4651 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv6.pkt |
5366 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-rtx-max-number-ipv6.pkt |
4652 |
} |
5367 |
} |
4653 |
snd_syn_rtx_max_number_ipv6_cleanup() { |
5368 |
snd_syn_rtx_max_number_ipv6_cleanup() { |
4654 |
restore_sysctls |
5369 |
restore_sysctls |
4655 |
} |
5370 |
} |
|
|
5371 |
|
4656 |
atf_test_case snd_syn_with_default_options_ipv4 cleanup |
5372 |
atf_test_case snd_syn_with_default_options_ipv4 cleanup |
4657 |
snd_syn_with_default_options_ipv4_head() { |
5373 |
snd_syn_with_default_options_ipv4_head() { |
4658 |
atf_set timeout 450 |
5374 |
atf_set timeout 450 |
Lines 4660-4671
snd_syn_with_default_options_ipv4_head() {
Link Here
|
4660 |
} |
5376 |
} |
4661 |
snd_syn_with_default_options_ipv4_body() { |
5377 |
snd_syn_with_default_options_ipv4_body() { |
4662 |
|
5378 |
|
|
|
5379 |
|
4663 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv4.pkt |
5380 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv4.pkt |
4664 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv4.pkt |
5381 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv4.pkt |
4665 |
} |
5382 |
} |
4666 |
snd_syn_with_default_options_ipv4_cleanup() { |
5383 |
snd_syn_with_default_options_ipv4_cleanup() { |
4667 |
restore_sysctls |
5384 |
restore_sysctls |
4668 |
} |
5385 |
} |
|
|
5386 |
|
4669 |
atf_test_case snd_syn_with_default_options_ipv6 cleanup |
5387 |
atf_test_case snd_syn_with_default_options_ipv6 cleanup |
4670 |
snd_syn_with_default_options_ipv6_head() { |
5388 |
snd_syn_with_default_options_ipv6_head() { |
4671 |
atf_set timeout 450 |
5389 |
atf_set timeout 450 |
Lines 4673-4684
snd_syn_with_default_options_ipv6_head() {
Link Here
|
4673 |
} |
5391 |
} |
4674 |
snd_syn_with_default_options_ipv6_body() { |
5392 |
snd_syn_with_default_options_ipv6_body() { |
4675 |
|
5393 |
|
|
|
5394 |
|
4676 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv6.pkt |
5395 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv6.pkt |
4677 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv6.pkt |
5396 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-default-options-ipv6.pkt |
4678 |
} |
5397 |
} |
4679 |
snd_syn_with_default_options_ipv6_cleanup() { |
5398 |
snd_syn_with_default_options_ipv6_cleanup() { |
4680 |
restore_sysctls |
5399 |
restore_sysctls |
4681 |
} |
5400 |
} |
|
|
5401 |
|
4682 |
atf_test_case snd_syn_with_ecn_alt_maxretries_ipv4 cleanup |
5402 |
atf_test_case snd_syn_with_ecn_alt_maxretries_ipv4 cleanup |
4683 |
snd_syn_with_ecn_alt_maxretries_ipv4_head() { |
5403 |
snd_syn_with_ecn_alt_maxretries_ipv4_head() { |
4684 |
atf_set timeout 450 |
5404 |
atf_set timeout 450 |
Lines 4686-4697
snd_syn_with_ecn_alt_maxretries_ipv4_head() {
Link Here
|
4686 |
} |
5406 |
} |
4687 |
snd_syn_with_ecn_alt_maxretries_ipv4_body() { |
5407 |
snd_syn_with_ecn_alt_maxretries_ipv4_body() { |
4688 |
|
5408 |
|
|
|
5409 |
|
4689 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv4.pkt |
5410 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv4.pkt |
4690 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv4.pkt |
5411 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv4.pkt |
4691 |
} |
5412 |
} |
4692 |
snd_syn_with_ecn_alt_maxretries_ipv4_cleanup() { |
5413 |
snd_syn_with_ecn_alt_maxretries_ipv4_cleanup() { |
4693 |
restore_sysctls |
5414 |
restore_sysctls |
4694 |
} |
5415 |
} |
|
|
5416 |
|
4695 |
atf_test_case snd_syn_with_ecn_alt_maxretries_ipv6 cleanup |
5417 |
atf_test_case snd_syn_with_ecn_alt_maxretries_ipv6 cleanup |
4696 |
snd_syn_with_ecn_alt_maxretries_ipv6_head() { |
5418 |
snd_syn_with_ecn_alt_maxretries_ipv6_head() { |
4697 |
atf_set timeout 450 |
5419 |
atf_set timeout 450 |
Lines 4699-4710
snd_syn_with_ecn_alt_maxretries_ipv6_head() {
Link Here
|
4699 |
} |
5421 |
} |
4700 |
snd_syn_with_ecn_alt_maxretries_ipv6_body() { |
5422 |
snd_syn_with_ecn_alt_maxretries_ipv6_body() { |
4701 |
|
5423 |
|
|
|
5424 |
|
4702 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv6.pkt |
5425 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv6.pkt |
4703 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv6.pkt |
5426 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-alt-maxretries-ipv6.pkt |
4704 |
} |
5427 |
} |
4705 |
snd_syn_with_ecn_alt_maxretries_ipv6_cleanup() { |
5428 |
snd_syn_with_ecn_alt_maxretries_ipv6_cleanup() { |
4706 |
restore_sysctls |
5429 |
restore_sysctls |
4707 |
} |
5430 |
} |
|
|
5431 |
|
4708 |
atf_test_case snd_syn_with_ecn_ipv4 cleanup |
5432 |
atf_test_case snd_syn_with_ecn_ipv4 cleanup |
4709 |
snd_syn_with_ecn_ipv4_head() { |
5433 |
snd_syn_with_ecn_ipv4_head() { |
4710 |
atf_set timeout 450 |
5434 |
atf_set timeout 450 |
Lines 4712-4723
snd_syn_with_ecn_ipv4_head() {
Link Here
|
4712 |
} |
5436 |
} |
4713 |
snd_syn_with_ecn_ipv4_body() { |
5437 |
snd_syn_with_ecn_ipv4_body() { |
4714 |
|
5438 |
|
|
|
5439 |
|
4715 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv4.pkt |
5440 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv4.pkt |
4716 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv4.pkt |
5441 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv4.pkt |
4717 |
} |
5442 |
} |
4718 |
snd_syn_with_ecn_ipv4_cleanup() { |
5443 |
snd_syn_with_ecn_ipv4_cleanup() { |
4719 |
restore_sysctls |
5444 |
restore_sysctls |
4720 |
} |
5445 |
} |
|
|
5446 |
|
4721 |
atf_test_case snd_syn_with_ecn_ipv6 cleanup |
5447 |
atf_test_case snd_syn_with_ecn_ipv6 cleanup |
4722 |
snd_syn_with_ecn_ipv6_head() { |
5448 |
snd_syn_with_ecn_ipv6_head() { |
4723 |
atf_set timeout 450 |
5449 |
atf_set timeout 450 |
Lines 4725-4736
snd_syn_with_ecn_ipv6_head() {
Link Here
|
4725 |
} |
5451 |
} |
4726 |
snd_syn_with_ecn_ipv6_body() { |
5452 |
snd_syn_with_ecn_ipv6_body() { |
4727 |
|
5453 |
|
|
|
5454 |
|
4728 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv6.pkt |
5455 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv6.pkt |
4729 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv6.pkt |
5456 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-ecn-ipv6.pkt |
4730 |
} |
5457 |
} |
4731 |
snd_syn_with_ecn_ipv6_cleanup() { |
5458 |
snd_syn_with_ecn_ipv6_cleanup() { |
4732 |
restore_sysctls |
5459 |
restore_sysctls |
4733 |
} |
5460 |
} |
|
|
5461 |
|
4734 |
atf_test_case snd_syn_with_max_ws_ipv4 cleanup |
5462 |
atf_test_case snd_syn_with_max_ws_ipv4 cleanup |
4735 |
snd_syn_with_max_ws_ipv4_head() { |
5463 |
snd_syn_with_max_ws_ipv4_head() { |
4736 |
atf_set timeout 450 |
5464 |
atf_set timeout 450 |
Lines 4738-4749
snd_syn_with_max_ws_ipv4_head() {
Link Here
|
4738 |
} |
5466 |
} |
4739 |
snd_syn_with_max_ws_ipv4_body() { |
5467 |
snd_syn_with_max_ws_ipv4_body() { |
4740 |
|
5468 |
|
|
|
5469 |
|
4741 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv4.pkt |
5470 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv4.pkt |
4742 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv4.pkt |
5471 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv4.pkt |
4743 |
} |
5472 |
} |
4744 |
snd_syn_with_max_ws_ipv4_cleanup() { |
5473 |
snd_syn_with_max_ws_ipv4_cleanup() { |
4745 |
restore_sysctls |
5474 |
restore_sysctls |
4746 |
} |
5475 |
} |
|
|
5476 |
|
4747 |
atf_test_case snd_syn_with_max_ws_ipv6 cleanup |
5477 |
atf_test_case snd_syn_with_max_ws_ipv6 cleanup |
4748 |
snd_syn_with_max_ws_ipv6_head() { |
5478 |
snd_syn_with_max_ws_ipv6_head() { |
4749 |
atf_set timeout 450 |
5479 |
atf_set timeout 450 |
Lines 4751-4762
snd_syn_with_max_ws_ipv6_head() {
Link Here
|
4751 |
} |
5481 |
} |
4752 |
snd_syn_with_max_ws_ipv6_body() { |
5482 |
snd_syn_with_max_ws_ipv6_body() { |
4753 |
|
5483 |
|
|
|
5484 |
|
4754 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv6.pkt |
5485 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv6.pkt |
4755 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv6.pkt |
5486 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-max-ws-ipv6.pkt |
4756 |
} |
5487 |
} |
4757 |
snd_syn_with_max_ws_ipv6_cleanup() { |
5488 |
snd_syn_with_max_ws_ipv6_cleanup() { |
4758 |
restore_sysctls |
5489 |
restore_sysctls |
4759 |
} |
5490 |
} |
|
|
5491 |
|
4760 |
atf_test_case snd_syn_with_min_ws_ipv4 cleanup |
5492 |
atf_test_case snd_syn_with_min_ws_ipv4 cleanup |
4761 |
snd_syn_with_min_ws_ipv4_head() { |
5493 |
snd_syn_with_min_ws_ipv4_head() { |
4762 |
atf_set timeout 450 |
5494 |
atf_set timeout 450 |
Lines 4764-4775
snd_syn_with_min_ws_ipv4_head() {
Link Here
|
4764 |
} |
5496 |
} |
4765 |
snd_syn_with_min_ws_ipv4_body() { |
5497 |
snd_syn_with_min_ws_ipv4_body() { |
4766 |
|
5498 |
|
|
|
5499 |
|
4767 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv4.pkt |
5500 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv4.pkt |
4768 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv4.pkt |
5501 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv4.pkt |
4769 |
} |
5502 |
} |
4770 |
snd_syn_with_min_ws_ipv4_cleanup() { |
5503 |
snd_syn_with_min_ws_ipv4_cleanup() { |
4771 |
restore_sysctls |
5504 |
restore_sysctls |
4772 |
} |
5505 |
} |
|
|
5506 |
|
4773 |
atf_test_case snd_syn_with_min_ws_ipv6 cleanup |
5507 |
atf_test_case snd_syn_with_min_ws_ipv6 cleanup |
4774 |
snd_syn_with_min_ws_ipv6_head() { |
5508 |
snd_syn_with_min_ws_ipv6_head() { |
4775 |
atf_set timeout 450 |
5509 |
atf_set timeout 450 |
Lines 4777-4788
snd_syn_with_min_ws_ipv6_head() {
Link Here
|
4777 |
} |
5511 |
} |
4778 |
snd_syn_with_min_ws_ipv6_body() { |
5512 |
snd_syn_with_min_ws_ipv6_body() { |
4779 |
|
5513 |
|
|
|
5514 |
|
4780 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv6.pkt |
5515 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv6.pkt |
4781 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv6.pkt |
5516 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-with-min-ws-ipv6.pkt |
4782 |
} |
5517 |
} |
4783 |
snd_syn_with_min_ws_ipv6_cleanup() { |
5518 |
snd_syn_with_min_ws_ipv6_cleanup() { |
4784 |
restore_sysctls |
5519 |
restore_sysctls |
4785 |
} |
5520 |
} |
|
|
5521 |
|
4786 |
atf_test_case snd_syn_without_options_ipv4 cleanup |
5522 |
atf_test_case snd_syn_without_options_ipv4 cleanup |
4787 |
snd_syn_without_options_ipv4_head() { |
5523 |
snd_syn_without_options_ipv4_head() { |
4788 |
atf_set timeout 450 |
5524 |
atf_set timeout 450 |
Lines 4790-4801
snd_syn_without_options_ipv4_head() {
Link Here
|
4790 |
} |
5526 |
} |
4791 |
snd_syn_without_options_ipv4_body() { |
5527 |
snd_syn_without_options_ipv4_body() { |
4792 |
|
5528 |
|
|
|
5529 |
|
4793 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv4.pkt |
5530 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv4.pkt |
4794 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv4.pkt |
5531 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv4.pkt |
4795 |
} |
5532 |
} |
4796 |
snd_syn_without_options_ipv4_cleanup() { |
5533 |
snd_syn_without_options_ipv4_cleanup() { |
4797 |
restore_sysctls |
5534 |
restore_sysctls |
4798 |
} |
5535 |
} |
|
|
5536 |
|
4799 |
atf_test_case snd_syn_without_options_ipv6 cleanup |
5537 |
atf_test_case snd_syn_without_options_ipv6 cleanup |
4800 |
snd_syn_without_options_ipv6_head() { |
5538 |
snd_syn_without_options_ipv6_head() { |
4801 |
atf_set timeout 450 |
5539 |
atf_set timeout 450 |
Lines 4803-4814
snd_syn_without_options_ipv6_head() {
Link Here
|
4803 |
} |
5541 |
} |
4804 |
snd_syn_without_options_ipv6_body() { |
5542 |
snd_syn_without_options_ipv6_body() { |
4805 |
|
5543 |
|
|
|
5544 |
|
4806 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv6.pkt |
5545 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv6.pkt |
4807 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv6.pkt |
5546 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-options-ipv6.pkt |
4808 |
} |
5547 |
} |
4809 |
snd_syn_without_options_ipv6_cleanup() { |
5548 |
snd_syn_without_options_ipv6_cleanup() { |
4810 |
restore_sysctls |
5549 |
restore_sysctls |
4811 |
} |
5550 |
} |
|
|
5551 |
|
4812 |
atf_test_case snd_syn_without_sack_and_ws_and_ts_ipv4 cleanup |
5552 |
atf_test_case snd_syn_without_sack_and_ws_and_ts_ipv4 cleanup |
4813 |
snd_syn_without_sack_and_ws_and_ts_ipv4_head() { |
5553 |
snd_syn_without_sack_and_ws_and_ts_ipv4_head() { |
4814 |
atf_set timeout 450 |
5554 |
atf_set timeout 450 |
Lines 4816-4827
snd_syn_without_sack_and_ws_and_ts_ipv4_head() {
Link Here
|
4816 |
} |
5556 |
} |
4817 |
snd_syn_without_sack_and_ws_and_ts_ipv4_body() { |
5557 |
snd_syn_without_sack_and_ws_and_ts_ipv4_body() { |
4818 |
|
5558 |
|
|
|
5559 |
|
4819 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv4.pkt |
5560 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv4.pkt |
4820 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv4.pkt |
5561 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv4.pkt |
4821 |
} |
5562 |
} |
4822 |
snd_syn_without_sack_and_ws_and_ts_ipv4_cleanup() { |
5563 |
snd_syn_without_sack_and_ws_and_ts_ipv4_cleanup() { |
4823 |
restore_sysctls |
5564 |
restore_sysctls |
4824 |
} |
5565 |
} |
|
|
5566 |
|
4825 |
atf_test_case snd_syn_without_sack_and_ws_and_ts_ipv6 cleanup |
5567 |
atf_test_case snd_syn_without_sack_and_ws_and_ts_ipv6 cleanup |
4826 |
snd_syn_without_sack_and_ws_and_ts_ipv6_head() { |
5568 |
snd_syn_without_sack_and_ws_and_ts_ipv6_head() { |
4827 |
atf_set timeout 450 |
5569 |
atf_set timeout 450 |
Lines 4829-4840
snd_syn_without_sack_and_ws_and_ts_ipv6_head() {
Link Here
|
4829 |
} |
5571 |
} |
4830 |
snd_syn_without_sack_and_ws_and_ts_ipv6_body() { |
5572 |
snd_syn_without_sack_and_ws_and_ts_ipv6_body() { |
4831 |
|
5573 |
|
|
|
5574 |
|
4832 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv6.pkt |
5575 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv6.pkt |
4833 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv6.pkt |
5576 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-and-ws-and-ts-ipv6.pkt |
4834 |
} |
5577 |
} |
4835 |
snd_syn_without_sack_and_ws_and_ts_ipv6_cleanup() { |
5578 |
snd_syn_without_sack_and_ws_and_ts_ipv6_cleanup() { |
4836 |
restore_sysctls |
5579 |
restore_sysctls |
4837 |
} |
5580 |
} |
|
|
5581 |
|
4838 |
atf_test_case snd_syn_without_sack_ipv4 cleanup |
5582 |
atf_test_case snd_syn_without_sack_ipv4 cleanup |
4839 |
snd_syn_without_sack_ipv4_head() { |
5583 |
snd_syn_without_sack_ipv4_head() { |
4840 |
atf_set timeout 450 |
5584 |
atf_set timeout 450 |
Lines 4842-4853
snd_syn_without_sack_ipv4_head() {
Link Here
|
4842 |
} |
5586 |
} |
4843 |
snd_syn_without_sack_ipv4_body() { |
5587 |
snd_syn_without_sack_ipv4_body() { |
4844 |
|
5588 |
|
|
|
5589 |
|
4845 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv4.pkt |
5590 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv4.pkt |
4846 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv4.pkt |
5591 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv4.pkt |
4847 |
} |
5592 |
} |
4848 |
snd_syn_without_sack_ipv4_cleanup() { |
5593 |
snd_syn_without_sack_ipv4_cleanup() { |
4849 |
restore_sysctls |
5594 |
restore_sysctls |
4850 |
} |
5595 |
} |
|
|
5596 |
|
4851 |
atf_test_case snd_syn_without_sack_ipv6 cleanup |
5597 |
atf_test_case snd_syn_without_sack_ipv6 cleanup |
4852 |
snd_syn_without_sack_ipv6_head() { |
5598 |
snd_syn_without_sack_ipv6_head() { |
4853 |
atf_set timeout 450 |
5599 |
atf_set timeout 450 |
Lines 4855-4866
snd_syn_without_sack_ipv6_head() {
Link Here
|
4855 |
} |
5601 |
} |
4856 |
snd_syn_without_sack_ipv6_body() { |
5602 |
snd_syn_without_sack_ipv6_body() { |
4857 |
|
5603 |
|
|
|
5604 |
|
4858 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv6.pkt |
5605 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv6.pkt |
4859 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv6.pkt |
5606 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-sack-ipv6.pkt |
4860 |
} |
5607 |
} |
4861 |
snd_syn_without_sack_ipv6_cleanup() { |
5608 |
snd_syn_without_sack_ipv6_cleanup() { |
4862 |
restore_sysctls |
5609 |
restore_sysctls |
4863 |
} |
5610 |
} |
|
|
5611 |
|
4864 |
atf_test_case snd_syn_without_ws_and_ts_ipv4 cleanup |
5612 |
atf_test_case snd_syn_without_ws_and_ts_ipv4 cleanup |
4865 |
snd_syn_without_ws_and_ts_ipv4_head() { |
5613 |
snd_syn_without_ws_and_ts_ipv4_head() { |
4866 |
atf_set timeout 450 |
5614 |
atf_set timeout 450 |
Lines 4868-4879
snd_syn_without_ws_and_ts_ipv4_head() {
Link Here
|
4868 |
} |
5616 |
} |
4869 |
snd_syn_without_ws_and_ts_ipv4_body() { |
5617 |
snd_syn_without_ws_and_ts_ipv4_body() { |
4870 |
|
5618 |
|
|
|
5619 |
|
4871 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv4.pkt |
5620 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv4.pkt |
4872 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv4.pkt |
5621 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv4.pkt |
4873 |
} |
5622 |
} |
4874 |
snd_syn_without_ws_and_ts_ipv4_cleanup() { |
5623 |
snd_syn_without_ws_and_ts_ipv4_cleanup() { |
4875 |
restore_sysctls |
5624 |
restore_sysctls |
4876 |
} |
5625 |
} |
|
|
5626 |
|
4877 |
atf_test_case snd_syn_without_ws_and_ts_ipv6 cleanup |
5627 |
atf_test_case snd_syn_without_ws_and_ts_ipv6 cleanup |
4878 |
snd_syn_without_ws_and_ts_ipv6_head() { |
5628 |
snd_syn_without_ws_and_ts_ipv6_head() { |
4879 |
atf_set timeout 450 |
5629 |
atf_set timeout 450 |
Lines 4881-4892
snd_syn_without_ws_and_ts_ipv6_head() {
Link Here
|
4881 |
} |
5631 |
} |
4882 |
snd_syn_without_ws_and_ts_ipv6_body() { |
5632 |
snd_syn_without_ws_and_ts_ipv6_body() { |
4883 |
|
5633 |
|
|
|
5634 |
|
4884 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv6.pkt |
5635 |
save_sysctls /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv6.pkt |
4885 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv6.pkt |
5636 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snd-syn/snd-syn-without-ws-and-ts-ipv6.pkt |
4886 |
} |
5637 |
} |
4887 |
snd_syn_without_ws_and_ts_ipv6_cleanup() { |
5638 |
snd_syn_without_ws_and_ts_ipv6_cleanup() { |
4888 |
restore_sysctls |
5639 |
restore_sysctls |
4889 |
} |
5640 |
} |
|
|
5641 |
|
4890 |
atf_test_case close_wait_ipv4 cleanup |
5642 |
atf_test_case close_wait_ipv4 cleanup |
4891 |
close_wait_ipv4_head() { |
5643 |
close_wait_ipv4_head() { |
4892 |
atf_set timeout 10 |
5644 |
atf_set timeout 10 |
Lines 4894-4905
close_wait_ipv4_head() {
Link Here
|
4894 |
} |
5646 |
} |
4895 |
close_wait_ipv4_body() { |
5647 |
close_wait_ipv4_body() { |
4896 |
|
5648 |
|
|
|
5649 |
|
4897 |
save_sysctls /usr/local/share/tcptestsuite/snippets/close-wait-ipv4.pkt |
5650 |
save_sysctls /usr/local/share/tcptestsuite/snippets/close-wait-ipv4.pkt |
4898 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/close-wait-ipv4.pkt |
5651 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/close-wait-ipv4.pkt |
4899 |
} |
5652 |
} |
4900 |
close_wait_ipv4_cleanup() { |
5653 |
close_wait_ipv4_cleanup() { |
4901 |
restore_sysctls |
5654 |
restore_sysctls |
4902 |
} |
5655 |
} |
|
|
5656 |
|
4903 |
atf_test_case close_wait_ipv6 cleanup |
5657 |
atf_test_case close_wait_ipv6 cleanup |
4904 |
close_wait_ipv6_head() { |
5658 |
close_wait_ipv6_head() { |
4905 |
atf_set timeout 10 |
5659 |
atf_set timeout 10 |
Lines 4907-4918
close_wait_ipv6_head() {
Link Here
|
4907 |
} |
5661 |
} |
4908 |
close_wait_ipv6_body() { |
5662 |
close_wait_ipv6_body() { |
4909 |
|
5663 |
|
|
|
5664 |
|
4910 |
save_sysctls /usr/local/share/tcptestsuite/snippets/close-wait-ipv6.pkt |
5665 |
save_sysctls /usr/local/share/tcptestsuite/snippets/close-wait-ipv6.pkt |
4911 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/close-wait-ipv6.pkt |
5666 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/close-wait-ipv6.pkt |
4912 |
} |
5667 |
} |
4913 |
close_wait_ipv6_cleanup() { |
5668 |
close_wait_ipv6_cleanup() { |
4914 |
restore_sysctls |
5669 |
restore_sysctls |
4915 |
} |
5670 |
} |
|
|
5671 |
|
4916 |
atf_test_case closed_initially_ipv4 cleanup |
5672 |
atf_test_case closed_initially_ipv4 cleanup |
4917 |
closed_initially_ipv4_head() { |
5673 |
closed_initially_ipv4_head() { |
4918 |
atf_set timeout 10 |
5674 |
atf_set timeout 10 |
Lines 4920-4931
closed_initially_ipv4_head() {
Link Here
|
4920 |
} |
5676 |
} |
4921 |
closed_initially_ipv4_body() { |
5677 |
closed_initially_ipv4_body() { |
4922 |
|
5678 |
|
|
|
5679 |
|
4923 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-initially-ipv4.pkt |
5680 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-initially-ipv4.pkt |
4924 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closed-initially-ipv4.pkt |
5681 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closed-initially-ipv4.pkt |
4925 |
} |
5682 |
} |
4926 |
closed_initially_ipv4_cleanup() { |
5683 |
closed_initially_ipv4_cleanup() { |
4927 |
restore_sysctls |
5684 |
restore_sysctls |
4928 |
} |
5685 |
} |
|
|
5686 |
|
4929 |
atf_test_case closed_initially_ipv6 cleanup |
5687 |
atf_test_case closed_initially_ipv6 cleanup |
4930 |
closed_initially_ipv6_head() { |
5688 |
closed_initially_ipv6_head() { |
4931 |
atf_set timeout 10 |
5689 |
atf_set timeout 10 |
Lines 4933-4944
closed_initially_ipv6_head() {
Link Here
|
4933 |
} |
5691 |
} |
4934 |
closed_initially_ipv6_body() { |
5692 |
closed_initially_ipv6_body() { |
4935 |
|
5693 |
|
|
|
5694 |
|
4936 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-initially-ipv6.pkt |
5695 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-initially-ipv6.pkt |
4937 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closed-initially-ipv6.pkt |
5696 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closed-initially-ipv6.pkt |
4938 |
} |
5697 |
} |
4939 |
closed_initially_ipv6_cleanup() { |
5698 |
closed_initially_ipv6_cleanup() { |
4940 |
restore_sysctls |
5699 |
restore_sysctls |
4941 |
} |
5700 |
} |
|
|
5701 |
|
4942 |
atf_test_case closed_via_last_ack_ipv4 cleanup |
5702 |
atf_test_case closed_via_last_ack_ipv4 cleanup |
4943 |
closed_via_last_ack_ipv4_head() { |
5703 |
closed_via_last_ack_ipv4_head() { |
4944 |
atf_set timeout 10 |
5704 |
atf_set timeout 10 |
Lines 4946-4957
closed_via_last_ack_ipv4_head() {
Link Here
|
4946 |
} |
5706 |
} |
4947 |
closed_via_last_ack_ipv4_body() { |
5707 |
closed_via_last_ack_ipv4_body() { |
4948 |
|
5708 |
|
|
|
5709 |
|
4949 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv4.pkt |
5710 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv4.pkt |
4950 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv4.pkt |
5711 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv4.pkt |
4951 |
} |
5712 |
} |
4952 |
closed_via_last_ack_ipv4_cleanup() { |
5713 |
closed_via_last_ack_ipv4_cleanup() { |
4953 |
restore_sysctls |
5714 |
restore_sysctls |
4954 |
} |
5715 |
} |
|
|
5716 |
|
4955 |
atf_test_case closed_via_last_ack_ipv6 cleanup |
5717 |
atf_test_case closed_via_last_ack_ipv6 cleanup |
4956 |
closed_via_last_ack_ipv6_head() { |
5718 |
closed_via_last_ack_ipv6_head() { |
4957 |
atf_set timeout 10 |
5719 |
atf_set timeout 10 |
Lines 4959-4970
closed_via_last_ack_ipv6_head() {
Link Here
|
4959 |
} |
5721 |
} |
4960 |
closed_via_last_ack_ipv6_body() { |
5722 |
closed_via_last_ack_ipv6_body() { |
4961 |
|
5723 |
|
|
|
5724 |
|
4962 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv6.pkt |
5725 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv6.pkt |
4963 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv6.pkt |
5726 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closed-via-last-ack-ipv6.pkt |
4964 |
} |
5727 |
} |
4965 |
closed_via_last_ack_ipv6_cleanup() { |
5728 |
closed_via_last_ack_ipv6_cleanup() { |
4966 |
restore_sysctls |
5729 |
restore_sysctls |
4967 |
} |
5730 |
} |
|
|
5731 |
|
4968 |
atf_test_case closing_ipv4 cleanup |
5732 |
atf_test_case closing_ipv4 cleanup |
4969 |
closing_ipv4_head() { |
5733 |
closing_ipv4_head() { |
4970 |
atf_set timeout 10 |
5734 |
atf_set timeout 10 |
Lines 4972-4983
closing_ipv4_head() {
Link Here
|
4972 |
} |
5736 |
} |
4973 |
closing_ipv4_body() { |
5737 |
closing_ipv4_body() { |
4974 |
|
5738 |
|
|
|
5739 |
|
4975 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closing-ipv4.pkt |
5740 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closing-ipv4.pkt |
4976 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closing-ipv4.pkt |
5741 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closing-ipv4.pkt |
4977 |
} |
5742 |
} |
4978 |
closing_ipv4_cleanup() { |
5743 |
closing_ipv4_cleanup() { |
4979 |
restore_sysctls |
5744 |
restore_sysctls |
4980 |
} |
5745 |
} |
|
|
5746 |
|
4981 |
atf_test_case closing_ipv6 cleanup |
5747 |
atf_test_case closing_ipv6 cleanup |
4982 |
closing_ipv6_head() { |
5748 |
closing_ipv6_head() { |
4983 |
atf_set timeout 10 |
5749 |
atf_set timeout 10 |
Lines 4985-4996
closing_ipv6_head() {
Link Here
|
4985 |
} |
5751 |
} |
4986 |
closing_ipv6_body() { |
5752 |
closing_ipv6_body() { |
4987 |
|
5753 |
|
|
|
5754 |
|
4988 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closing-ipv6.pkt |
5755 |
save_sysctls /usr/local/share/tcptestsuite/snippets/closing-ipv6.pkt |
4989 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/closing-ipv6.pkt |
5756 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/closing-ipv6.pkt |
4990 |
} |
5757 |
} |
4991 |
closing_ipv6_cleanup() { |
5758 |
closing_ipv6_cleanup() { |
4992 |
restore_sysctls |
5759 |
restore_sysctls |
4993 |
} |
5760 |
} |
|
|
5761 |
|
4994 |
atf_test_case established_ipv4 cleanup |
5762 |
atf_test_case established_ipv4 cleanup |
4995 |
established_ipv4_head() { |
5763 |
established_ipv4_head() { |
4996 |
atf_set timeout 10 |
5764 |
atf_set timeout 10 |
Lines 4998-5009
established_ipv4_head() {
Link Here
|
4998 |
} |
5766 |
} |
4999 |
established_ipv4_body() { |
5767 |
established_ipv4_body() { |
5000 |
|
5768 |
|
|
|
5769 |
|
5001 |
save_sysctls /usr/local/share/tcptestsuite/snippets/established-ipv4.pkt |
5770 |
save_sysctls /usr/local/share/tcptestsuite/snippets/established-ipv4.pkt |
5002 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/established-ipv4.pkt |
5771 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/established-ipv4.pkt |
5003 |
} |
5772 |
} |
5004 |
established_ipv4_cleanup() { |
5773 |
established_ipv4_cleanup() { |
5005 |
restore_sysctls |
5774 |
restore_sysctls |
5006 |
} |
5775 |
} |
|
|
5776 |
|
5007 |
atf_test_case established_ipv6 cleanup |
5777 |
atf_test_case established_ipv6 cleanup |
5008 |
established_ipv6_head() { |
5778 |
established_ipv6_head() { |
5009 |
atf_set timeout 10 |
5779 |
atf_set timeout 10 |
Lines 5011-5022
established_ipv6_head() {
Link Here
|
5011 |
} |
5781 |
} |
5012 |
established_ipv6_body() { |
5782 |
established_ipv6_body() { |
5013 |
|
5783 |
|
|
|
5784 |
|
5014 |
save_sysctls /usr/local/share/tcptestsuite/snippets/established-ipv6.pkt |
5785 |
save_sysctls /usr/local/share/tcptestsuite/snippets/established-ipv6.pkt |
5015 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/established-ipv6.pkt |
5786 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/established-ipv6.pkt |
5016 |
} |
5787 |
} |
5017 |
established_ipv6_cleanup() { |
5788 |
established_ipv6_cleanup() { |
5018 |
restore_sysctls |
5789 |
restore_sysctls |
5019 |
} |
5790 |
} |
|
|
5791 |
|
5020 |
atf_test_case fin_wait_1_ipv4 cleanup |
5792 |
atf_test_case fin_wait_1_ipv4 cleanup |
5021 |
fin_wait_1_ipv4_head() { |
5793 |
fin_wait_1_ipv4_head() { |
5022 |
atf_set timeout 10 |
5794 |
atf_set timeout 10 |
Lines 5024-5035
fin_wait_1_ipv4_head() {
Link Here
|
5024 |
} |
5796 |
} |
5025 |
fin_wait_1_ipv4_body() { |
5797 |
fin_wait_1_ipv4_body() { |
5026 |
|
5798 |
|
|
|
5799 |
|
5027 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv4.pkt |
5800 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv4.pkt |
5028 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv4.pkt |
5801 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv4.pkt |
5029 |
} |
5802 |
} |
5030 |
fin_wait_1_ipv4_cleanup() { |
5803 |
fin_wait_1_ipv4_cleanup() { |
5031 |
restore_sysctls |
5804 |
restore_sysctls |
5032 |
} |
5805 |
} |
|
|
5806 |
|
5033 |
atf_test_case fin_wait_1_ipv6 cleanup |
5807 |
atf_test_case fin_wait_1_ipv6 cleanup |
5034 |
fin_wait_1_ipv6_head() { |
5808 |
fin_wait_1_ipv6_head() { |
5035 |
atf_set timeout 10 |
5809 |
atf_set timeout 10 |
Lines 5037-5048
fin_wait_1_ipv6_head() {
Link Here
|
5037 |
} |
5811 |
} |
5038 |
fin_wait_1_ipv6_body() { |
5812 |
fin_wait_1_ipv6_body() { |
5039 |
|
5813 |
|
|
|
5814 |
|
5040 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv6.pkt |
5815 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv6.pkt |
5041 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv6.pkt |
5816 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/fin-wait-1-ipv6.pkt |
5042 |
} |
5817 |
} |
5043 |
fin_wait_1_ipv6_cleanup() { |
5818 |
fin_wait_1_ipv6_cleanup() { |
5044 |
restore_sysctls |
5819 |
restore_sysctls |
5045 |
} |
5820 |
} |
|
|
5821 |
|
5046 |
atf_test_case fin_wait_2_ipv4 cleanup |
5822 |
atf_test_case fin_wait_2_ipv4 cleanup |
5047 |
fin_wait_2_ipv4_head() { |
5823 |
fin_wait_2_ipv4_head() { |
5048 |
atf_set timeout 10 |
5824 |
atf_set timeout 10 |
Lines 5050-5061
fin_wait_2_ipv4_head() {
Link Here
|
5050 |
} |
5826 |
} |
5051 |
fin_wait_2_ipv4_body() { |
5827 |
fin_wait_2_ipv4_body() { |
5052 |
|
5828 |
|
|
|
5829 |
|
5053 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv4.pkt |
5830 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv4.pkt |
5054 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv4.pkt |
5831 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv4.pkt |
5055 |
} |
5832 |
} |
5056 |
fin_wait_2_ipv4_cleanup() { |
5833 |
fin_wait_2_ipv4_cleanup() { |
5057 |
restore_sysctls |
5834 |
restore_sysctls |
5058 |
} |
5835 |
} |
|
|
5836 |
|
5059 |
atf_test_case fin_wait_2_ipv6 cleanup |
5837 |
atf_test_case fin_wait_2_ipv6 cleanup |
5060 |
fin_wait_2_ipv6_head() { |
5838 |
fin_wait_2_ipv6_head() { |
5061 |
atf_set timeout 10 |
5839 |
atf_set timeout 10 |
Lines 5063-5074
fin_wait_2_ipv6_head() {
Link Here
|
5063 |
} |
5841 |
} |
5064 |
fin_wait_2_ipv6_body() { |
5842 |
fin_wait_2_ipv6_body() { |
5065 |
|
5843 |
|
|
|
5844 |
|
5066 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv6.pkt |
5845 |
save_sysctls /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv6.pkt |
5067 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv6.pkt |
5846 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/fin-wait-2-ipv6.pkt |
5068 |
} |
5847 |
} |
5069 |
fin_wait_2_ipv6_cleanup() { |
5848 |
fin_wait_2_ipv6_cleanup() { |
5070 |
restore_sysctls |
5849 |
restore_sysctls |
5071 |
} |
5850 |
} |
|
|
5851 |
|
5072 |
atf_test_case last_ack_ipv4 cleanup |
5852 |
atf_test_case last_ack_ipv4 cleanup |
5073 |
last_ack_ipv4_head() { |
5853 |
last_ack_ipv4_head() { |
5074 |
atf_set timeout 10 |
5854 |
atf_set timeout 10 |
Lines 5076-5087
last_ack_ipv4_head() {
Link Here
|
5076 |
} |
5856 |
} |
5077 |
last_ack_ipv4_body() { |
5857 |
last_ack_ipv4_body() { |
5078 |
|
5858 |
|
|
|
5859 |
|
5079 |
save_sysctls /usr/local/share/tcptestsuite/snippets/last-ack-ipv4.pkt |
5860 |
save_sysctls /usr/local/share/tcptestsuite/snippets/last-ack-ipv4.pkt |
5080 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/last-ack-ipv4.pkt |
5861 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/last-ack-ipv4.pkt |
5081 |
} |
5862 |
} |
5082 |
last_ack_ipv4_cleanup() { |
5863 |
last_ack_ipv4_cleanup() { |
5083 |
restore_sysctls |
5864 |
restore_sysctls |
5084 |
} |
5865 |
} |
|
|
5866 |
|
5085 |
atf_test_case last_ack_ipv6 cleanup |
5867 |
atf_test_case last_ack_ipv6 cleanup |
5086 |
last_ack_ipv6_head() { |
5868 |
last_ack_ipv6_head() { |
5087 |
atf_set timeout 10 |
5869 |
atf_set timeout 10 |
Lines 5089-5100
last_ack_ipv6_head() {
Link Here
|
5089 |
} |
5871 |
} |
5090 |
last_ack_ipv6_body() { |
5872 |
last_ack_ipv6_body() { |
5091 |
|
5873 |
|
|
|
5874 |
|
5092 |
save_sysctls /usr/local/share/tcptestsuite/snippets/last-ack-ipv6.pkt |
5875 |
save_sysctls /usr/local/share/tcptestsuite/snippets/last-ack-ipv6.pkt |
5093 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/last-ack-ipv6.pkt |
5876 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/last-ack-ipv6.pkt |
5094 |
} |
5877 |
} |
5095 |
last_ack_ipv6_cleanup() { |
5878 |
last_ack_ipv6_cleanup() { |
5096 |
restore_sysctls |
5879 |
restore_sysctls |
5097 |
} |
5880 |
} |
|
|
5881 |
|
5098 |
atf_test_case listen_ipv4 cleanup |
5882 |
atf_test_case listen_ipv4 cleanup |
5099 |
listen_ipv4_head() { |
5883 |
listen_ipv4_head() { |
5100 |
atf_set timeout 10 |
5884 |
atf_set timeout 10 |
Lines 5102-5113
listen_ipv4_head() {
Link Here
|
5102 |
} |
5886 |
} |
5103 |
listen_ipv4_body() { |
5887 |
listen_ipv4_body() { |
5104 |
|
5888 |
|
|
|
5889 |
|
5105 |
save_sysctls /usr/local/share/tcptestsuite/snippets/listen-ipv4.pkt |
5890 |
save_sysctls /usr/local/share/tcptestsuite/snippets/listen-ipv4.pkt |
5106 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/listen-ipv4.pkt |
5891 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/listen-ipv4.pkt |
5107 |
} |
5892 |
} |
5108 |
listen_ipv4_cleanup() { |
5893 |
listen_ipv4_cleanup() { |
5109 |
restore_sysctls |
5894 |
restore_sysctls |
5110 |
} |
5895 |
} |
|
|
5896 |
|
5111 |
atf_test_case listen_ipv6 cleanup |
5897 |
atf_test_case listen_ipv6 cleanup |
5112 |
listen_ipv6_head() { |
5898 |
listen_ipv6_head() { |
5113 |
atf_set timeout 10 |
5899 |
atf_set timeout 10 |
Lines 5115-5126
listen_ipv6_head() {
Link Here
|
5115 |
} |
5901 |
} |
5116 |
listen_ipv6_body() { |
5902 |
listen_ipv6_body() { |
5117 |
|
5903 |
|
|
|
5904 |
|
5118 |
save_sysctls /usr/local/share/tcptestsuite/snippets/listen-ipv6.pkt |
5905 |
save_sysctls /usr/local/share/tcptestsuite/snippets/listen-ipv6.pkt |
5119 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/listen-ipv6.pkt |
5906 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/listen-ipv6.pkt |
5120 |
} |
5907 |
} |
5121 |
listen_ipv6_cleanup() { |
5908 |
listen_ipv6_cleanup() { |
5122 |
restore_sysctls |
5909 |
restore_sysctls |
5123 |
} |
5910 |
} |
|
|
5911 |
|
5124 |
atf_test_case noopt_parallel_syn_w_options_ipv4 cleanup |
5912 |
atf_test_case noopt_parallel_syn_w_options_ipv4 cleanup |
5125 |
noopt_parallel_syn_w_options_ipv4_head() { |
5913 |
noopt_parallel_syn_w_options_ipv4_head() { |
5126 |
atf_set timeout 10 |
5914 |
atf_set timeout 10 |
Lines 5128-5139
noopt_parallel_syn_w_options_ipv4_head() {
Link Here
|
5128 |
} |
5916 |
} |
5129 |
noopt_parallel_syn_w_options_ipv4_body() { |
5917 |
noopt_parallel_syn_w_options_ipv4_body() { |
5130 |
|
5918 |
|
|
|
5919 |
|
5131 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-parallel-syn-w-options-ipv4.pkt |
5920 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-parallel-syn-w-options-ipv4.pkt |
5132 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/noopt-parallel-syn-w-options-ipv4.pkt |
5921 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/noopt-parallel-syn-w-options-ipv4.pkt |
5133 |
} |
5922 |
} |
5134 |
noopt_parallel_syn_w_options_ipv4_cleanup() { |
5923 |
noopt_parallel_syn_w_options_ipv4_cleanup() { |
5135 |
restore_sysctls |
5924 |
restore_sysctls |
5136 |
} |
5925 |
} |
|
|
5926 |
|
5137 |
atf_test_case noopt_strict_tsopt cleanup |
5927 |
atf_test_case noopt_strict_tsopt cleanup |
5138 |
noopt_strict_tsopt_head() { |
5928 |
noopt_strict_tsopt_head() { |
5139 |
atf_set timeout 10 |
5929 |
atf_set timeout 10 |
Lines 5141-5152
noopt_strict_tsopt_head() {
Link Here
|
5141 |
} |
5931 |
} |
5142 |
noopt_strict_tsopt_body() { |
5932 |
noopt_strict_tsopt_body() { |
5143 |
|
5933 |
|
|
|
5934 |
|
5144 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-strict-tsopt.pkt |
5935 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-strict-tsopt.pkt |
5145 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/noopt-strict-tsopt.pkt |
5936 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/noopt-strict-tsopt.pkt |
5146 |
} |
5937 |
} |
5147 |
noopt_strict_tsopt_cleanup() { |
5938 |
noopt_strict_tsopt_cleanup() { |
5148 |
restore_sysctls |
5939 |
restore_sysctls |
5149 |
} |
5940 |
} |
|
|
5941 |
|
5150 |
atf_test_case noopt_syn_rcvd_via_syn_sent_ipv4 cleanup |
5942 |
atf_test_case noopt_syn_rcvd_via_syn_sent_ipv4 cleanup |
5151 |
noopt_syn_rcvd_via_syn_sent_ipv4_head() { |
5943 |
noopt_syn_rcvd_via_syn_sent_ipv4_head() { |
5152 |
atf_set timeout 10 |
5944 |
atf_set timeout 10 |
Lines 5154-5165
noopt_syn_rcvd_via_syn_sent_ipv4_head() {
Link Here
|
5154 |
} |
5946 |
} |
5155 |
noopt_syn_rcvd_via_syn_sent_ipv4_body() { |
5947 |
noopt_syn_rcvd_via_syn_sent_ipv4_body() { |
5156 |
|
5948 |
|
|
|
5949 |
|
5157 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-syn-rcvd-via-syn-sent-ipv4.pkt |
5950 |
save_sysctls /usr/local/share/tcptestsuite/snippets/noopt-syn-rcvd-via-syn-sent-ipv4.pkt |
5158 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/noopt-syn-rcvd-via-syn-sent-ipv4.pkt |
5951 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/noopt-syn-rcvd-via-syn-sent-ipv4.pkt |
5159 |
} |
5952 |
} |
5160 |
noopt_syn_rcvd_via_syn_sent_ipv4_cleanup() { |
5953 |
noopt_syn_rcvd_via_syn_sent_ipv4_cleanup() { |
5161 |
restore_sysctls |
5954 |
restore_sysctls |
5162 |
} |
5955 |
} |
|
|
5956 |
|
5163 |
atf_test_case syn_rcvd_via_listen_ipv4 cleanup |
5957 |
atf_test_case syn_rcvd_via_listen_ipv4 cleanup |
5164 |
syn_rcvd_via_listen_ipv4_head() { |
5958 |
syn_rcvd_via_listen_ipv4_head() { |
5165 |
atf_set timeout 10 |
5959 |
atf_set timeout 10 |
Lines 5167-5178
syn_rcvd_via_listen_ipv4_head() {
Link Here
|
5167 |
} |
5961 |
} |
5168 |
syn_rcvd_via_listen_ipv4_body() { |
5962 |
syn_rcvd_via_listen_ipv4_body() { |
5169 |
|
5963 |
|
|
|
5964 |
|
5170 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv4.pkt |
5965 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv4.pkt |
5171 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv4.pkt |
5966 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv4.pkt |
5172 |
} |
5967 |
} |
5173 |
syn_rcvd_via_listen_ipv4_cleanup() { |
5968 |
syn_rcvd_via_listen_ipv4_cleanup() { |
5174 |
restore_sysctls |
5969 |
restore_sysctls |
5175 |
} |
5970 |
} |
|
|
5971 |
|
5176 |
atf_test_case syn_rcvd_via_listen_ipv6 cleanup |
5972 |
atf_test_case syn_rcvd_via_listen_ipv6 cleanup |
5177 |
syn_rcvd_via_listen_ipv6_head() { |
5973 |
syn_rcvd_via_listen_ipv6_head() { |
5178 |
atf_set timeout 10 |
5974 |
atf_set timeout 10 |
Lines 5180-5191
syn_rcvd_via_listen_ipv6_head() {
Link Here
|
5180 |
} |
5976 |
} |
5181 |
syn_rcvd_via_listen_ipv6_body() { |
5977 |
syn_rcvd_via_listen_ipv6_body() { |
5182 |
|
5978 |
|
|
|
5979 |
|
5183 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv6.pkt |
5980 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv6.pkt |
5184 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv6.pkt |
5981 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-listen-ipv6.pkt |
5185 |
} |
5982 |
} |
5186 |
syn_rcvd_via_listen_ipv6_cleanup() { |
5983 |
syn_rcvd_via_listen_ipv6_cleanup() { |
5187 |
restore_sysctls |
5984 |
restore_sysctls |
5188 |
} |
5985 |
} |
|
|
5986 |
|
5189 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn01 cleanup |
5987 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn01 cleanup |
5190 |
syn_rcvd_via_syn_sent_ipv4_ecn01_head() { |
5988 |
syn_rcvd_via_syn_sent_ipv4_ecn01_head() { |
5191 |
atf_set timeout 10 |
5989 |
atf_set timeout 10 |
Lines 5193-5204
syn_rcvd_via_syn_sent_ipv4_ecn01_head() {
Link Here
|
5193 |
} |
5991 |
} |
5194 |
syn_rcvd_via_syn_sent_ipv4_ecn01_body() { |
5992 |
syn_rcvd_via_syn_sent_ipv4_ecn01_body() { |
5195 |
|
5993 |
|
|
|
5994 |
|
5196 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn01.pkt |
5995 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn01.pkt |
5197 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn01.pkt |
5996 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn01.pkt |
5198 |
} |
5997 |
} |
5199 |
syn_rcvd_via_syn_sent_ipv4_ecn01_cleanup() { |
5998 |
syn_rcvd_via_syn_sent_ipv4_ecn01_cleanup() { |
5200 |
restore_sysctls |
5999 |
restore_sysctls |
5201 |
} |
6000 |
} |
|
|
6001 |
|
5202 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn10 cleanup |
6002 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn10 cleanup |
5203 |
syn_rcvd_via_syn_sent_ipv4_ecn10_head() { |
6003 |
syn_rcvd_via_syn_sent_ipv4_ecn10_head() { |
5204 |
atf_set timeout 10 |
6004 |
atf_set timeout 10 |
Lines 5206-5217
syn_rcvd_via_syn_sent_ipv4_ecn10_head() {
Link Here
|
5206 |
} |
6006 |
} |
5207 |
syn_rcvd_via_syn_sent_ipv4_ecn10_body() { |
6007 |
syn_rcvd_via_syn_sent_ipv4_ecn10_body() { |
5208 |
|
6008 |
|
|
|
6009 |
|
5209 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn10.pkt |
6010 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn10.pkt |
5210 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn10.pkt |
6011 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn10.pkt |
5211 |
} |
6012 |
} |
5212 |
syn_rcvd_via_syn_sent_ipv4_ecn10_cleanup() { |
6013 |
syn_rcvd_via_syn_sent_ipv4_ecn10_cleanup() { |
5213 |
restore_sysctls |
6014 |
restore_sysctls |
5214 |
} |
6015 |
} |
|
|
6016 |
|
5215 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn11 cleanup |
6017 |
atf_test_case syn_rcvd_via_syn_sent_ipv4_ecn11 cleanup |
5216 |
syn_rcvd_via_syn_sent_ipv4_ecn11_head() { |
6018 |
syn_rcvd_via_syn_sent_ipv4_ecn11_head() { |
5217 |
atf_set timeout 10 |
6019 |
atf_set timeout 10 |
Lines 5219-5230
syn_rcvd_via_syn_sent_ipv4_ecn11_head() {
Link Here
|
5219 |
} |
6021 |
} |
5220 |
syn_rcvd_via_syn_sent_ipv4_ecn11_body() { |
6022 |
syn_rcvd_via_syn_sent_ipv4_ecn11_body() { |
5221 |
|
6023 |
|
|
|
6024 |
|
5222 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn11.pkt |
6025 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn11.pkt |
5223 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn11.pkt |
6026 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4-ecn11.pkt |
5224 |
} |
6027 |
} |
5225 |
syn_rcvd_via_syn_sent_ipv4_ecn11_cleanup() { |
6028 |
syn_rcvd_via_syn_sent_ipv4_ecn11_cleanup() { |
5226 |
restore_sysctls |
6029 |
restore_sysctls |
5227 |
} |
6030 |
} |
|
|
6031 |
|
5228 |
atf_test_case syn_rcvd_via_syn_sent_ipv4 cleanup |
6032 |
atf_test_case syn_rcvd_via_syn_sent_ipv4 cleanup |
5229 |
syn_rcvd_via_syn_sent_ipv4_head() { |
6033 |
syn_rcvd_via_syn_sent_ipv4_head() { |
5230 |
atf_set timeout 10 |
6034 |
atf_set timeout 10 |
Lines 5232-5243
syn_rcvd_via_syn_sent_ipv4_head() {
Link Here
|
5232 |
} |
6036 |
} |
5233 |
syn_rcvd_via_syn_sent_ipv4_body() { |
6037 |
syn_rcvd_via_syn_sent_ipv4_body() { |
5234 |
|
6038 |
|
|
|
6039 |
|
5235 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4.pkt |
6040 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4.pkt |
5236 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4.pkt |
6041 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv4.pkt |
5237 |
} |
6042 |
} |
5238 |
syn_rcvd_via_syn_sent_ipv4_cleanup() { |
6043 |
syn_rcvd_via_syn_sent_ipv4_cleanup() { |
5239 |
restore_sysctls |
6044 |
restore_sysctls |
5240 |
} |
6045 |
} |
|
|
6046 |
|
5241 |
atf_test_case syn_rcvd_via_syn_sent_ipv6 cleanup |
6047 |
atf_test_case syn_rcvd_via_syn_sent_ipv6 cleanup |
5242 |
syn_rcvd_via_syn_sent_ipv6_head() { |
6048 |
syn_rcvd_via_syn_sent_ipv6_head() { |
5243 |
atf_set timeout 10 |
6049 |
atf_set timeout 10 |
Lines 5245-5256
syn_rcvd_via_syn_sent_ipv6_head() {
Link Here
|
5245 |
} |
6051 |
} |
5246 |
syn_rcvd_via_syn_sent_ipv6_body() { |
6052 |
syn_rcvd_via_syn_sent_ipv6_body() { |
5247 |
|
6053 |
|
|
|
6054 |
|
5248 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv6.pkt |
6055 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv6.pkt |
5249 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv6.pkt |
6056 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-rcvd-via-syn-sent-ipv6.pkt |
5250 |
} |
6057 |
} |
5251 |
syn_rcvd_via_syn_sent_ipv6_cleanup() { |
6058 |
syn_rcvd_via_syn_sent_ipv6_cleanup() { |
5252 |
restore_sysctls |
6059 |
restore_sysctls |
5253 |
} |
6060 |
} |
|
|
6061 |
|
5254 |
atf_test_case syn_sent_ipv4 cleanup |
6062 |
atf_test_case syn_sent_ipv4 cleanup |
5255 |
syn_sent_ipv4_head() { |
6063 |
syn_sent_ipv4_head() { |
5256 |
atf_set timeout 10 |
6064 |
atf_set timeout 10 |
Lines 5258-5269
syn_sent_ipv4_head() {
Link Here
|
5258 |
} |
6066 |
} |
5259 |
syn_sent_ipv4_body() { |
6067 |
syn_sent_ipv4_body() { |
5260 |
|
6068 |
|
|
|
6069 |
|
5261 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-sent-ipv4.pkt |
6070 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-sent-ipv4.pkt |
5262 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-sent-ipv4.pkt |
6071 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-sent-ipv4.pkt |
5263 |
} |
6072 |
} |
5264 |
syn_sent_ipv4_cleanup() { |
6073 |
syn_sent_ipv4_cleanup() { |
5265 |
restore_sysctls |
6074 |
restore_sysctls |
5266 |
} |
6075 |
} |
|
|
6076 |
|
5267 |
atf_test_case syn_sent_ipv6 cleanup |
6077 |
atf_test_case syn_sent_ipv6 cleanup |
5268 |
syn_sent_ipv6_head() { |
6078 |
syn_sent_ipv6_head() { |
5269 |
atf_set timeout 10 |
6079 |
atf_set timeout 10 |
Lines 5271-5282
syn_sent_ipv6_head() {
Link Here
|
5271 |
} |
6081 |
} |
5272 |
syn_sent_ipv6_body() { |
6082 |
syn_sent_ipv6_body() { |
5273 |
|
6083 |
|
|
|
6084 |
|
5274 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-sent-ipv6.pkt |
6085 |
save_sysctls /usr/local/share/tcptestsuite/snippets/syn-sent-ipv6.pkt |
5275 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/syn-sent-ipv6.pkt |
6086 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/syn-sent-ipv6.pkt |
5276 |
} |
6087 |
} |
5277 |
syn_sent_ipv6_cleanup() { |
6088 |
syn_sent_ipv6_cleanup() { |
5278 |
restore_sysctls |
6089 |
restore_sysctls |
5279 |
} |
6090 |
} |
|
|
6091 |
|
5280 |
atf_test_case time_wait_via_closing_ipv4 cleanup |
6092 |
atf_test_case time_wait_via_closing_ipv4 cleanup |
5281 |
time_wait_via_closing_ipv4_head() { |
6093 |
time_wait_via_closing_ipv4_head() { |
5282 |
atf_set timeout 10 |
6094 |
atf_set timeout 10 |
Lines 5284-5295
time_wait_via_closing_ipv4_head() {
Link Here
|
5284 |
} |
6096 |
} |
5285 |
time_wait_via_closing_ipv4_body() { |
6097 |
time_wait_via_closing_ipv4_body() { |
5286 |
|
6098 |
|
|
|
6099 |
|
5287 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv4.pkt |
6100 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv4.pkt |
5288 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv4.pkt |
6101 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv4.pkt |
5289 |
} |
6102 |
} |
5290 |
time_wait_via_closing_ipv4_cleanup() { |
6103 |
time_wait_via_closing_ipv4_cleanup() { |
5291 |
restore_sysctls |
6104 |
restore_sysctls |
5292 |
} |
6105 |
} |
|
|
6106 |
|
5293 |
atf_test_case time_wait_via_closing_ipv6 cleanup |
6107 |
atf_test_case time_wait_via_closing_ipv6 cleanup |
5294 |
time_wait_via_closing_ipv6_head() { |
6108 |
time_wait_via_closing_ipv6_head() { |
5295 |
atf_set timeout 10 |
6109 |
atf_set timeout 10 |
Lines 5297-5308
time_wait_via_closing_ipv6_head() {
Link Here
|
5297 |
} |
6111 |
} |
5298 |
time_wait_via_closing_ipv6_body() { |
6112 |
time_wait_via_closing_ipv6_body() { |
5299 |
|
6113 |
|
|
|
6114 |
|
5300 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv6.pkt |
6115 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv6.pkt |
5301 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv6.pkt |
6116 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-closing-ipv6.pkt |
5302 |
} |
6117 |
} |
5303 |
time_wait_via_closing_ipv6_cleanup() { |
6118 |
time_wait_via_closing_ipv6_cleanup() { |
5304 |
restore_sysctls |
6119 |
restore_sysctls |
5305 |
} |
6120 |
} |
|
|
6121 |
|
5306 |
atf_test_case time_wait_via_fin_wait_1_ipv4 cleanup |
6122 |
atf_test_case time_wait_via_fin_wait_1_ipv4 cleanup |
5307 |
time_wait_via_fin_wait_1_ipv4_head() { |
6123 |
time_wait_via_fin_wait_1_ipv4_head() { |
5308 |
atf_set timeout 10 |
6124 |
atf_set timeout 10 |
Lines 5310-5321
time_wait_via_fin_wait_1_ipv4_head() {
Link Here
|
5310 |
} |
6126 |
} |
5311 |
time_wait_via_fin_wait_1_ipv4_body() { |
6127 |
time_wait_via_fin_wait_1_ipv4_body() { |
5312 |
|
6128 |
|
|
|
6129 |
|
5313 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv4.pkt |
6130 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv4.pkt |
5314 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv4.pkt |
6131 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv4.pkt |
5315 |
} |
6132 |
} |
5316 |
time_wait_via_fin_wait_1_ipv4_cleanup() { |
6133 |
time_wait_via_fin_wait_1_ipv4_cleanup() { |
5317 |
restore_sysctls |
6134 |
restore_sysctls |
5318 |
} |
6135 |
} |
|
|
6136 |
|
5319 |
atf_test_case time_wait_via_fin_wait_1_ipv6 cleanup |
6137 |
atf_test_case time_wait_via_fin_wait_1_ipv6 cleanup |
5320 |
time_wait_via_fin_wait_1_ipv6_head() { |
6138 |
time_wait_via_fin_wait_1_ipv6_head() { |
5321 |
atf_set timeout 10 |
6139 |
atf_set timeout 10 |
Lines 5323-5334
time_wait_via_fin_wait_1_ipv6_head() {
Link Here
|
5323 |
} |
6141 |
} |
5324 |
time_wait_via_fin_wait_1_ipv6_body() { |
6142 |
time_wait_via_fin_wait_1_ipv6_body() { |
5325 |
|
6143 |
|
|
|
6144 |
|
5326 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv6.pkt |
6145 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv6.pkt |
5327 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv6.pkt |
6146 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-1-ipv6.pkt |
5328 |
} |
6147 |
} |
5329 |
time_wait_via_fin_wait_1_ipv6_cleanup() { |
6148 |
time_wait_via_fin_wait_1_ipv6_cleanup() { |
5330 |
restore_sysctls |
6149 |
restore_sysctls |
5331 |
} |
6150 |
} |
|
|
6151 |
|
5332 |
atf_test_case time_wait_via_fin_wait_2_ipv4 cleanup |
6152 |
atf_test_case time_wait_via_fin_wait_2_ipv4 cleanup |
5333 |
time_wait_via_fin_wait_2_ipv4_head() { |
6153 |
time_wait_via_fin_wait_2_ipv4_head() { |
5334 |
atf_set timeout 10 |
6154 |
atf_set timeout 10 |
Lines 5336-5347
time_wait_via_fin_wait_2_ipv4_head() {
Link Here
|
5336 |
} |
6156 |
} |
5337 |
time_wait_via_fin_wait_2_ipv4_body() { |
6157 |
time_wait_via_fin_wait_2_ipv4_body() { |
5338 |
|
6158 |
|
|
|
6159 |
|
5339 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv4.pkt |
6160 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv4.pkt |
5340 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv4.pkt |
6161 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv4.pkt |
5341 |
} |
6162 |
} |
5342 |
time_wait_via_fin_wait_2_ipv4_cleanup() { |
6163 |
time_wait_via_fin_wait_2_ipv4_cleanup() { |
5343 |
restore_sysctls |
6164 |
restore_sysctls |
5344 |
} |
6165 |
} |
|
|
6166 |
|
5345 |
atf_test_case time_wait_via_fin_wait_2_ipv6 cleanup |
6167 |
atf_test_case time_wait_via_fin_wait_2_ipv6 cleanup |
5346 |
time_wait_via_fin_wait_2_ipv6_head() { |
6168 |
time_wait_via_fin_wait_2_ipv6_head() { |
5347 |
atf_set timeout 10 |
6169 |
atf_set timeout 10 |
Lines 5349-5360
time_wait_via_fin_wait_2_ipv6_head() {
Link Here
|
5349 |
} |
6171 |
} |
5350 |
time_wait_via_fin_wait_2_ipv6_body() { |
6172 |
time_wait_via_fin_wait_2_ipv6_body() { |
5351 |
|
6173 |
|
|
|
6174 |
|
5352 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv6.pkt |
6175 |
save_sysctls /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv6.pkt |
5353 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv6.pkt |
6176 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/snippets/time-wait-via-fin-wait-2-ipv6.pkt |
5354 |
} |
6177 |
} |
5355 |
time_wait_via_fin_wait_2_ipv6_cleanup() { |
6178 |
time_wait_via_fin_wait_2_ipv6_cleanup() { |
5356 |
restore_sysctls |
6179 |
restore_sysctls |
5357 |
} |
6180 |
} |
|
|
6181 |
|
5358 |
atf_test_case socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4 cleanup |
6182 |
atf_test_case socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4 cleanup |
5359 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_head() { |
6183 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_head() { |
5360 |
atf_set timeout 10 |
6184 |
atf_set timeout 10 |
Lines 5362-5373
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_head() {
Link Here
|
5362 |
} |
6186 |
} |
5363 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_body() { |
6187 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_body() { |
5364 |
|
6188 |
|
|
|
6189 |
|
5365 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv4.pkt |
6190 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv4.pkt |
5366 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv4.pkt |
6191 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv4.pkt |
5367 |
} |
6192 |
} |
5368 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_cleanup() { |
6193 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv4_cleanup() { |
5369 |
restore_sysctls |
6194 |
restore_sysctls |
5370 |
} |
6195 |
} |
|
|
6196 |
|
5371 |
atf_test_case socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6 cleanup |
6197 |
atf_test_case socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6 cleanup |
5372 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_head() { |
6198 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_head() { |
5373 |
atf_set timeout 10 |
6199 |
atf_set timeout 10 |
Lines 5375-5386
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_head() {
Link Here
|
5375 |
} |
6201 |
} |
5376 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_body() { |
6202 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_body() { |
5377 |
|
6203 |
|
|
|
6204 |
|
5378 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv6.pkt |
6205 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv6.pkt |
5379 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv6.pkt |
6206 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepcnt-inherited-from-sysctl-ipv6.pkt |
5380 |
} |
6207 |
} |
5381 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_cleanup() { |
6208 |
socket_api_getsockopt_keepcnt_inherited_from_sysctl_ipv6_cleanup() { |
5382 |
restore_sysctls |
6209 |
restore_sysctls |
5383 |
} |
6210 |
} |
|
|
6211 |
|
5384 |
atf_test_case socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4 cleanup |
6212 |
atf_test_case socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4 cleanup |
5385 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_head() { |
6213 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_head() { |
5386 |
atf_set timeout 10 |
6214 |
atf_set timeout 10 |
Lines 5388-5399
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_head() {
Link Here
|
5388 |
} |
6216 |
} |
5389 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_body() { |
6217 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_body() { |
5390 |
|
6218 |
|
|
|
6219 |
|
5391 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv4.pkt |
6220 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv4.pkt |
5392 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv4.pkt |
6221 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv4.pkt |
5393 |
} |
6222 |
} |
5394 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_cleanup() { |
6223 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv4_cleanup() { |
5395 |
restore_sysctls |
6224 |
restore_sysctls |
5396 |
} |
6225 |
} |
|
|
6226 |
|
5397 |
atf_test_case socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6 cleanup |
6227 |
atf_test_case socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6 cleanup |
5398 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_head() { |
6228 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_head() { |
5399 |
atf_set timeout 10 |
6229 |
atf_set timeout 10 |
Lines 5401-5412
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_head() {
Link Here
|
5401 |
} |
6231 |
} |
5402 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_body() { |
6232 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_body() { |
5403 |
|
6233 |
|
|
|
6234 |
|
5404 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv6.pkt |
6235 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv6.pkt |
5405 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv6.pkt |
6236 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepidle-inherited-from-sysctl-ipv6.pkt |
5406 |
} |
6237 |
} |
5407 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_cleanup() { |
6238 |
socket_api_getsockopt_keepidle_inherited_from_sysctl_ipv6_cleanup() { |
5408 |
restore_sysctls |
6239 |
restore_sysctls |
5409 |
} |
6240 |
} |
|
|
6241 |
|
5410 |
atf_test_case socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4 cleanup |
6242 |
atf_test_case socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4 cleanup |
5411 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_head() { |
6243 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_head() { |
5412 |
atf_set timeout 10 |
6244 |
atf_set timeout 10 |
Lines 5414-5425
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_head() {
Link Here
|
5414 |
} |
6246 |
} |
5415 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_body() { |
6247 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_body() { |
5416 |
|
6248 |
|
|
|
6249 |
|
5417 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv4.pkt |
6250 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv4.pkt |
5418 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv4.pkt |
6251 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv4.pkt |
5419 |
} |
6252 |
} |
5420 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_cleanup() { |
6253 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv4_cleanup() { |
5421 |
restore_sysctls |
6254 |
restore_sysctls |
5422 |
} |
6255 |
} |
|
|
6256 |
|
5423 |
atf_test_case socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6 cleanup |
6257 |
atf_test_case socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6 cleanup |
5424 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_head() { |
6258 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_head() { |
5425 |
atf_set timeout 10 |
6259 |
atf_set timeout 10 |
Lines 5427-5438
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_head() {
Link Here
|
5427 |
} |
6261 |
} |
5428 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_body() { |
6262 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_body() { |
5429 |
|
6263 |
|
|
|
6264 |
|
5430 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv6.pkt |
6265 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv6.pkt |
5431 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv6.pkt |
6266 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepinit-inherited-from-sysctl-ipv6.pkt |
5432 |
} |
6267 |
} |
5433 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_cleanup() { |
6268 |
socket_api_getsockopt_keepinit_inherited_from_sysctl_ipv6_cleanup() { |
5434 |
restore_sysctls |
6269 |
restore_sysctls |
5435 |
} |
6270 |
} |
|
|
6271 |
|
5436 |
atf_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4 cleanup |
6272 |
atf_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4 cleanup |
5437 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_head() { |
6273 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_head() { |
5438 |
atf_set timeout 10 |
6274 |
atf_set timeout 10 |
Lines 5440-5451
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_head() {
Link Here
|
5440 |
} |
6276 |
} |
5441 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_body() { |
6277 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_body() { |
5442 |
|
6278 |
|
|
|
6279 |
|
5443 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv4.pkt |
6280 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv4.pkt |
5444 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv4.pkt |
6281 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv4.pkt |
5445 |
} |
6282 |
} |
5446 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_cleanup() { |
6283 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv4_cleanup() { |
5447 |
restore_sysctls |
6284 |
restore_sysctls |
5448 |
} |
6285 |
} |
|
|
6286 |
|
5449 |
atf_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6 cleanup |
6287 |
atf_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6 cleanup |
5450 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_head() { |
6288 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_head() { |
5451 |
atf_set timeout 10 |
6289 |
atf_set timeout 10 |
Lines 5453-5464
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_head() {
Link Here
|
5453 |
} |
6291 |
} |
5454 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_body() { |
6292 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_body() { |
5455 |
|
6293 |
|
|
|
6294 |
|
5456 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv6.pkt |
6295 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv6.pkt |
5457 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv6.pkt |
6296 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-keepintvl-inherited-from-sysctl-ipv6.pkt |
5458 |
} |
6297 |
} |
5459 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_cleanup() { |
6298 |
socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6_cleanup() { |
5460 |
restore_sysctls |
6299 |
restore_sysctls |
5461 |
} |
6300 |
} |
|
|
6301 |
|
5462 |
atf_test_case socket_api_getsockopt_tcpinfo_ipv4 cleanup |
6302 |
atf_test_case socket_api_getsockopt_tcpinfo_ipv4 cleanup |
5463 |
socket_api_getsockopt_tcpinfo_ipv4_head() { |
6303 |
socket_api_getsockopt_tcpinfo_ipv4_head() { |
5464 |
atf_set timeout 10 |
6304 |
atf_set timeout 10 |
Lines 5466-5477
socket_api_getsockopt_tcpinfo_ipv4_head() {
Link Here
|
5466 |
} |
6306 |
} |
5467 |
socket_api_getsockopt_tcpinfo_ipv4_body() { |
6307 |
socket_api_getsockopt_tcpinfo_ipv4_body() { |
5468 |
|
6308 |
|
|
|
6309 |
|
5469 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv4.pkt |
6310 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv4.pkt |
5470 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv4.pkt |
6311 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv4.pkt |
5471 |
} |
6312 |
} |
5472 |
socket_api_getsockopt_tcpinfo_ipv4_cleanup() { |
6313 |
socket_api_getsockopt_tcpinfo_ipv4_cleanup() { |
5473 |
restore_sysctls |
6314 |
restore_sysctls |
5474 |
} |
6315 |
} |
|
|
6316 |
|
5475 |
atf_test_case socket_api_getsockopt_tcpinfo_ipv6 cleanup |
6317 |
atf_test_case socket_api_getsockopt_tcpinfo_ipv6 cleanup |
5476 |
socket_api_getsockopt_tcpinfo_ipv6_head() { |
6318 |
socket_api_getsockopt_tcpinfo_ipv6_head() { |
5477 |
atf_set timeout 10 |
6319 |
atf_set timeout 10 |
Lines 5479-5490
socket_api_getsockopt_tcpinfo_ipv6_head() {
Link Here
|
5479 |
} |
6321 |
} |
5480 |
socket_api_getsockopt_tcpinfo_ipv6_body() { |
6322 |
socket_api_getsockopt_tcpinfo_ipv6_body() { |
5481 |
|
6323 |
|
|
|
6324 |
|
5482 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv6.pkt |
6325 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv6.pkt |
5483 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv6.pkt |
6326 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/getsockopt/socket-api-getsockopt-tcpinfo-ipv6.pkt |
5484 |
} |
6327 |
} |
5485 |
socket_api_getsockopt_tcpinfo_ipv6_cleanup() { |
6328 |
socket_api_getsockopt_tcpinfo_ipv6_cleanup() { |
5486 |
restore_sysctls |
6329 |
restore_sysctls |
5487 |
} |
6330 |
} |
|
|
6331 |
|
6332 |
atf_test_case socket_api_setsockopt_hoplimit_active_ipv6 cleanup |
6333 |
socket_api_setsockopt_hoplimit_active_ipv6_head() { |
6334 |
atf_set timeout 10 |
6335 |
atf_set require.config allow_sysctl_side_effects |
6336 |
} |
6337 |
socket_api_setsockopt_hoplimit_active_ipv6_body() { |
6338 |
|
6339 |
|
6340 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-hoplimit-active-ipv6.pkt |
6341 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-hoplimit-active-ipv6.pkt |
6342 |
} |
6343 |
socket_api_setsockopt_hoplimit_active_ipv6_cleanup() { |
6344 |
restore_sysctls |
6345 |
} |
6346 |
|
6347 |
atf_test_case socket_api_setsockopt_hoplimit_passive_ipv6 cleanup |
6348 |
socket_api_setsockopt_hoplimit_passive_ipv6_head() { |
6349 |
atf_set timeout 10 |
6350 |
atf_set require.config allow_sysctl_side_effects |
6351 |
} |
6352 |
socket_api_setsockopt_hoplimit_passive_ipv6_body() { |
6353 |
|
6354 |
|
6355 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-hoplimit-passive-ipv6.pkt |
6356 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-hoplimit-passive-ipv6.pkt |
6357 |
} |
6358 |
socket_api_setsockopt_hoplimit_passive_ipv6_cleanup() { |
6359 |
restore_sysctls |
6360 |
} |
6361 |
|
6362 |
atf_test_case socket_api_setsockopt_tos_active_ipv4 cleanup |
6363 |
socket_api_setsockopt_tos_active_ipv4_head() { |
6364 |
atf_set timeout 10 |
6365 |
atf_set require.config allow_sysctl_side_effects |
6366 |
} |
6367 |
socket_api_setsockopt_tos_active_ipv4_body() { |
6368 |
|
6369 |
|
6370 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-tos-active-ipv4.pkt |
6371 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-tos-active-ipv4.pkt |
6372 |
} |
6373 |
socket_api_setsockopt_tos_active_ipv4_cleanup() { |
6374 |
restore_sysctls |
6375 |
} |
6376 |
|
6377 |
atf_test_case socket_api_setsockopt_tos_passive_ipv4 cleanup |
6378 |
socket_api_setsockopt_tos_passive_ipv4_head() { |
6379 |
atf_set timeout 10 |
6380 |
atf_set require.config allow_sysctl_side_effects |
6381 |
} |
6382 |
socket_api_setsockopt_tos_passive_ipv4_body() { |
6383 |
|
6384 |
|
6385 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-tos-passive-ipv4.pkt |
6386 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-tos-passive-ipv4.pkt |
6387 |
} |
6388 |
socket_api_setsockopt_tos_passive_ipv4_cleanup() { |
6389 |
restore_sysctls |
6390 |
} |
6391 |
|
6392 |
atf_test_case socket_api_setsockopt_traffic_class_active_ipv6 cleanup |
6393 |
socket_api_setsockopt_traffic_class_active_ipv6_head() { |
6394 |
atf_set timeout 10 |
6395 |
atf_set require.config allow_sysctl_side_effects |
6396 |
} |
6397 |
socket_api_setsockopt_traffic_class_active_ipv6_body() { |
6398 |
|
6399 |
|
6400 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-traffic-class-active-ipv6.pkt |
6401 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-traffic-class-active-ipv6.pkt |
6402 |
} |
6403 |
socket_api_setsockopt_traffic_class_active_ipv6_cleanup() { |
6404 |
restore_sysctls |
6405 |
} |
6406 |
|
6407 |
atf_test_case socket_api_setsockopt_traffic_class_passive_ipv6 cleanup |
6408 |
socket_api_setsockopt_traffic_class_passive_ipv6_head() { |
6409 |
atf_set timeout 10 |
6410 |
atf_set require.config allow_sysctl_side_effects |
6411 |
} |
6412 |
socket_api_setsockopt_traffic_class_passive_ipv6_body() { |
6413 |
|
6414 |
|
6415 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-traffic-class-passive-ipv6.pkt |
6416 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-traffic-class-passive-ipv6.pkt |
6417 |
} |
6418 |
socket_api_setsockopt_traffic_class_passive_ipv6_cleanup() { |
6419 |
restore_sysctls |
6420 |
} |
6421 |
|
6422 |
atf_test_case socket_api_setsockopt_ttl_active_ipv4 cleanup |
6423 |
socket_api_setsockopt_ttl_active_ipv4_head() { |
6424 |
atf_set timeout 10 |
6425 |
atf_set require.config allow_sysctl_side_effects |
6426 |
} |
6427 |
socket_api_setsockopt_ttl_active_ipv4_body() { |
6428 |
|
6429 |
|
6430 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-ttl-active-ipv4.pkt |
6431 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-ttl-active-ipv4.pkt |
6432 |
} |
6433 |
socket_api_setsockopt_ttl_active_ipv4_cleanup() { |
6434 |
restore_sysctls |
6435 |
} |
6436 |
|
6437 |
atf_test_case socket_api_setsockopt_ttl_passive_ipv4 cleanup |
6438 |
socket_api_setsockopt_ttl_passive_ipv4_head() { |
6439 |
atf_set timeout 10 |
6440 |
atf_set require.config allow_sysctl_side_effects |
6441 |
} |
6442 |
socket_api_setsockopt_ttl_passive_ipv4_body() { |
6443 |
|
6444 |
|
6445 |
save_sysctls /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-ttl-passive-ipv4.pkt |
6446 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/socket-api/setsockopt/socket-api-setsockopt-ttl-passive-ipv4.pkt |
6447 |
} |
6448 |
socket_api_setsockopt_ttl_passive_ipv4_cleanup() { |
6449 |
restore_sysctls |
6450 |
} |
6451 |
|
5488 |
atf_test_case rcv_ack_with_data_closed_ipv4 cleanup |
6452 |
atf_test_case rcv_ack_with_data_closed_ipv4 cleanup |
5489 |
rcv_ack_with_data_closed_ipv4_head() { |
6453 |
rcv_ack_with_data_closed_ipv4_head() { |
5490 |
atf_set timeout 10 |
6454 |
atf_set timeout 10 |
Lines 5492-5503
rcv_ack_with_data_closed_ipv4_head() {
Link Here
|
5492 |
} |
6456 |
} |
5493 |
rcv_ack_with_data_closed_ipv4_body() { |
6457 |
rcv_ack_with_data_closed_ipv4_body() { |
5494 |
|
6458 |
|
|
|
6459 |
|
5495 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv4.pkt |
6460 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv4.pkt |
5496 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv4.pkt |
6461 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv4.pkt |
5497 |
} |
6462 |
} |
5498 |
rcv_ack_with_data_closed_ipv4_cleanup() { |
6463 |
rcv_ack_with_data_closed_ipv4_cleanup() { |
5499 |
restore_sysctls |
6464 |
restore_sysctls |
5500 |
} |
6465 |
} |
|
|
6466 |
|
5501 |
atf_test_case rcv_ack_with_data_closed_ipv6 cleanup |
6467 |
atf_test_case rcv_ack_with_data_closed_ipv6 cleanup |
5502 |
rcv_ack_with_data_closed_ipv6_head() { |
6468 |
rcv_ack_with_data_closed_ipv6_head() { |
5503 |
atf_set timeout 10 |
6469 |
atf_set timeout 10 |
Lines 5505-5516
rcv_ack_with_data_closed_ipv6_head() {
Link Here
|
5505 |
} |
6471 |
} |
5506 |
rcv_ack_with_data_closed_ipv6_body() { |
6472 |
rcv_ack_with_data_closed_ipv6_body() { |
5507 |
|
6473 |
|
|
|
6474 |
|
5508 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv6.pkt |
6475 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv6.pkt |
5509 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv6.pkt |
6476 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-with-data-closed-ipv6.pkt |
5510 |
} |
6477 |
} |
5511 |
rcv_ack_with_data_closed_ipv6_cleanup() { |
6478 |
rcv_ack_with_data_closed_ipv6_cleanup() { |
5512 |
restore_sysctls |
6479 |
restore_sysctls |
5513 |
} |
6480 |
} |
|
|
6481 |
|
5514 |
atf_test_case rcv_ack_without_data_closed_ipv4 cleanup |
6482 |
atf_test_case rcv_ack_without_data_closed_ipv4 cleanup |
5515 |
rcv_ack_without_data_closed_ipv4_head() { |
6483 |
rcv_ack_without_data_closed_ipv4_head() { |
5516 |
atf_set timeout 10 |
6484 |
atf_set timeout 10 |
Lines 5518-5529
rcv_ack_without_data_closed_ipv4_head() {
Link Here
|
5518 |
} |
6486 |
} |
5519 |
rcv_ack_without_data_closed_ipv4_body() { |
6487 |
rcv_ack_without_data_closed_ipv4_body() { |
5520 |
|
6488 |
|
|
|
6489 |
|
5521 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv4.pkt |
6490 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv4.pkt |
5522 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv4.pkt |
6491 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv4.pkt |
5523 |
} |
6492 |
} |
5524 |
rcv_ack_without_data_closed_ipv4_cleanup() { |
6493 |
rcv_ack_without_data_closed_ipv4_cleanup() { |
5525 |
restore_sysctls |
6494 |
restore_sysctls |
5526 |
} |
6495 |
} |
|
|
6496 |
|
5527 |
atf_test_case rcv_ack_without_data_closed_ipv6 cleanup |
6497 |
atf_test_case rcv_ack_without_data_closed_ipv6 cleanup |
5528 |
rcv_ack_without_data_closed_ipv6_head() { |
6498 |
rcv_ack_without_data_closed_ipv6_head() { |
5529 |
atf_set timeout 10 |
6499 |
atf_set timeout 10 |
Lines 5531-5542
rcv_ack_without_data_closed_ipv6_head() {
Link Here
|
5531 |
} |
6501 |
} |
5532 |
rcv_ack_without_data_closed_ipv6_body() { |
6502 |
rcv_ack_without_data_closed_ipv6_body() { |
5533 |
|
6503 |
|
|
|
6504 |
|
5534 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv6.pkt |
6505 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv6.pkt |
5535 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv6.pkt |
6506 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-closed/rcv-ack-without-data-closed-ipv6.pkt |
5536 |
} |
6507 |
} |
5537 |
rcv_ack_without_data_closed_ipv6_cleanup() { |
6508 |
rcv_ack_without_data_closed_ipv6_cleanup() { |
5538 |
restore_sysctls |
6509 |
restore_sysctls |
5539 |
} |
6510 |
} |
|
|
6511 |
|
5540 |
atf_test_case rcv_ack_with_data_listen_ipv4 cleanup |
6512 |
atf_test_case rcv_ack_with_data_listen_ipv4 cleanup |
5541 |
rcv_ack_with_data_listen_ipv4_head() { |
6513 |
rcv_ack_with_data_listen_ipv4_head() { |
5542 |
atf_set timeout 10 |
6514 |
atf_set timeout 10 |
Lines 5544-5555
rcv_ack_with_data_listen_ipv4_head() {
Link Here
|
5544 |
} |
6516 |
} |
5545 |
rcv_ack_with_data_listen_ipv4_body() { |
6517 |
rcv_ack_with_data_listen_ipv4_body() { |
5546 |
|
6518 |
|
|
|
6519 |
|
5547 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv4.pkt |
6520 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv4.pkt |
5548 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv4.pkt |
6521 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv4.pkt |
5549 |
} |
6522 |
} |
5550 |
rcv_ack_with_data_listen_ipv4_cleanup() { |
6523 |
rcv_ack_with_data_listen_ipv4_cleanup() { |
5551 |
restore_sysctls |
6524 |
restore_sysctls |
5552 |
} |
6525 |
} |
|
|
6526 |
|
5553 |
atf_test_case rcv_ack_with_data_listen_ipv6 cleanup |
6527 |
atf_test_case rcv_ack_with_data_listen_ipv6 cleanup |
5554 |
rcv_ack_with_data_listen_ipv6_head() { |
6528 |
rcv_ack_with_data_listen_ipv6_head() { |
5555 |
atf_set timeout 10 |
6529 |
atf_set timeout 10 |
Lines 5557-5568
rcv_ack_with_data_listen_ipv6_head() {
Link Here
|
5557 |
} |
6531 |
} |
5558 |
rcv_ack_with_data_listen_ipv6_body() { |
6532 |
rcv_ack_with_data_listen_ipv6_body() { |
5559 |
|
6533 |
|
|
|
6534 |
|
5560 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv6.pkt |
6535 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv6.pkt |
5561 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv6.pkt |
6536 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-with-data-listen-ipv6.pkt |
5562 |
} |
6537 |
} |
5563 |
rcv_ack_with_data_listen_ipv6_cleanup() { |
6538 |
rcv_ack_with_data_listen_ipv6_cleanup() { |
5564 |
restore_sysctls |
6539 |
restore_sysctls |
5565 |
} |
6540 |
} |
|
|
6541 |
|
5566 |
atf_test_case rcv_ack_without_data_listen_ipv4 cleanup |
6542 |
atf_test_case rcv_ack_without_data_listen_ipv4 cleanup |
5567 |
rcv_ack_without_data_listen_ipv4_head() { |
6543 |
rcv_ack_without_data_listen_ipv4_head() { |
5568 |
atf_set timeout 10 |
6544 |
atf_set timeout 10 |
Lines 5570-5581
rcv_ack_without_data_listen_ipv4_head() {
Link Here
|
5570 |
} |
6546 |
} |
5571 |
rcv_ack_without_data_listen_ipv4_body() { |
6547 |
rcv_ack_without_data_listen_ipv4_body() { |
5572 |
|
6548 |
|
|
|
6549 |
|
5573 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv4.pkt |
6550 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv4.pkt |
5574 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv4.pkt |
6551 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv4.pkt |
5575 |
} |
6552 |
} |
5576 |
rcv_ack_without_data_listen_ipv4_cleanup() { |
6553 |
rcv_ack_without_data_listen_ipv4_cleanup() { |
5577 |
restore_sysctls |
6554 |
restore_sysctls |
5578 |
} |
6555 |
} |
|
|
6556 |
|
5579 |
atf_test_case rcv_ack_without_data_listen_ipv6 cleanup |
6557 |
atf_test_case rcv_ack_without_data_listen_ipv6 cleanup |
5580 |
rcv_ack_without_data_listen_ipv6_head() { |
6558 |
rcv_ack_without_data_listen_ipv6_head() { |
5581 |
atf_set timeout 10 |
6559 |
atf_set timeout 10 |
Lines 5583-5594
rcv_ack_without_data_listen_ipv6_head() {
Link Here
|
5583 |
} |
6561 |
} |
5584 |
rcv_ack_without_data_listen_ipv6_body() { |
6562 |
rcv_ack_without_data_listen_ipv6_body() { |
5585 |
|
6563 |
|
|
|
6564 |
|
5586 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv6.pkt |
6565 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv6.pkt |
5587 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv6.pkt |
6566 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-listen/rcv-ack-without-data-listen-ipv6.pkt |
5588 |
} |
6567 |
} |
5589 |
rcv_ack_without_data_listen_ipv6_cleanup() { |
6568 |
rcv_ack_without_data_listen_ipv6_cleanup() { |
5590 |
restore_sysctls |
6569 |
restore_sysctls |
5591 |
} |
6570 |
} |
|
|
6571 |
|
5592 |
atf_test_case rcv_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
6572 |
atf_test_case rcv_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
5593 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
6573 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
5594 |
atf_set timeout 10 |
6574 |
atf_set timeout 10 |
Lines 5596-5607
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
5596 |
} |
6576 |
} |
5597 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
6577 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
5598 |
|
6578 |
|
|
|
6579 |
|
5599 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6580 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
5600 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6581 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
5601 |
} |
6582 |
} |
5602 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6583 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
5603 |
restore_sysctls |
6584 |
restore_sysctls |
5604 |
} |
6585 |
} |
|
|
6586 |
|
5605 |
atf_test_case rcv_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
6587 |
atf_test_case rcv_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
5606 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
6588 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
5607 |
atf_set timeout 10 |
6589 |
atf_set timeout 10 |
Lines 5609-5620
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
5609 |
} |
6591 |
} |
5610 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
6592 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
5611 |
|
6593 |
|
|
|
6594 |
|
5612 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6595 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
5613 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6596 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
5614 |
} |
6597 |
} |
5615 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6598 |
rcv_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
5616 |
restore_sysctls |
6599 |
restore_sysctls |
5617 |
} |
6600 |
} |
|
|
6601 |
|
5618 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
6602 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
5619 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
6603 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
5620 |
atf_set timeout 10 |
6604 |
atf_set timeout 10 |
Lines 5622-5633
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
5622 |
} |
6606 |
} |
5623 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
6607 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
5624 |
|
6608 |
|
|
|
6609 |
|
5625 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6610 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
5626 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6611 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
5627 |
} |
6612 |
} |
5628 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
6613 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
5629 |
restore_sysctls |
6614 |
restore_sysctls |
5630 |
} |
6615 |
} |
|
|
6616 |
|
5631 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
6617 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
5632 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
6618 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
5633 |
atf_set timeout 10 |
6619 |
atf_set timeout 10 |
Lines 5635-5646
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
5635 |
} |
6621 |
} |
5636 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
6622 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
5637 |
|
6623 |
|
|
|
6624 |
|
5638 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6625 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
5639 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6626 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
5640 |
} |
6627 |
} |
5641 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
6628 |
rcv_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
5642 |
restore_sysctls |
6629 |
restore_sysctls |
5643 |
} |
6630 |
} |
|
|
6631 |
|
5644 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
6632 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
5645 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
6633 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
5646 |
atf_set timeout 10 |
6634 |
atf_set timeout 10 |
Lines 5648-5659
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
5648 |
} |
6636 |
} |
5649 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
6637 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
5650 |
|
6638 |
|
|
|
6639 |
|
5651 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6640 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
5652 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6641 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
5653 |
} |
6642 |
} |
5654 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
6643 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
5655 |
restore_sysctls |
6644 |
restore_sysctls |
5656 |
} |
6645 |
} |
|
|
6646 |
|
5657 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
6647 |
atf_test_case rcv_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
5658 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
6648 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
5659 |
atf_set timeout 10 |
6649 |
atf_set timeout 10 |
Lines 5661-5672
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
5661 |
} |
6651 |
} |
5662 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
6652 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
5663 |
|
6653 |
|
|
|
6654 |
|
5664 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6655 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
5665 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6656 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
5666 |
} |
6657 |
} |
5667 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6658 |
rcv_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
5668 |
restore_sysctls |
6659 |
restore_sysctls |
5669 |
} |
6660 |
} |
|
|
6661 |
|
5670 |
atf_test_case rcv_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
6662 |
atf_test_case rcv_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
5671 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
6663 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
5672 |
atf_set timeout 10 |
6664 |
atf_set timeout 10 |
Lines 5674-5685
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
5674 |
} |
6666 |
} |
5675 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
6667 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
5676 |
|
6668 |
|
|
|
6669 |
|
5677 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6670 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
5678 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6671 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
5679 |
} |
6672 |
} |
5680 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6673 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
5681 |
restore_sysctls |
6674 |
restore_sysctls |
5682 |
} |
6675 |
} |
|
|
6676 |
|
5683 |
atf_test_case rcv_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
6677 |
atf_test_case rcv_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
5684 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
6678 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
5685 |
atf_set timeout 10 |
6679 |
atf_set timeout 10 |
Lines 5687-5698
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
5687 |
} |
6681 |
} |
5688 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
6682 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
5689 |
|
6683 |
|
|
|
6684 |
|
5690 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6685 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
5691 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6686 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
5692 |
} |
6687 |
} |
5693 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6688 |
rcv_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
5694 |
restore_sysctls |
6689 |
restore_sysctls |
5695 |
} |
6690 |
} |
|
|
6691 |
|
5696 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
6692 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
5697 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
6693 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
5698 |
atf_set timeout 10 |
6694 |
atf_set timeout 10 |
Lines 5700-5711
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
5700 |
} |
6696 |
} |
5701 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
6697 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
5702 |
|
6698 |
|
|
|
6699 |
|
5703 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
6700 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
5704 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
6701 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
5705 |
} |
6702 |
} |
5706 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
6703 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
5707 |
restore_sysctls |
6704 |
restore_sysctls |
5708 |
} |
6705 |
} |
|
|
6706 |
|
5709 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
6707 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
5710 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
6708 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
5711 |
atf_set timeout 10 |
6709 |
atf_set timeout 10 |
Lines 5713-5724
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
5713 |
} |
6711 |
} |
5714 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
6712 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
5715 |
|
6713 |
|
|
|
6714 |
|
5716 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
6715 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
5717 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
6716 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
5718 |
} |
6717 |
} |
5719 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
6718 |
rcv_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
5720 |
restore_sysctls |
6719 |
restore_sysctls |
5721 |
} |
6720 |
} |
|
|
6721 |
|
5722 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
6722 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
5723 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
6723 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
5724 |
atf_set timeout 10 |
6724 |
atf_set timeout 10 |
Lines 5726-5737
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
5726 |
} |
6726 |
} |
5727 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
6727 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
5728 |
|
6728 |
|
|
|
6729 |
|
5729 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
6730 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
5730 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
6731 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
5731 |
} |
6732 |
} |
5732 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
6733 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
5733 |
restore_sysctls |
6734 |
restore_sysctls |
5734 |
} |
6735 |
} |
|
|
6736 |
|
5735 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
6737 |
atf_test_case rcv_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
5736 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
6738 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
5737 |
atf_set timeout 10 |
6739 |
atf_set timeout 10 |
Lines 5739-5750
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
5739 |
} |
6741 |
} |
5740 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
6742 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
5741 |
|
6743 |
|
|
|
6744 |
|
5742 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6745 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
5743 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6746 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-ack-syn-sent/rcv-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
5744 |
} |
6747 |
} |
5745 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6748 |
rcv_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
5746 |
restore_sysctls |
6749 |
restore_sysctls |
5747 |
} |
6750 |
} |
|
|
6751 |
|
5748 |
atf_test_case rcv_fin_ack_with_data_closed_ipv4 cleanup |
6752 |
atf_test_case rcv_fin_ack_with_data_closed_ipv4 cleanup |
5749 |
rcv_fin_ack_with_data_closed_ipv4_head() { |
6753 |
rcv_fin_ack_with_data_closed_ipv4_head() { |
5750 |
atf_set timeout 10 |
6754 |
atf_set timeout 10 |
Lines 5752-5763
rcv_fin_ack_with_data_closed_ipv4_head() {
Link Here
|
5752 |
} |
6756 |
} |
5753 |
rcv_fin_ack_with_data_closed_ipv4_body() { |
6757 |
rcv_fin_ack_with_data_closed_ipv4_body() { |
5754 |
|
6758 |
|
|
|
6759 |
|
5755 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv4.pkt |
6760 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv4.pkt |
5756 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv4.pkt |
6761 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv4.pkt |
5757 |
} |
6762 |
} |
5758 |
rcv_fin_ack_with_data_closed_ipv4_cleanup() { |
6763 |
rcv_fin_ack_with_data_closed_ipv4_cleanup() { |
5759 |
restore_sysctls |
6764 |
restore_sysctls |
5760 |
} |
6765 |
} |
|
|
6766 |
|
5761 |
atf_test_case rcv_fin_ack_with_data_closed_ipv6 cleanup |
6767 |
atf_test_case rcv_fin_ack_with_data_closed_ipv6 cleanup |
5762 |
rcv_fin_ack_with_data_closed_ipv6_head() { |
6768 |
rcv_fin_ack_with_data_closed_ipv6_head() { |
5763 |
atf_set timeout 10 |
6769 |
atf_set timeout 10 |
Lines 5765-5776
rcv_fin_ack_with_data_closed_ipv6_head() {
Link Here
|
5765 |
} |
6771 |
} |
5766 |
rcv_fin_ack_with_data_closed_ipv6_body() { |
6772 |
rcv_fin_ack_with_data_closed_ipv6_body() { |
5767 |
|
6773 |
|
|
|
6774 |
|
5768 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv6.pkt |
6775 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv6.pkt |
5769 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv6.pkt |
6776 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-with-data-closed-ipv6.pkt |
5770 |
} |
6777 |
} |
5771 |
rcv_fin_ack_with_data_closed_ipv6_cleanup() { |
6778 |
rcv_fin_ack_with_data_closed_ipv6_cleanup() { |
5772 |
restore_sysctls |
6779 |
restore_sysctls |
5773 |
} |
6780 |
} |
|
|
6781 |
|
5774 |
atf_test_case rcv_fin_ack_without_data_closed_ipv4 cleanup |
6782 |
atf_test_case rcv_fin_ack_without_data_closed_ipv4 cleanup |
5775 |
rcv_fin_ack_without_data_closed_ipv4_head() { |
6783 |
rcv_fin_ack_without_data_closed_ipv4_head() { |
5776 |
atf_set timeout 10 |
6784 |
atf_set timeout 10 |
Lines 5778-5789
rcv_fin_ack_without_data_closed_ipv4_head() {
Link Here
|
5778 |
} |
6786 |
} |
5779 |
rcv_fin_ack_without_data_closed_ipv4_body() { |
6787 |
rcv_fin_ack_without_data_closed_ipv4_body() { |
5780 |
|
6788 |
|
|
|
6789 |
|
5781 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv4.pkt |
6790 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv4.pkt |
5782 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv4.pkt |
6791 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv4.pkt |
5783 |
} |
6792 |
} |
5784 |
rcv_fin_ack_without_data_closed_ipv4_cleanup() { |
6793 |
rcv_fin_ack_without_data_closed_ipv4_cleanup() { |
5785 |
restore_sysctls |
6794 |
restore_sysctls |
5786 |
} |
6795 |
} |
|
|
6796 |
|
5787 |
atf_test_case rcv_fin_ack_without_data_closed_ipv6 cleanup |
6797 |
atf_test_case rcv_fin_ack_without_data_closed_ipv6 cleanup |
5788 |
rcv_fin_ack_without_data_closed_ipv6_head() { |
6798 |
rcv_fin_ack_without_data_closed_ipv6_head() { |
5789 |
atf_set timeout 10 |
6799 |
atf_set timeout 10 |
Lines 5791-5802
rcv_fin_ack_without_data_closed_ipv6_head() {
Link Here
|
5791 |
} |
6801 |
} |
5792 |
rcv_fin_ack_without_data_closed_ipv6_body() { |
6802 |
rcv_fin_ack_without_data_closed_ipv6_body() { |
5793 |
|
6803 |
|
|
|
6804 |
|
5794 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv6.pkt |
6805 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv6.pkt |
5795 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv6.pkt |
6806 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-closed/rcv-fin-ack-without-data-closed-ipv6.pkt |
5796 |
} |
6807 |
} |
5797 |
rcv_fin_ack_without_data_closed_ipv6_cleanup() { |
6808 |
rcv_fin_ack_without_data_closed_ipv6_cleanup() { |
5798 |
restore_sysctls |
6809 |
restore_sysctls |
5799 |
} |
6810 |
} |
|
|
6811 |
|
5800 |
atf_test_case rcv_fin_ack_with_data_listen_ipv4 cleanup |
6812 |
atf_test_case rcv_fin_ack_with_data_listen_ipv4 cleanup |
5801 |
rcv_fin_ack_with_data_listen_ipv4_head() { |
6813 |
rcv_fin_ack_with_data_listen_ipv4_head() { |
5802 |
atf_set timeout 10 |
6814 |
atf_set timeout 10 |
Lines 5804-5815
rcv_fin_ack_with_data_listen_ipv4_head() {
Link Here
|
5804 |
} |
6816 |
} |
5805 |
rcv_fin_ack_with_data_listen_ipv4_body() { |
6817 |
rcv_fin_ack_with_data_listen_ipv4_body() { |
5806 |
|
6818 |
|
|
|
6819 |
|
5807 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv4.pkt |
6820 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv4.pkt |
5808 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv4.pkt |
6821 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv4.pkt |
5809 |
} |
6822 |
} |
5810 |
rcv_fin_ack_with_data_listen_ipv4_cleanup() { |
6823 |
rcv_fin_ack_with_data_listen_ipv4_cleanup() { |
5811 |
restore_sysctls |
6824 |
restore_sysctls |
5812 |
} |
6825 |
} |
|
|
6826 |
|
5813 |
atf_test_case rcv_fin_ack_with_data_listen_ipv6 cleanup |
6827 |
atf_test_case rcv_fin_ack_with_data_listen_ipv6 cleanup |
5814 |
rcv_fin_ack_with_data_listen_ipv6_head() { |
6828 |
rcv_fin_ack_with_data_listen_ipv6_head() { |
5815 |
atf_set timeout 10 |
6829 |
atf_set timeout 10 |
Lines 5817-5828
rcv_fin_ack_with_data_listen_ipv6_head() {
Link Here
|
5817 |
} |
6831 |
} |
5818 |
rcv_fin_ack_with_data_listen_ipv6_body() { |
6832 |
rcv_fin_ack_with_data_listen_ipv6_body() { |
5819 |
|
6833 |
|
|
|
6834 |
|
5820 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv6.pkt |
6835 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv6.pkt |
5821 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv6.pkt |
6836 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-with-data-listen-ipv6.pkt |
5822 |
} |
6837 |
} |
5823 |
rcv_fin_ack_with_data_listen_ipv6_cleanup() { |
6838 |
rcv_fin_ack_with_data_listen_ipv6_cleanup() { |
5824 |
restore_sysctls |
6839 |
restore_sysctls |
5825 |
} |
6840 |
} |
|
|
6841 |
|
5826 |
atf_test_case rcv_fin_ack_without_data_listen_ipv4 cleanup |
6842 |
atf_test_case rcv_fin_ack_without_data_listen_ipv4 cleanup |
5827 |
rcv_fin_ack_without_data_listen_ipv4_head() { |
6843 |
rcv_fin_ack_without_data_listen_ipv4_head() { |
5828 |
atf_set timeout 10 |
6844 |
atf_set timeout 10 |
Lines 5830-5841
rcv_fin_ack_without_data_listen_ipv4_head() {
Link Here
|
5830 |
} |
6846 |
} |
5831 |
rcv_fin_ack_without_data_listen_ipv4_body() { |
6847 |
rcv_fin_ack_without_data_listen_ipv4_body() { |
5832 |
|
6848 |
|
|
|
6849 |
|
5833 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv4.pkt |
6850 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv4.pkt |
5834 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv4.pkt |
6851 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv4.pkt |
5835 |
} |
6852 |
} |
5836 |
rcv_fin_ack_without_data_listen_ipv4_cleanup() { |
6853 |
rcv_fin_ack_without_data_listen_ipv4_cleanup() { |
5837 |
restore_sysctls |
6854 |
restore_sysctls |
5838 |
} |
6855 |
} |
|
|
6856 |
|
5839 |
atf_test_case rcv_fin_ack_without_data_listen_ipv6 cleanup |
6857 |
atf_test_case rcv_fin_ack_without_data_listen_ipv6 cleanup |
5840 |
rcv_fin_ack_without_data_listen_ipv6_head() { |
6858 |
rcv_fin_ack_without_data_listen_ipv6_head() { |
5841 |
atf_set timeout 10 |
6859 |
atf_set timeout 10 |
Lines 5843-5854
rcv_fin_ack_without_data_listen_ipv6_head() {
Link Here
|
5843 |
} |
6861 |
} |
5844 |
rcv_fin_ack_without_data_listen_ipv6_body() { |
6862 |
rcv_fin_ack_without_data_listen_ipv6_body() { |
5845 |
|
6863 |
|
|
|
6864 |
|
5846 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv6.pkt |
6865 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv6.pkt |
5847 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv6.pkt |
6866 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-listen/rcv-fin-ack-without-data-listen-ipv6.pkt |
5848 |
} |
6867 |
} |
5849 |
rcv_fin_ack_without_data_listen_ipv6_cleanup() { |
6868 |
rcv_fin_ack_without_data_listen_ipv6_cleanup() { |
5850 |
restore_sysctls |
6869 |
restore_sysctls |
5851 |
} |
6870 |
} |
|
|
6871 |
|
5852 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
6872 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
5853 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
6873 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
5854 |
atf_set timeout 10 |
6874 |
atf_set timeout 10 |
Lines 5856-5867
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
5856 |
} |
6876 |
} |
5857 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
6877 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
5858 |
|
6878 |
|
|
|
6879 |
|
5859 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6880 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
5860 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6881 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
5861 |
} |
6882 |
} |
5862 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6883 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
5863 |
restore_sysctls |
6884 |
restore_sysctls |
5864 |
} |
6885 |
} |
|
|
6886 |
|
5865 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
6887 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
5866 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
6888 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
5867 |
atf_set timeout 10 |
6889 |
atf_set timeout 10 |
Lines 5869-5880
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
5869 |
} |
6891 |
} |
5870 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
6892 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
5871 |
|
6893 |
|
|
|
6894 |
|
5872 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6895 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
5873 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6896 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
5874 |
} |
6897 |
} |
5875 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6898 |
rcv_fin_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
5876 |
restore_sysctls |
6899 |
restore_sysctls |
5877 |
} |
6900 |
} |
|
|
6901 |
|
5878 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
6902 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
5879 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
6903 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
5880 |
atf_set timeout 10 |
6904 |
atf_set timeout 10 |
Lines 5882-5893
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
5882 |
} |
6906 |
} |
5883 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
6907 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
5884 |
|
6908 |
|
|
|
6909 |
|
5885 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6910 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
5886 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6911 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
5887 |
} |
6912 |
} |
5888 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
6913 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
5889 |
restore_sysctls |
6914 |
restore_sysctls |
5890 |
} |
6915 |
} |
|
|
6916 |
|
5891 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
6917 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
5892 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
6918 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
5893 |
atf_set timeout 10 |
6919 |
atf_set timeout 10 |
Lines 5895-5906
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
5895 |
} |
6921 |
} |
5896 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
6922 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
5897 |
|
6923 |
|
|
|
6924 |
|
5898 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6925 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
5899 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6926 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
5900 |
} |
6927 |
} |
5901 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
6928 |
rcv_fin_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
5902 |
restore_sysctls |
6929 |
restore_sysctls |
5903 |
} |
6930 |
} |
|
|
6931 |
|
5904 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
6932 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
5905 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
6933 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
5906 |
atf_set timeout 10 |
6934 |
atf_set timeout 10 |
Lines 5908-5919
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
5908 |
} |
6936 |
} |
5909 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
6937 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
5910 |
|
6938 |
|
|
|
6939 |
|
5911 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6940 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
5912 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6941 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
5913 |
} |
6942 |
} |
5914 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
6943 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
5915 |
restore_sysctls |
6944 |
restore_sysctls |
5916 |
} |
6945 |
} |
|
|
6946 |
|
5917 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
6947 |
atf_test_case rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
5918 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
6948 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
5919 |
atf_set timeout 10 |
6949 |
atf_set timeout 10 |
Lines 5921-5932
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
5921 |
} |
6951 |
} |
5922 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
6952 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
5923 |
|
6953 |
|
|
|
6954 |
|
5924 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6955 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
5925 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6956 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
5926 |
} |
6957 |
} |
5927 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6958 |
rcv_fin_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
5928 |
restore_sysctls |
6959 |
restore_sysctls |
5929 |
} |
6960 |
} |
|
|
6961 |
|
5930 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
6962 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
5931 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
6963 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
5932 |
atf_set timeout 10 |
6964 |
atf_set timeout 10 |
Lines 5934-5945
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
5934 |
} |
6966 |
} |
5935 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
6967 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
5936 |
|
6968 |
|
|
|
6969 |
|
5937 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6970 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
5938 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6971 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
5939 |
} |
6972 |
} |
5940 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6973 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
5941 |
restore_sysctls |
6974 |
restore_sysctls |
5942 |
} |
6975 |
} |
|
|
6976 |
|
5943 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
6977 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
5944 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
6978 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
5945 |
atf_set timeout 10 |
6979 |
atf_set timeout 10 |
Lines 5947-5958
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
5947 |
} |
6981 |
} |
5948 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
6982 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
5949 |
|
6983 |
|
|
|
6984 |
|
5950 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6985 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
5951 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6986 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
5952 |
} |
6987 |
} |
5953 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6988 |
rcv_fin_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
5954 |
restore_sysctls |
6989 |
restore_sysctls |
5955 |
} |
6990 |
} |
|
|
6991 |
|
5956 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
6992 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
5957 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
6993 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
5958 |
atf_set timeout 10 |
6994 |
atf_set timeout 10 |
Lines 5960-5971
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
5960 |
} |
6996 |
} |
5961 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
6997 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
5962 |
|
6998 |
|
|
|
6999 |
|
5963 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
7000 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
5964 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
7001 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
5965 |
} |
7002 |
} |
5966 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
7003 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
5967 |
restore_sysctls |
7004 |
restore_sysctls |
5968 |
} |
7005 |
} |
|
|
7006 |
|
5969 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
7007 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
5970 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
7008 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
5971 |
atf_set timeout 10 |
7009 |
atf_set timeout 10 |
Lines 5973-5984
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
5973 |
} |
7011 |
} |
5974 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
7012 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
5975 |
|
7013 |
|
|
|
7014 |
|
5976 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
7015 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
5977 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
7016 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
5978 |
} |
7017 |
} |
5979 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
7018 |
rcv_fin_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
5980 |
restore_sysctls |
7019 |
restore_sysctls |
5981 |
} |
7020 |
} |
|
|
7021 |
|
5982 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
7022 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
5983 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
7023 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
5984 |
atf_set timeout 10 |
7024 |
atf_set timeout 10 |
Lines 5986-5997
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
5986 |
} |
7026 |
} |
5987 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
7027 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
5988 |
|
7028 |
|
|
|
7029 |
|
5989 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
7030 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
5990 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
7031 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
5991 |
} |
7032 |
} |
5992 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
7033 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
5993 |
restore_sysctls |
7034 |
restore_sysctls |
5994 |
} |
7035 |
} |
|
|
7036 |
|
5995 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
7037 |
atf_test_case rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
5996 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
7038 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
5997 |
atf_set timeout 10 |
7039 |
atf_set timeout 10 |
Lines 5999-6010
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
5999 |
} |
7041 |
} |
6000 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
7042 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
6001 |
|
7043 |
|
|
|
7044 |
|
6002 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
7045 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6003 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
7046 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-ack-syn-sent/rcv-fin-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6004 |
} |
7047 |
} |
6005 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
7048 |
rcv_fin_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6006 |
restore_sysctls |
7049 |
restore_sysctls |
6007 |
} |
7050 |
} |
|
|
7051 |
|
6008 |
atf_test_case rcv_fin_with_data_closed_ipv4 cleanup |
7052 |
atf_test_case rcv_fin_with_data_closed_ipv4 cleanup |
6009 |
rcv_fin_with_data_closed_ipv4_head() { |
7053 |
rcv_fin_with_data_closed_ipv4_head() { |
6010 |
atf_set timeout 10 |
7054 |
atf_set timeout 10 |
Lines 6012-6023
rcv_fin_with_data_closed_ipv4_head() {
Link Here
|
6012 |
} |
7056 |
} |
6013 |
rcv_fin_with_data_closed_ipv4_body() { |
7057 |
rcv_fin_with_data_closed_ipv4_body() { |
6014 |
|
7058 |
|
|
|
7059 |
|
6015 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv4.pkt |
7060 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv4.pkt |
6016 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv4.pkt |
7061 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv4.pkt |
6017 |
} |
7062 |
} |
6018 |
rcv_fin_with_data_closed_ipv4_cleanup() { |
7063 |
rcv_fin_with_data_closed_ipv4_cleanup() { |
6019 |
restore_sysctls |
7064 |
restore_sysctls |
6020 |
} |
7065 |
} |
|
|
7066 |
|
6021 |
atf_test_case rcv_fin_with_data_closed_ipv6 cleanup |
7067 |
atf_test_case rcv_fin_with_data_closed_ipv6 cleanup |
6022 |
rcv_fin_with_data_closed_ipv6_head() { |
7068 |
rcv_fin_with_data_closed_ipv6_head() { |
6023 |
atf_set timeout 10 |
7069 |
atf_set timeout 10 |
Lines 6025-6036
rcv_fin_with_data_closed_ipv6_head() {
Link Here
|
6025 |
} |
7071 |
} |
6026 |
rcv_fin_with_data_closed_ipv6_body() { |
7072 |
rcv_fin_with_data_closed_ipv6_body() { |
6027 |
|
7073 |
|
|
|
7074 |
|
6028 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv6.pkt |
7075 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv6.pkt |
6029 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv6.pkt |
7076 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-with-data-closed-ipv6.pkt |
6030 |
} |
7077 |
} |
6031 |
rcv_fin_with_data_closed_ipv6_cleanup() { |
7078 |
rcv_fin_with_data_closed_ipv6_cleanup() { |
6032 |
restore_sysctls |
7079 |
restore_sysctls |
6033 |
} |
7080 |
} |
|
|
7081 |
|
6034 |
atf_test_case rcv_fin_without_data_closed_ipv4 cleanup |
7082 |
atf_test_case rcv_fin_without_data_closed_ipv4 cleanup |
6035 |
rcv_fin_without_data_closed_ipv4_head() { |
7083 |
rcv_fin_without_data_closed_ipv4_head() { |
6036 |
atf_set timeout 10 |
7084 |
atf_set timeout 10 |
Lines 6038-6049
rcv_fin_without_data_closed_ipv4_head() {
Link Here
|
6038 |
} |
7086 |
} |
6039 |
rcv_fin_without_data_closed_ipv4_body() { |
7087 |
rcv_fin_without_data_closed_ipv4_body() { |
6040 |
|
7088 |
|
|
|
7089 |
|
6041 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv4.pkt |
7090 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv4.pkt |
6042 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv4.pkt |
7091 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv4.pkt |
6043 |
} |
7092 |
} |
6044 |
rcv_fin_without_data_closed_ipv4_cleanup() { |
7093 |
rcv_fin_without_data_closed_ipv4_cleanup() { |
6045 |
restore_sysctls |
7094 |
restore_sysctls |
6046 |
} |
7095 |
} |
|
|
7096 |
|
6047 |
atf_test_case rcv_fin_without_data_closed_ipv6 cleanup |
7097 |
atf_test_case rcv_fin_without_data_closed_ipv6 cleanup |
6048 |
rcv_fin_without_data_closed_ipv6_head() { |
7098 |
rcv_fin_without_data_closed_ipv6_head() { |
6049 |
atf_set timeout 10 |
7099 |
atf_set timeout 10 |
Lines 6051-6062
rcv_fin_without_data_closed_ipv6_head() {
Link Here
|
6051 |
} |
7101 |
} |
6052 |
rcv_fin_without_data_closed_ipv6_body() { |
7102 |
rcv_fin_without_data_closed_ipv6_body() { |
6053 |
|
7103 |
|
|
|
7104 |
|
6054 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv6.pkt |
7105 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv6.pkt |
6055 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv6.pkt |
7106 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-closed/rcv-fin-without-data-closed-ipv6.pkt |
6056 |
} |
7107 |
} |
6057 |
rcv_fin_without_data_closed_ipv6_cleanup() { |
7108 |
rcv_fin_without_data_closed_ipv6_cleanup() { |
6058 |
restore_sysctls |
7109 |
restore_sysctls |
6059 |
} |
7110 |
} |
|
|
7111 |
|
6060 |
atf_test_case rcv_fin_with_data_listen_ipv4 cleanup |
7112 |
atf_test_case rcv_fin_with_data_listen_ipv4 cleanup |
6061 |
rcv_fin_with_data_listen_ipv4_head() { |
7113 |
rcv_fin_with_data_listen_ipv4_head() { |
6062 |
atf_set timeout 10 |
7114 |
atf_set timeout 10 |
Lines 6064-6075
rcv_fin_with_data_listen_ipv4_head() {
Link Here
|
6064 |
} |
7116 |
} |
6065 |
rcv_fin_with_data_listen_ipv4_body() { |
7117 |
rcv_fin_with_data_listen_ipv4_body() { |
6066 |
|
7118 |
|
|
|
7119 |
|
6067 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv4.pkt |
7120 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv4.pkt |
6068 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv4.pkt |
7121 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv4.pkt |
6069 |
} |
7122 |
} |
6070 |
rcv_fin_with_data_listen_ipv4_cleanup() { |
7123 |
rcv_fin_with_data_listen_ipv4_cleanup() { |
6071 |
restore_sysctls |
7124 |
restore_sysctls |
6072 |
} |
7125 |
} |
|
|
7126 |
|
6073 |
atf_test_case rcv_fin_with_data_listen_ipv6 cleanup |
7127 |
atf_test_case rcv_fin_with_data_listen_ipv6 cleanup |
6074 |
rcv_fin_with_data_listen_ipv6_head() { |
7128 |
rcv_fin_with_data_listen_ipv6_head() { |
6075 |
atf_set timeout 10 |
7129 |
atf_set timeout 10 |
Lines 6077-6088
rcv_fin_with_data_listen_ipv6_head() {
Link Here
|
6077 |
} |
7131 |
} |
6078 |
rcv_fin_with_data_listen_ipv6_body() { |
7132 |
rcv_fin_with_data_listen_ipv6_body() { |
6079 |
|
7133 |
|
|
|
7134 |
|
6080 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv6.pkt |
7135 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv6.pkt |
6081 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv6.pkt |
7136 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-with-data-listen-ipv6.pkt |
6082 |
} |
7137 |
} |
6083 |
rcv_fin_with_data_listen_ipv6_cleanup() { |
7138 |
rcv_fin_with_data_listen_ipv6_cleanup() { |
6084 |
restore_sysctls |
7139 |
restore_sysctls |
6085 |
} |
7140 |
} |
|
|
7141 |
|
6086 |
atf_test_case rcv_fin_without_data_listen_ipv4 cleanup |
7142 |
atf_test_case rcv_fin_without_data_listen_ipv4 cleanup |
6087 |
rcv_fin_without_data_listen_ipv4_head() { |
7143 |
rcv_fin_without_data_listen_ipv4_head() { |
6088 |
atf_set timeout 10 |
7144 |
atf_set timeout 10 |
Lines 6090-6101
rcv_fin_without_data_listen_ipv4_head() {
Link Here
|
6090 |
} |
7146 |
} |
6091 |
rcv_fin_without_data_listen_ipv4_body() { |
7147 |
rcv_fin_without_data_listen_ipv4_body() { |
6092 |
|
7148 |
|
|
|
7149 |
|
6093 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv4.pkt |
7150 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv4.pkt |
6094 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv4.pkt |
7151 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv4.pkt |
6095 |
} |
7152 |
} |
6096 |
rcv_fin_without_data_listen_ipv4_cleanup() { |
7153 |
rcv_fin_without_data_listen_ipv4_cleanup() { |
6097 |
restore_sysctls |
7154 |
restore_sysctls |
6098 |
} |
7155 |
} |
|
|
7156 |
|
6099 |
atf_test_case rcv_fin_without_data_listen_ipv6 cleanup |
7157 |
atf_test_case rcv_fin_without_data_listen_ipv6 cleanup |
6100 |
rcv_fin_without_data_listen_ipv6_head() { |
7158 |
rcv_fin_without_data_listen_ipv6_head() { |
6101 |
atf_set timeout 10 |
7159 |
atf_set timeout 10 |
Lines 6103-6114
rcv_fin_without_data_listen_ipv6_head() {
Link Here
|
6103 |
} |
7161 |
} |
6104 |
rcv_fin_without_data_listen_ipv6_body() { |
7162 |
rcv_fin_without_data_listen_ipv6_body() { |
6105 |
|
7163 |
|
|
|
7164 |
|
6106 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv6.pkt |
7165 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv6.pkt |
6107 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv6.pkt |
7166 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-listen/rcv-fin-without-data-listen-ipv6.pkt |
6108 |
} |
7167 |
} |
6109 |
rcv_fin_without_data_listen_ipv6_cleanup() { |
7168 |
rcv_fin_without_data_listen_ipv6_cleanup() { |
6110 |
restore_sysctls |
7169 |
restore_sysctls |
6111 |
} |
7170 |
} |
|
|
7171 |
|
6112 |
atf_test_case rcv_fin_with_data_syn_sent_ipv4 cleanup |
7172 |
atf_test_case rcv_fin_with_data_syn_sent_ipv4 cleanup |
6113 |
rcv_fin_with_data_syn_sent_ipv4_head() { |
7173 |
rcv_fin_with_data_syn_sent_ipv4_head() { |
6114 |
atf_set timeout 10 |
7174 |
atf_set timeout 10 |
Lines 6116-6127
rcv_fin_with_data_syn_sent_ipv4_head() {
Link Here
|
6116 |
} |
7176 |
} |
6117 |
rcv_fin_with_data_syn_sent_ipv4_body() { |
7177 |
rcv_fin_with_data_syn_sent_ipv4_body() { |
6118 |
|
7178 |
|
|
|
7179 |
|
6119 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv4.pkt |
7180 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv4.pkt |
6120 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv4.pkt |
7181 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv4.pkt |
6121 |
} |
7182 |
} |
6122 |
rcv_fin_with_data_syn_sent_ipv4_cleanup() { |
7183 |
rcv_fin_with_data_syn_sent_ipv4_cleanup() { |
6123 |
restore_sysctls |
7184 |
restore_sysctls |
6124 |
} |
7185 |
} |
|
|
7186 |
|
6125 |
atf_test_case rcv_fin_with_data_syn_sent_ipv6 cleanup |
7187 |
atf_test_case rcv_fin_with_data_syn_sent_ipv6 cleanup |
6126 |
rcv_fin_with_data_syn_sent_ipv6_head() { |
7188 |
rcv_fin_with_data_syn_sent_ipv6_head() { |
6127 |
atf_set timeout 10 |
7189 |
atf_set timeout 10 |
Lines 6129-6140
rcv_fin_with_data_syn_sent_ipv6_head() {
Link Here
|
6129 |
} |
7191 |
} |
6130 |
rcv_fin_with_data_syn_sent_ipv6_body() { |
7192 |
rcv_fin_with_data_syn_sent_ipv6_body() { |
6131 |
|
7193 |
|
|
|
7194 |
|
6132 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv6.pkt |
7195 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv6.pkt |
6133 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv6.pkt |
7196 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-with-data-syn-sent-ipv6.pkt |
6134 |
} |
7197 |
} |
6135 |
rcv_fin_with_data_syn_sent_ipv6_cleanup() { |
7198 |
rcv_fin_with_data_syn_sent_ipv6_cleanup() { |
6136 |
restore_sysctls |
7199 |
restore_sysctls |
6137 |
} |
7200 |
} |
|
|
7201 |
|
6138 |
atf_test_case rcv_fin_without_data_syn_sent_ipv4 cleanup |
7202 |
atf_test_case rcv_fin_without_data_syn_sent_ipv4 cleanup |
6139 |
rcv_fin_without_data_syn_sent_ipv4_head() { |
7203 |
rcv_fin_without_data_syn_sent_ipv4_head() { |
6140 |
atf_set timeout 10 |
7204 |
atf_set timeout 10 |
Lines 6142-6153
rcv_fin_without_data_syn_sent_ipv4_head() {
Link Here
|
6142 |
} |
7206 |
} |
6143 |
rcv_fin_without_data_syn_sent_ipv4_body() { |
7207 |
rcv_fin_without_data_syn_sent_ipv4_body() { |
6144 |
|
7208 |
|
|
|
7209 |
|
6145 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv4.pkt |
7210 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv4.pkt |
6146 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv4.pkt |
7211 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv4.pkt |
6147 |
} |
7212 |
} |
6148 |
rcv_fin_without_data_syn_sent_ipv4_cleanup() { |
7213 |
rcv_fin_without_data_syn_sent_ipv4_cleanup() { |
6149 |
restore_sysctls |
7214 |
restore_sysctls |
6150 |
} |
7215 |
} |
|
|
7216 |
|
6151 |
atf_test_case rcv_fin_without_data_syn_sent_ipv6 cleanup |
7217 |
atf_test_case rcv_fin_without_data_syn_sent_ipv6 cleanup |
6152 |
rcv_fin_without_data_syn_sent_ipv6_head() { |
7218 |
rcv_fin_without_data_syn_sent_ipv6_head() { |
6153 |
atf_set timeout 10 |
7219 |
atf_set timeout 10 |
Lines 6155-6166
rcv_fin_without_data_syn_sent_ipv6_head() {
Link Here
|
6155 |
} |
7221 |
} |
6156 |
rcv_fin_without_data_syn_sent_ipv6_body() { |
7222 |
rcv_fin_without_data_syn_sent_ipv6_body() { |
6157 |
|
7223 |
|
|
|
7224 |
|
6158 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv6.pkt |
7225 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv6.pkt |
6159 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv6.pkt |
7226 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-fin-syn-sent/rcv-fin-without-data-syn-sent-ipv6.pkt |
6160 |
} |
7227 |
} |
6161 |
rcv_fin_without_data_syn_sent_ipv6_cleanup() { |
7228 |
rcv_fin_without_data_syn_sent_ipv6_cleanup() { |
6162 |
restore_sysctls |
7229 |
restore_sysctls |
6163 |
} |
7230 |
} |
|
|
7231 |
|
6164 |
atf_test_case rcv_rst_ack_with_data_closed_ipv4 cleanup |
7232 |
atf_test_case rcv_rst_ack_with_data_closed_ipv4 cleanup |
6165 |
rcv_rst_ack_with_data_closed_ipv4_head() { |
7233 |
rcv_rst_ack_with_data_closed_ipv4_head() { |
6166 |
atf_set timeout 10 |
7234 |
atf_set timeout 10 |
Lines 6168-6179
rcv_rst_ack_with_data_closed_ipv4_head() {
Link Here
|
6168 |
} |
7236 |
} |
6169 |
rcv_rst_ack_with_data_closed_ipv4_body() { |
7237 |
rcv_rst_ack_with_data_closed_ipv4_body() { |
6170 |
|
7238 |
|
|
|
7239 |
|
6171 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv4.pkt |
7240 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv4.pkt |
6172 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv4.pkt |
7241 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv4.pkt |
6173 |
} |
7242 |
} |
6174 |
rcv_rst_ack_with_data_closed_ipv4_cleanup() { |
7243 |
rcv_rst_ack_with_data_closed_ipv4_cleanup() { |
6175 |
restore_sysctls |
7244 |
restore_sysctls |
6176 |
} |
7245 |
} |
|
|
7246 |
|
6177 |
atf_test_case rcv_rst_ack_with_data_closed_ipv6 cleanup |
7247 |
atf_test_case rcv_rst_ack_with_data_closed_ipv6 cleanup |
6178 |
rcv_rst_ack_with_data_closed_ipv6_head() { |
7248 |
rcv_rst_ack_with_data_closed_ipv6_head() { |
6179 |
atf_set timeout 10 |
7249 |
atf_set timeout 10 |
Lines 6181-6192
rcv_rst_ack_with_data_closed_ipv6_head() {
Link Here
|
6181 |
} |
7251 |
} |
6182 |
rcv_rst_ack_with_data_closed_ipv6_body() { |
7252 |
rcv_rst_ack_with_data_closed_ipv6_body() { |
6183 |
|
7253 |
|
|
|
7254 |
|
6184 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv6.pkt |
7255 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv6.pkt |
6185 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv6.pkt |
7256 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-with-data-closed-ipv6.pkt |
6186 |
} |
7257 |
} |
6187 |
rcv_rst_ack_with_data_closed_ipv6_cleanup() { |
7258 |
rcv_rst_ack_with_data_closed_ipv6_cleanup() { |
6188 |
restore_sysctls |
7259 |
restore_sysctls |
6189 |
} |
7260 |
} |
|
|
7261 |
|
6190 |
atf_test_case rcv_rst_ack_without_data_closed_ipv4 cleanup |
7262 |
atf_test_case rcv_rst_ack_without_data_closed_ipv4 cleanup |
6191 |
rcv_rst_ack_without_data_closed_ipv4_head() { |
7263 |
rcv_rst_ack_without_data_closed_ipv4_head() { |
6192 |
atf_set timeout 10 |
7264 |
atf_set timeout 10 |
Lines 6194-6205
rcv_rst_ack_without_data_closed_ipv4_head() {
Link Here
|
6194 |
} |
7266 |
} |
6195 |
rcv_rst_ack_without_data_closed_ipv4_body() { |
7267 |
rcv_rst_ack_without_data_closed_ipv4_body() { |
6196 |
|
7268 |
|
|
|
7269 |
|
6197 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv4.pkt |
7270 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv4.pkt |
6198 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv4.pkt |
7271 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv4.pkt |
6199 |
} |
7272 |
} |
6200 |
rcv_rst_ack_without_data_closed_ipv4_cleanup() { |
7273 |
rcv_rst_ack_without_data_closed_ipv4_cleanup() { |
6201 |
restore_sysctls |
7274 |
restore_sysctls |
6202 |
} |
7275 |
} |
|
|
7276 |
|
6203 |
atf_test_case rcv_rst_ack_without_data_closed_ipv6 cleanup |
7277 |
atf_test_case rcv_rst_ack_without_data_closed_ipv6 cleanup |
6204 |
rcv_rst_ack_without_data_closed_ipv6_head() { |
7278 |
rcv_rst_ack_without_data_closed_ipv6_head() { |
6205 |
atf_set timeout 10 |
7279 |
atf_set timeout 10 |
Lines 6207-6218
rcv_rst_ack_without_data_closed_ipv6_head() {
Link Here
|
6207 |
} |
7281 |
} |
6208 |
rcv_rst_ack_without_data_closed_ipv6_body() { |
7282 |
rcv_rst_ack_without_data_closed_ipv6_body() { |
6209 |
|
7283 |
|
|
|
7284 |
|
6210 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv6.pkt |
7285 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv6.pkt |
6211 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv6.pkt |
7286 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-closed/rcv-rst-ack-without-data-closed-ipv6.pkt |
6212 |
} |
7287 |
} |
6213 |
rcv_rst_ack_without_data_closed_ipv6_cleanup() { |
7288 |
rcv_rst_ack_without_data_closed_ipv6_cleanup() { |
6214 |
restore_sysctls |
7289 |
restore_sysctls |
6215 |
} |
7290 |
} |
|
|
7291 |
|
6216 |
atf_test_case rcv_rst_ack_with_data_listen_ipv4 cleanup |
7292 |
atf_test_case rcv_rst_ack_with_data_listen_ipv4 cleanup |
6217 |
rcv_rst_ack_with_data_listen_ipv4_head() { |
7293 |
rcv_rst_ack_with_data_listen_ipv4_head() { |
6218 |
atf_set timeout 10 |
7294 |
atf_set timeout 10 |
Lines 6220-6231
rcv_rst_ack_with_data_listen_ipv4_head() {
Link Here
|
6220 |
} |
7296 |
} |
6221 |
rcv_rst_ack_with_data_listen_ipv4_body() { |
7297 |
rcv_rst_ack_with_data_listen_ipv4_body() { |
6222 |
|
7298 |
|
|
|
7299 |
|
6223 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv4.pkt |
7300 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv4.pkt |
6224 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv4.pkt |
7301 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv4.pkt |
6225 |
} |
7302 |
} |
6226 |
rcv_rst_ack_with_data_listen_ipv4_cleanup() { |
7303 |
rcv_rst_ack_with_data_listen_ipv4_cleanup() { |
6227 |
restore_sysctls |
7304 |
restore_sysctls |
6228 |
} |
7305 |
} |
|
|
7306 |
|
6229 |
atf_test_case rcv_rst_ack_with_data_listen_ipv6 cleanup |
7307 |
atf_test_case rcv_rst_ack_with_data_listen_ipv6 cleanup |
6230 |
rcv_rst_ack_with_data_listen_ipv6_head() { |
7308 |
rcv_rst_ack_with_data_listen_ipv6_head() { |
6231 |
atf_set timeout 10 |
7309 |
atf_set timeout 10 |
Lines 6233-6244
rcv_rst_ack_with_data_listen_ipv6_head() {
Link Here
|
6233 |
} |
7311 |
} |
6234 |
rcv_rst_ack_with_data_listen_ipv6_body() { |
7312 |
rcv_rst_ack_with_data_listen_ipv6_body() { |
6235 |
|
7313 |
|
|
|
7314 |
|
6236 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv6.pkt |
7315 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv6.pkt |
6237 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv6.pkt |
7316 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-with-data-listen-ipv6.pkt |
6238 |
} |
7317 |
} |
6239 |
rcv_rst_ack_with_data_listen_ipv6_cleanup() { |
7318 |
rcv_rst_ack_with_data_listen_ipv6_cleanup() { |
6240 |
restore_sysctls |
7319 |
restore_sysctls |
6241 |
} |
7320 |
} |
|
|
7321 |
|
6242 |
atf_test_case rcv_rst_ack_without_data_listen_ipv4 cleanup |
7322 |
atf_test_case rcv_rst_ack_without_data_listen_ipv4 cleanup |
6243 |
rcv_rst_ack_without_data_listen_ipv4_head() { |
7323 |
rcv_rst_ack_without_data_listen_ipv4_head() { |
6244 |
atf_set timeout 10 |
7324 |
atf_set timeout 10 |
Lines 6246-6257
rcv_rst_ack_without_data_listen_ipv4_head() {
Link Here
|
6246 |
} |
7326 |
} |
6247 |
rcv_rst_ack_without_data_listen_ipv4_body() { |
7327 |
rcv_rst_ack_without_data_listen_ipv4_body() { |
6248 |
|
7328 |
|
|
|
7329 |
|
6249 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv4.pkt |
7330 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv4.pkt |
6250 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv4.pkt |
7331 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv4.pkt |
6251 |
} |
7332 |
} |
6252 |
rcv_rst_ack_without_data_listen_ipv4_cleanup() { |
7333 |
rcv_rst_ack_without_data_listen_ipv4_cleanup() { |
6253 |
restore_sysctls |
7334 |
restore_sysctls |
6254 |
} |
7335 |
} |
|
|
7336 |
|
6255 |
atf_test_case rcv_rst_ack_without_data_listen_ipv6 cleanup |
7337 |
atf_test_case rcv_rst_ack_without_data_listen_ipv6 cleanup |
6256 |
rcv_rst_ack_without_data_listen_ipv6_head() { |
7338 |
rcv_rst_ack_without_data_listen_ipv6_head() { |
6257 |
atf_set timeout 10 |
7339 |
atf_set timeout 10 |
Lines 6259-6270
rcv_rst_ack_without_data_listen_ipv6_head() {
Link Here
|
6259 |
} |
7341 |
} |
6260 |
rcv_rst_ack_without_data_listen_ipv6_body() { |
7342 |
rcv_rst_ack_without_data_listen_ipv6_body() { |
6261 |
|
7343 |
|
|
|
7344 |
|
6262 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv6.pkt |
7345 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv6.pkt |
6263 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv6.pkt |
7346 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-listen/rcv-rst-ack-without-data-listen-ipv6.pkt |
6264 |
} |
7347 |
} |
6265 |
rcv_rst_ack_without_data_listen_ipv6_cleanup() { |
7348 |
rcv_rst_ack_without_data_listen_ipv6_cleanup() { |
6266 |
restore_sysctls |
7349 |
restore_sysctls |
6267 |
} |
7350 |
} |
|
|
7351 |
|
6268 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
7352 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
6269 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
7353 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
6270 |
atf_set timeout 10 |
7354 |
atf_set timeout 10 |
Lines 6272-6283
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
6272 |
} |
7356 |
} |
6273 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
7357 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
6274 |
|
7358 |
|
|
|
7359 |
|
6275 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
7360 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6276 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
7361 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
6277 |
} |
7362 |
} |
6278 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
7363 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6279 |
restore_sysctls |
7364 |
restore_sysctls |
6280 |
} |
7365 |
} |
|
|
7366 |
|
6281 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
7367 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
6282 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
7368 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
6283 |
atf_set timeout 10 |
7369 |
atf_set timeout 10 |
Lines 6285-6296
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
6285 |
} |
7371 |
} |
6286 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
7372 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
6287 |
|
7373 |
|
|
|
7374 |
|
6288 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
7375 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6289 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
7376 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
6290 |
} |
7377 |
} |
6291 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
7378 |
rcv_rst_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6292 |
restore_sysctls |
7379 |
restore_sysctls |
6293 |
} |
7380 |
} |
|
|
7381 |
|
6294 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
7382 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
6295 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
7383 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
6296 |
atf_set timeout 10 |
7384 |
atf_set timeout 10 |
Lines 6298-6309
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
6298 |
} |
7386 |
} |
6299 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
7387 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
6300 |
|
7388 |
|
|
|
7389 |
|
6301 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
7390 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6302 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
7391 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
6303 |
} |
7392 |
} |
6304 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
7393 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
6305 |
restore_sysctls |
7394 |
restore_sysctls |
6306 |
} |
7395 |
} |
|
|
7396 |
|
6307 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
7397 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
6308 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
7398 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
6309 |
atf_set timeout 10 |
7399 |
atf_set timeout 10 |
Lines 6311-6322
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
6311 |
} |
7401 |
} |
6312 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
7402 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
6313 |
|
7403 |
|
|
|
7404 |
|
6314 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
7405 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6315 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
7406 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
6316 |
} |
7407 |
} |
6317 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
7408 |
rcv_rst_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
6318 |
restore_sysctls |
7409 |
restore_sysctls |
6319 |
} |
7410 |
} |
|
|
7411 |
|
6320 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
7412 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
6321 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
7413 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
6322 |
atf_set timeout 10 |
7414 |
atf_set timeout 10 |
Lines 6324-6335
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
6324 |
} |
7416 |
} |
6325 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
7417 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
6326 |
|
7418 |
|
|
|
7419 |
|
6327 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
7420 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6328 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
7421 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
6329 |
} |
7422 |
} |
6330 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
7423 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
6331 |
restore_sysctls |
7424 |
restore_sysctls |
6332 |
} |
7425 |
} |
|
|
7426 |
|
6333 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
7427 |
atf_test_case rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
6334 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
7428 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
6335 |
atf_set timeout 10 |
7429 |
atf_set timeout 10 |
Lines 6337-6348
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
6337 |
} |
7431 |
} |
6338 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
7432 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
6339 |
|
7433 |
|
|
|
7434 |
|
6340 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
7435 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6341 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
7436 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
6342 |
} |
7437 |
} |
6343 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
7438 |
rcv_rst_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6344 |
restore_sysctls |
7439 |
restore_sysctls |
6345 |
} |
7440 |
} |
|
|
7441 |
|
6346 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
7442 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
6347 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
7443 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
6348 |
atf_set timeout 10 |
7444 |
atf_set timeout 10 |
Lines 6350-6361
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
6350 |
} |
7446 |
} |
6351 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
7447 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
6352 |
|
7448 |
|
|
|
7449 |
|
6353 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
7450 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6354 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
7451 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
6355 |
} |
7452 |
} |
6356 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
7453 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
6357 |
restore_sysctls |
7454 |
restore_sysctls |
6358 |
} |
7455 |
} |
|
|
7456 |
|
6359 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
7457 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
6360 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
7458 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
6361 |
atf_set timeout 10 |
7459 |
atf_set timeout 10 |
Lines 6363-6374
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
6363 |
} |
7461 |
} |
6364 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
7462 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
6365 |
|
7463 |
|
|
|
7464 |
|
6366 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
7465 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6367 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
7466 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
6368 |
} |
7467 |
} |
6369 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
7468 |
rcv_rst_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
6370 |
restore_sysctls |
7469 |
restore_sysctls |
6371 |
} |
7470 |
} |
|
|
7471 |
|
6372 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
7472 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
6373 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
7473 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
6374 |
atf_set timeout 10 |
7474 |
atf_set timeout 10 |
Lines 6376-6387
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
6376 |
} |
7476 |
} |
6377 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
7477 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
6378 |
|
7478 |
|
|
|
7479 |
|
6379 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
7480 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
6380 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
7481 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
6381 |
} |
7482 |
} |
6382 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
7483 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
6383 |
restore_sysctls |
7484 |
restore_sysctls |
6384 |
} |
7485 |
} |
|
|
7486 |
|
6385 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
7487 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
6386 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
7488 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
6387 |
atf_set timeout 10 |
7489 |
atf_set timeout 10 |
Lines 6389-6400
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
6389 |
} |
7491 |
} |
6390 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
7492 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
6391 |
|
7493 |
|
|
|
7494 |
|
6392 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
7495 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
6393 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
7496 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
6394 |
} |
7497 |
} |
6395 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
7498 |
rcv_rst_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
6396 |
restore_sysctls |
7499 |
restore_sysctls |
6397 |
} |
7500 |
} |
|
|
7501 |
|
6398 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
7502 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
6399 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
7503 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
6400 |
atf_set timeout 10 |
7504 |
atf_set timeout 10 |
Lines 6402-6413
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
6402 |
} |
7506 |
} |
6403 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
7507 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
6404 |
|
7508 |
|
|
|
7509 |
|
6405 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
7510 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
6406 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
7511 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
6407 |
} |
7512 |
} |
6408 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
7513 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
6409 |
restore_sysctls |
7514 |
restore_sysctls |
6410 |
} |
7515 |
} |
|
|
7516 |
|
6411 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
7517 |
atf_test_case rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
6412 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
7518 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
6413 |
atf_set timeout 10 |
7519 |
atf_set timeout 10 |
Lines 6415-6426
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
6415 |
} |
7521 |
} |
6416 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
7522 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
6417 |
|
7523 |
|
|
|
7524 |
|
6418 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
7525 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6419 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
7526 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-ack-syn-sent/rcv-rst-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
6420 |
} |
7527 |
} |
6421 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
7528 |
rcv_rst_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
6422 |
restore_sysctls |
7529 |
restore_sysctls |
6423 |
} |
7530 |
} |
|
|
7531 |
|
6424 |
atf_test_case rcv_rst_close_wait_left_edge_insecure_ipv4 cleanup |
7532 |
atf_test_case rcv_rst_close_wait_left_edge_insecure_ipv4 cleanup |
6425 |
rcv_rst_close_wait_left_edge_insecure_ipv4_head() { |
7533 |
rcv_rst_close_wait_left_edge_insecure_ipv4_head() { |
6426 |
atf_set timeout 10 |
7534 |
atf_set timeout 10 |
Lines 6428-6439
rcv_rst_close_wait_left_edge_insecure_ipv4_head() {
Link Here
|
6428 |
} |
7536 |
} |
6429 |
rcv_rst_close_wait_left_edge_insecure_ipv4_body() { |
7537 |
rcv_rst_close_wait_left_edge_insecure_ipv4_body() { |
6430 |
|
7538 |
|
|
|
7539 |
|
6431 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv4.pkt |
7540 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv4.pkt |
6432 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv4.pkt |
7541 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv4.pkt |
6433 |
} |
7542 |
} |
6434 |
rcv_rst_close_wait_left_edge_insecure_ipv4_cleanup() { |
7543 |
rcv_rst_close_wait_left_edge_insecure_ipv4_cleanup() { |
6435 |
restore_sysctls |
7544 |
restore_sysctls |
6436 |
} |
7545 |
} |
|
|
7546 |
|
6437 |
atf_test_case rcv_rst_close_wait_left_edge_insecure_ipv6 cleanup |
7547 |
atf_test_case rcv_rst_close_wait_left_edge_insecure_ipv6 cleanup |
6438 |
rcv_rst_close_wait_left_edge_insecure_ipv6_head() { |
7548 |
rcv_rst_close_wait_left_edge_insecure_ipv6_head() { |
6439 |
atf_set timeout 10 |
7549 |
atf_set timeout 10 |
Lines 6441-6452
rcv_rst_close_wait_left_edge_insecure_ipv6_head() {
Link Here
|
6441 |
} |
7551 |
} |
6442 |
rcv_rst_close_wait_left_edge_insecure_ipv6_body() { |
7552 |
rcv_rst_close_wait_left_edge_insecure_ipv6_body() { |
6443 |
|
7553 |
|
|
|
7554 |
|
6444 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv6.pkt |
7555 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv6.pkt |
6445 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv6.pkt |
7556 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-insecure-ipv6.pkt |
6446 |
} |
7557 |
} |
6447 |
rcv_rst_close_wait_left_edge_insecure_ipv6_cleanup() { |
7558 |
rcv_rst_close_wait_left_edge_insecure_ipv6_cleanup() { |
6448 |
restore_sysctls |
7559 |
restore_sysctls |
6449 |
} |
7560 |
} |
|
|
7561 |
|
6450 |
atf_test_case rcv_rst_close_wait_left_edge_secure_ipv4 cleanup |
7562 |
atf_test_case rcv_rst_close_wait_left_edge_secure_ipv4 cleanup |
6451 |
rcv_rst_close_wait_left_edge_secure_ipv4_head() { |
7563 |
rcv_rst_close_wait_left_edge_secure_ipv4_head() { |
6452 |
atf_set timeout 10 |
7564 |
atf_set timeout 10 |
Lines 6454-6465
rcv_rst_close_wait_left_edge_secure_ipv4_head() {
Link Here
|
6454 |
} |
7566 |
} |
6455 |
rcv_rst_close_wait_left_edge_secure_ipv4_body() { |
7567 |
rcv_rst_close_wait_left_edge_secure_ipv4_body() { |
6456 |
|
7568 |
|
|
|
7569 |
|
6457 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv4.pkt |
7570 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv4.pkt |
6458 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv4.pkt |
7571 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv4.pkt |
6459 |
} |
7572 |
} |
6460 |
rcv_rst_close_wait_left_edge_secure_ipv4_cleanup() { |
7573 |
rcv_rst_close_wait_left_edge_secure_ipv4_cleanup() { |
6461 |
restore_sysctls |
7574 |
restore_sysctls |
6462 |
} |
7575 |
} |
|
|
7576 |
|
6463 |
atf_test_case rcv_rst_close_wait_left_edge_secure_ipv6 cleanup |
7577 |
atf_test_case rcv_rst_close_wait_left_edge_secure_ipv6 cleanup |
6464 |
rcv_rst_close_wait_left_edge_secure_ipv6_head() { |
7578 |
rcv_rst_close_wait_left_edge_secure_ipv6_head() { |
6465 |
atf_set timeout 10 |
7579 |
atf_set timeout 10 |
Lines 6467-6478
rcv_rst_close_wait_left_edge_secure_ipv6_head() {
Link Here
|
6467 |
} |
7581 |
} |
6468 |
rcv_rst_close_wait_left_edge_secure_ipv6_body() { |
7582 |
rcv_rst_close_wait_left_edge_secure_ipv6_body() { |
6469 |
|
7583 |
|
|
|
7584 |
|
6470 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv6.pkt |
7585 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv6.pkt |
6471 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv6.pkt |
7586 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-left-edge-secure-ipv6.pkt |
6472 |
} |
7587 |
} |
6473 |
rcv_rst_close_wait_left_edge_secure_ipv6_cleanup() { |
7588 |
rcv_rst_close_wait_left_edge_secure_ipv6_cleanup() { |
6474 |
restore_sysctls |
7589 |
restore_sysctls |
6475 |
} |
7590 |
} |
|
|
7591 |
|
6476 |
atf_test_case rcv_rst_close_wait_outside_left_insecure_ipv4 cleanup |
7592 |
atf_test_case rcv_rst_close_wait_outside_left_insecure_ipv4 cleanup |
6477 |
rcv_rst_close_wait_outside_left_insecure_ipv4_head() { |
7593 |
rcv_rst_close_wait_outside_left_insecure_ipv4_head() { |
6478 |
atf_set timeout 10 |
7594 |
atf_set timeout 10 |
Lines 6480-6491
rcv_rst_close_wait_outside_left_insecure_ipv4_head() {
Link Here
|
6480 |
} |
7596 |
} |
6481 |
rcv_rst_close_wait_outside_left_insecure_ipv4_body() { |
7597 |
rcv_rst_close_wait_outside_left_insecure_ipv4_body() { |
6482 |
|
7598 |
|
|
|
7599 |
|
6483 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv4.pkt |
7600 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv4.pkt |
6484 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv4.pkt |
7601 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv4.pkt |
6485 |
} |
7602 |
} |
6486 |
rcv_rst_close_wait_outside_left_insecure_ipv4_cleanup() { |
7603 |
rcv_rst_close_wait_outside_left_insecure_ipv4_cleanup() { |
6487 |
restore_sysctls |
7604 |
restore_sysctls |
6488 |
} |
7605 |
} |
|
|
7606 |
|
6489 |
atf_test_case rcv_rst_close_wait_outside_left_insecure_ipv6 cleanup |
7607 |
atf_test_case rcv_rst_close_wait_outside_left_insecure_ipv6 cleanup |
6490 |
rcv_rst_close_wait_outside_left_insecure_ipv6_head() { |
7608 |
rcv_rst_close_wait_outside_left_insecure_ipv6_head() { |
6491 |
atf_set timeout 10 |
7609 |
atf_set timeout 10 |
Lines 6493-6504
rcv_rst_close_wait_outside_left_insecure_ipv6_head() {
Link Here
|
6493 |
} |
7611 |
} |
6494 |
rcv_rst_close_wait_outside_left_insecure_ipv6_body() { |
7612 |
rcv_rst_close_wait_outside_left_insecure_ipv6_body() { |
6495 |
|
7613 |
|
|
|
7614 |
|
6496 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv6.pkt |
7615 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv6.pkt |
6497 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv6.pkt |
7616 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-insecure-ipv6.pkt |
6498 |
} |
7617 |
} |
6499 |
rcv_rst_close_wait_outside_left_insecure_ipv6_cleanup() { |
7618 |
rcv_rst_close_wait_outside_left_insecure_ipv6_cleanup() { |
6500 |
restore_sysctls |
7619 |
restore_sysctls |
6501 |
} |
7620 |
} |
|
|
7621 |
|
6502 |
atf_test_case rcv_rst_close_wait_outside_left_secure_ipv4 cleanup |
7622 |
atf_test_case rcv_rst_close_wait_outside_left_secure_ipv4 cleanup |
6503 |
rcv_rst_close_wait_outside_left_secure_ipv4_head() { |
7623 |
rcv_rst_close_wait_outside_left_secure_ipv4_head() { |
6504 |
atf_set timeout 10 |
7624 |
atf_set timeout 10 |
Lines 6506-6517
rcv_rst_close_wait_outside_left_secure_ipv4_head() {
Link Here
|
6506 |
} |
7626 |
} |
6507 |
rcv_rst_close_wait_outside_left_secure_ipv4_body() { |
7627 |
rcv_rst_close_wait_outside_left_secure_ipv4_body() { |
6508 |
|
7628 |
|
|
|
7629 |
|
6509 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv4.pkt |
7630 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv4.pkt |
6510 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv4.pkt |
7631 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv4.pkt |
6511 |
} |
7632 |
} |
6512 |
rcv_rst_close_wait_outside_left_secure_ipv4_cleanup() { |
7633 |
rcv_rst_close_wait_outside_left_secure_ipv4_cleanup() { |
6513 |
restore_sysctls |
7634 |
restore_sysctls |
6514 |
} |
7635 |
} |
|
|
7636 |
|
6515 |
atf_test_case rcv_rst_close_wait_outside_left_secure_ipv6 cleanup |
7637 |
atf_test_case rcv_rst_close_wait_outside_left_secure_ipv6 cleanup |
6516 |
rcv_rst_close_wait_outside_left_secure_ipv6_head() { |
7638 |
rcv_rst_close_wait_outside_left_secure_ipv6_head() { |
6517 |
atf_set timeout 10 |
7639 |
atf_set timeout 10 |
Lines 6519-6530
rcv_rst_close_wait_outside_left_secure_ipv6_head() {
Link Here
|
6519 |
} |
7641 |
} |
6520 |
rcv_rst_close_wait_outside_left_secure_ipv6_body() { |
7642 |
rcv_rst_close_wait_outside_left_secure_ipv6_body() { |
6521 |
|
7643 |
|
|
|
7644 |
|
6522 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv6.pkt |
7645 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv6.pkt |
6523 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv6.pkt |
7646 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-left-secure-ipv6.pkt |
6524 |
} |
7647 |
} |
6525 |
rcv_rst_close_wait_outside_left_secure_ipv6_cleanup() { |
7648 |
rcv_rst_close_wait_outside_left_secure_ipv6_cleanup() { |
6526 |
restore_sysctls |
7649 |
restore_sysctls |
6527 |
} |
7650 |
} |
|
|
7651 |
|
6528 |
atf_test_case rcv_rst_close_wait_outside_right_insecure_ipv4 cleanup |
7652 |
atf_test_case rcv_rst_close_wait_outside_right_insecure_ipv4 cleanup |
6529 |
rcv_rst_close_wait_outside_right_insecure_ipv4_head() { |
7653 |
rcv_rst_close_wait_outside_right_insecure_ipv4_head() { |
6530 |
atf_set timeout 10 |
7654 |
atf_set timeout 10 |
Lines 6532-6543
rcv_rst_close_wait_outside_right_insecure_ipv4_head() {
Link Here
|
6532 |
} |
7656 |
} |
6533 |
rcv_rst_close_wait_outside_right_insecure_ipv4_body() { |
7657 |
rcv_rst_close_wait_outside_right_insecure_ipv4_body() { |
6534 |
|
7658 |
|
|
|
7659 |
|
6535 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv4.pkt |
7660 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv4.pkt |
6536 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv4.pkt |
7661 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv4.pkt |
6537 |
} |
7662 |
} |
6538 |
rcv_rst_close_wait_outside_right_insecure_ipv4_cleanup() { |
7663 |
rcv_rst_close_wait_outside_right_insecure_ipv4_cleanup() { |
6539 |
restore_sysctls |
7664 |
restore_sysctls |
6540 |
} |
7665 |
} |
|
|
7666 |
|
6541 |
atf_test_case rcv_rst_close_wait_outside_right_insecure_ipv6 cleanup |
7667 |
atf_test_case rcv_rst_close_wait_outside_right_insecure_ipv6 cleanup |
6542 |
rcv_rst_close_wait_outside_right_insecure_ipv6_head() { |
7668 |
rcv_rst_close_wait_outside_right_insecure_ipv6_head() { |
6543 |
atf_set timeout 10 |
7669 |
atf_set timeout 10 |
Lines 6545-6556
rcv_rst_close_wait_outside_right_insecure_ipv6_head() {
Link Here
|
6545 |
} |
7671 |
} |
6546 |
rcv_rst_close_wait_outside_right_insecure_ipv6_body() { |
7672 |
rcv_rst_close_wait_outside_right_insecure_ipv6_body() { |
6547 |
|
7673 |
|
|
|
7674 |
|
6548 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv6.pkt |
7675 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv6.pkt |
6549 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv6.pkt |
7676 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-insecure-ipv6.pkt |
6550 |
} |
7677 |
} |
6551 |
rcv_rst_close_wait_outside_right_insecure_ipv6_cleanup() { |
7678 |
rcv_rst_close_wait_outside_right_insecure_ipv6_cleanup() { |
6552 |
restore_sysctls |
7679 |
restore_sysctls |
6553 |
} |
7680 |
} |
|
|
7681 |
|
6554 |
atf_test_case rcv_rst_close_wait_outside_right_secure_ipv4 cleanup |
7682 |
atf_test_case rcv_rst_close_wait_outside_right_secure_ipv4 cleanup |
6555 |
rcv_rst_close_wait_outside_right_secure_ipv4_head() { |
7683 |
rcv_rst_close_wait_outside_right_secure_ipv4_head() { |
6556 |
atf_set timeout 10 |
7684 |
atf_set timeout 10 |
Lines 6558-6569
rcv_rst_close_wait_outside_right_secure_ipv4_head() {
Link Here
|
6558 |
} |
7686 |
} |
6559 |
rcv_rst_close_wait_outside_right_secure_ipv4_body() { |
7687 |
rcv_rst_close_wait_outside_right_secure_ipv4_body() { |
6560 |
|
7688 |
|
|
|
7689 |
|
6561 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv4.pkt |
7690 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv4.pkt |
6562 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv4.pkt |
7691 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv4.pkt |
6563 |
} |
7692 |
} |
6564 |
rcv_rst_close_wait_outside_right_secure_ipv4_cleanup() { |
7693 |
rcv_rst_close_wait_outside_right_secure_ipv4_cleanup() { |
6565 |
restore_sysctls |
7694 |
restore_sysctls |
6566 |
} |
7695 |
} |
|
|
7696 |
|
6567 |
atf_test_case rcv_rst_close_wait_outside_right_secure_ipv6 cleanup |
7697 |
atf_test_case rcv_rst_close_wait_outside_right_secure_ipv6 cleanup |
6568 |
rcv_rst_close_wait_outside_right_secure_ipv6_head() { |
7698 |
rcv_rst_close_wait_outside_right_secure_ipv6_head() { |
6569 |
atf_set timeout 10 |
7699 |
atf_set timeout 10 |
Lines 6571-6582
rcv_rst_close_wait_outside_right_secure_ipv6_head() {
Link Here
|
6571 |
} |
7701 |
} |
6572 |
rcv_rst_close_wait_outside_right_secure_ipv6_body() { |
7702 |
rcv_rst_close_wait_outside_right_secure_ipv6_body() { |
6573 |
|
7703 |
|
|
|
7704 |
|
6574 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv6.pkt |
7705 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv6.pkt |
6575 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv6.pkt |
7706 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-outside-right-secure-ipv6.pkt |
6576 |
} |
7707 |
} |
6577 |
rcv_rst_close_wait_outside_right_secure_ipv6_cleanup() { |
7708 |
rcv_rst_close_wait_outside_right_secure_ipv6_cleanup() { |
6578 |
restore_sysctls |
7709 |
restore_sysctls |
6579 |
} |
7710 |
} |
|
|
7711 |
|
6580 |
atf_test_case rcv_rst_close_wait_right_edge_insecure_ipv4 cleanup |
7712 |
atf_test_case rcv_rst_close_wait_right_edge_insecure_ipv4 cleanup |
6581 |
rcv_rst_close_wait_right_edge_insecure_ipv4_head() { |
7713 |
rcv_rst_close_wait_right_edge_insecure_ipv4_head() { |
6582 |
atf_set timeout 10 |
7714 |
atf_set timeout 10 |
Lines 6584-6595
rcv_rst_close_wait_right_edge_insecure_ipv4_head() {
Link Here
|
6584 |
} |
7716 |
} |
6585 |
rcv_rst_close_wait_right_edge_insecure_ipv4_body() { |
7717 |
rcv_rst_close_wait_right_edge_insecure_ipv4_body() { |
6586 |
|
7718 |
|
|
|
7719 |
|
6587 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv4.pkt |
7720 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv4.pkt |
6588 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv4.pkt |
7721 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv4.pkt |
6589 |
} |
7722 |
} |
6590 |
rcv_rst_close_wait_right_edge_insecure_ipv4_cleanup() { |
7723 |
rcv_rst_close_wait_right_edge_insecure_ipv4_cleanup() { |
6591 |
restore_sysctls |
7724 |
restore_sysctls |
6592 |
} |
7725 |
} |
|
|
7726 |
|
6593 |
atf_test_case rcv_rst_close_wait_right_edge_insecure_ipv6 cleanup |
7727 |
atf_test_case rcv_rst_close_wait_right_edge_insecure_ipv6 cleanup |
6594 |
rcv_rst_close_wait_right_edge_insecure_ipv6_head() { |
7728 |
rcv_rst_close_wait_right_edge_insecure_ipv6_head() { |
6595 |
atf_set timeout 10 |
7729 |
atf_set timeout 10 |
Lines 6597-6608
rcv_rst_close_wait_right_edge_insecure_ipv6_head() {
Link Here
|
6597 |
} |
7731 |
} |
6598 |
rcv_rst_close_wait_right_edge_insecure_ipv6_body() { |
7732 |
rcv_rst_close_wait_right_edge_insecure_ipv6_body() { |
6599 |
|
7733 |
|
|
|
7734 |
|
6600 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv6.pkt |
7735 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv6.pkt |
6601 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv6.pkt |
7736 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-insecure-ipv6.pkt |
6602 |
} |
7737 |
} |
6603 |
rcv_rst_close_wait_right_edge_insecure_ipv6_cleanup() { |
7738 |
rcv_rst_close_wait_right_edge_insecure_ipv6_cleanup() { |
6604 |
restore_sysctls |
7739 |
restore_sysctls |
6605 |
} |
7740 |
} |
|
|
7741 |
|
6606 |
atf_test_case rcv_rst_close_wait_right_edge_secure_ipv4 cleanup |
7742 |
atf_test_case rcv_rst_close_wait_right_edge_secure_ipv4 cleanup |
6607 |
rcv_rst_close_wait_right_edge_secure_ipv4_head() { |
7743 |
rcv_rst_close_wait_right_edge_secure_ipv4_head() { |
6608 |
atf_set timeout 10 |
7744 |
atf_set timeout 10 |
Lines 6610-6621
rcv_rst_close_wait_right_edge_secure_ipv4_head() {
Link Here
|
6610 |
} |
7746 |
} |
6611 |
rcv_rst_close_wait_right_edge_secure_ipv4_body() { |
7747 |
rcv_rst_close_wait_right_edge_secure_ipv4_body() { |
6612 |
|
7748 |
|
|
|
7749 |
|
6613 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv4.pkt |
7750 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv4.pkt |
6614 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv4.pkt |
7751 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv4.pkt |
6615 |
} |
7752 |
} |
6616 |
rcv_rst_close_wait_right_edge_secure_ipv4_cleanup() { |
7753 |
rcv_rst_close_wait_right_edge_secure_ipv4_cleanup() { |
6617 |
restore_sysctls |
7754 |
restore_sysctls |
6618 |
} |
7755 |
} |
|
|
7756 |
|
6619 |
atf_test_case rcv_rst_close_wait_right_edge_secure_ipv6 cleanup |
7757 |
atf_test_case rcv_rst_close_wait_right_edge_secure_ipv6 cleanup |
6620 |
rcv_rst_close_wait_right_edge_secure_ipv6_head() { |
7758 |
rcv_rst_close_wait_right_edge_secure_ipv6_head() { |
6621 |
atf_set timeout 10 |
7759 |
atf_set timeout 10 |
Lines 6623-6634
rcv_rst_close_wait_right_edge_secure_ipv6_head() {
Link Here
|
6623 |
} |
7761 |
} |
6624 |
rcv_rst_close_wait_right_edge_secure_ipv6_body() { |
7762 |
rcv_rst_close_wait_right_edge_secure_ipv6_body() { |
6625 |
|
7763 |
|
|
|
7764 |
|
6626 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv6.pkt |
7765 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv6.pkt |
6627 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv6.pkt |
7766 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-close-wait/rcv-rst-close-wait-right-edge-secure-ipv6.pkt |
6628 |
} |
7767 |
} |
6629 |
rcv_rst_close_wait_right_edge_secure_ipv6_cleanup() { |
7768 |
rcv_rst_close_wait_right_edge_secure_ipv6_cleanup() { |
6630 |
restore_sysctls |
7769 |
restore_sysctls |
6631 |
} |
7770 |
} |
|
|
7771 |
|
6632 |
atf_test_case rcv_rst_with_data_closed_ipv4 cleanup |
7772 |
atf_test_case rcv_rst_with_data_closed_ipv4 cleanup |
6633 |
rcv_rst_with_data_closed_ipv4_head() { |
7773 |
rcv_rst_with_data_closed_ipv4_head() { |
6634 |
atf_set timeout 10 |
7774 |
atf_set timeout 10 |
Lines 6636-6647
rcv_rst_with_data_closed_ipv4_head() {
Link Here
|
6636 |
} |
7776 |
} |
6637 |
rcv_rst_with_data_closed_ipv4_body() { |
7777 |
rcv_rst_with_data_closed_ipv4_body() { |
6638 |
|
7778 |
|
|
|
7779 |
|
6639 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv4.pkt |
7780 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv4.pkt |
6640 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv4.pkt |
7781 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv4.pkt |
6641 |
} |
7782 |
} |
6642 |
rcv_rst_with_data_closed_ipv4_cleanup() { |
7783 |
rcv_rst_with_data_closed_ipv4_cleanup() { |
6643 |
restore_sysctls |
7784 |
restore_sysctls |
6644 |
} |
7785 |
} |
|
|
7786 |
|
6645 |
atf_test_case rcv_rst_with_data_closed_ipv6 cleanup |
7787 |
atf_test_case rcv_rst_with_data_closed_ipv6 cleanup |
6646 |
rcv_rst_with_data_closed_ipv6_head() { |
7788 |
rcv_rst_with_data_closed_ipv6_head() { |
6647 |
atf_set timeout 10 |
7789 |
atf_set timeout 10 |
Lines 6649-6660
rcv_rst_with_data_closed_ipv6_head() {
Link Here
|
6649 |
} |
7791 |
} |
6650 |
rcv_rst_with_data_closed_ipv6_body() { |
7792 |
rcv_rst_with_data_closed_ipv6_body() { |
6651 |
|
7793 |
|
|
|
7794 |
|
6652 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv6.pkt |
7795 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv6.pkt |
6653 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv6.pkt |
7796 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-with-data-closed-ipv6.pkt |
6654 |
} |
7797 |
} |
6655 |
rcv_rst_with_data_closed_ipv6_cleanup() { |
7798 |
rcv_rst_with_data_closed_ipv6_cleanup() { |
6656 |
restore_sysctls |
7799 |
restore_sysctls |
6657 |
} |
7800 |
} |
|
|
7801 |
|
6658 |
atf_test_case rcv_rst_without_data_closed_ipv4 cleanup |
7802 |
atf_test_case rcv_rst_without_data_closed_ipv4 cleanup |
6659 |
rcv_rst_without_data_closed_ipv4_head() { |
7803 |
rcv_rst_without_data_closed_ipv4_head() { |
6660 |
atf_set timeout 10 |
7804 |
atf_set timeout 10 |
Lines 6662-6673
rcv_rst_without_data_closed_ipv4_head() {
Link Here
|
6662 |
} |
7806 |
} |
6663 |
rcv_rst_without_data_closed_ipv4_body() { |
7807 |
rcv_rst_without_data_closed_ipv4_body() { |
6664 |
|
7808 |
|
|
|
7809 |
|
6665 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv4.pkt |
7810 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv4.pkt |
6666 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv4.pkt |
7811 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv4.pkt |
6667 |
} |
7812 |
} |
6668 |
rcv_rst_without_data_closed_ipv4_cleanup() { |
7813 |
rcv_rst_without_data_closed_ipv4_cleanup() { |
6669 |
restore_sysctls |
7814 |
restore_sysctls |
6670 |
} |
7815 |
} |
|
|
7816 |
|
6671 |
atf_test_case rcv_rst_without_data_closed_ipv6 cleanup |
7817 |
atf_test_case rcv_rst_without_data_closed_ipv6 cleanup |
6672 |
rcv_rst_without_data_closed_ipv6_head() { |
7818 |
rcv_rst_without_data_closed_ipv6_head() { |
6673 |
atf_set timeout 10 |
7819 |
atf_set timeout 10 |
Lines 6675-6686
rcv_rst_without_data_closed_ipv6_head() {
Link Here
|
6675 |
} |
7821 |
} |
6676 |
rcv_rst_without_data_closed_ipv6_body() { |
7822 |
rcv_rst_without_data_closed_ipv6_body() { |
6677 |
|
7823 |
|
|
|
7824 |
|
6678 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv6.pkt |
7825 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv6.pkt |
6679 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv6.pkt |
7826 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closed/rcv-rst-without-data-closed-ipv6.pkt |
6680 |
} |
7827 |
} |
6681 |
rcv_rst_without_data_closed_ipv6_cleanup() { |
7828 |
rcv_rst_without_data_closed_ipv6_cleanup() { |
6682 |
restore_sysctls |
7829 |
restore_sysctls |
6683 |
} |
7830 |
} |
|
|
7831 |
|
6684 |
atf_test_case rcv_rst_closing_left_edge_insecure_ipv4 cleanup |
7832 |
atf_test_case rcv_rst_closing_left_edge_insecure_ipv4 cleanup |
6685 |
rcv_rst_closing_left_edge_insecure_ipv4_head() { |
7833 |
rcv_rst_closing_left_edge_insecure_ipv4_head() { |
6686 |
atf_set timeout 10 |
7834 |
atf_set timeout 10 |
Lines 6688-6699
rcv_rst_closing_left_edge_insecure_ipv4_head() {
Link Here
|
6688 |
} |
7836 |
} |
6689 |
rcv_rst_closing_left_edge_insecure_ipv4_body() { |
7837 |
rcv_rst_closing_left_edge_insecure_ipv4_body() { |
6690 |
|
7838 |
|
|
|
7839 |
|
6691 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv4.pkt |
7840 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv4.pkt |
6692 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv4.pkt |
7841 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv4.pkt |
6693 |
} |
7842 |
} |
6694 |
rcv_rst_closing_left_edge_insecure_ipv4_cleanup() { |
7843 |
rcv_rst_closing_left_edge_insecure_ipv4_cleanup() { |
6695 |
restore_sysctls |
7844 |
restore_sysctls |
6696 |
} |
7845 |
} |
|
|
7846 |
|
6697 |
atf_test_case rcv_rst_closing_left_edge_insecure_ipv6 cleanup |
7847 |
atf_test_case rcv_rst_closing_left_edge_insecure_ipv6 cleanup |
6698 |
rcv_rst_closing_left_edge_insecure_ipv6_head() { |
7848 |
rcv_rst_closing_left_edge_insecure_ipv6_head() { |
6699 |
atf_set timeout 10 |
7849 |
atf_set timeout 10 |
Lines 6701-6712
rcv_rst_closing_left_edge_insecure_ipv6_head() {
Link Here
|
6701 |
} |
7851 |
} |
6702 |
rcv_rst_closing_left_edge_insecure_ipv6_body() { |
7852 |
rcv_rst_closing_left_edge_insecure_ipv6_body() { |
6703 |
|
7853 |
|
|
|
7854 |
|
6704 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv6.pkt |
7855 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv6.pkt |
6705 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv6.pkt |
7856 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-insecure-ipv6.pkt |
6706 |
} |
7857 |
} |
6707 |
rcv_rst_closing_left_edge_insecure_ipv6_cleanup() { |
7858 |
rcv_rst_closing_left_edge_insecure_ipv6_cleanup() { |
6708 |
restore_sysctls |
7859 |
restore_sysctls |
6709 |
} |
7860 |
} |
|
|
7861 |
|
6710 |
atf_test_case rcv_rst_closing_left_edge_secure_ipv4 cleanup |
7862 |
atf_test_case rcv_rst_closing_left_edge_secure_ipv4 cleanup |
6711 |
rcv_rst_closing_left_edge_secure_ipv4_head() { |
7863 |
rcv_rst_closing_left_edge_secure_ipv4_head() { |
6712 |
atf_set timeout 10 |
7864 |
atf_set timeout 10 |
Lines 6714-6725
rcv_rst_closing_left_edge_secure_ipv4_head() {
Link Here
|
6714 |
} |
7866 |
} |
6715 |
rcv_rst_closing_left_edge_secure_ipv4_body() { |
7867 |
rcv_rst_closing_left_edge_secure_ipv4_body() { |
6716 |
|
7868 |
|
|
|
7869 |
|
6717 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv4.pkt |
7870 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv4.pkt |
6718 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv4.pkt |
7871 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv4.pkt |
6719 |
} |
7872 |
} |
6720 |
rcv_rst_closing_left_edge_secure_ipv4_cleanup() { |
7873 |
rcv_rst_closing_left_edge_secure_ipv4_cleanup() { |
6721 |
restore_sysctls |
7874 |
restore_sysctls |
6722 |
} |
7875 |
} |
|
|
7876 |
|
6723 |
atf_test_case rcv_rst_closing_left_edge_secure_ipv6 cleanup |
7877 |
atf_test_case rcv_rst_closing_left_edge_secure_ipv6 cleanup |
6724 |
rcv_rst_closing_left_edge_secure_ipv6_head() { |
7878 |
rcv_rst_closing_left_edge_secure_ipv6_head() { |
6725 |
atf_set timeout 10 |
7879 |
atf_set timeout 10 |
Lines 6727-6738
rcv_rst_closing_left_edge_secure_ipv6_head() {
Link Here
|
6727 |
} |
7881 |
} |
6728 |
rcv_rst_closing_left_edge_secure_ipv6_body() { |
7882 |
rcv_rst_closing_left_edge_secure_ipv6_body() { |
6729 |
|
7883 |
|
|
|
7884 |
|
6730 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv6.pkt |
7885 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv6.pkt |
6731 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv6.pkt |
7886 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-left-edge-secure-ipv6.pkt |
6732 |
} |
7887 |
} |
6733 |
rcv_rst_closing_left_edge_secure_ipv6_cleanup() { |
7888 |
rcv_rst_closing_left_edge_secure_ipv6_cleanup() { |
6734 |
restore_sysctls |
7889 |
restore_sysctls |
6735 |
} |
7890 |
} |
|
|
7891 |
|
6736 |
atf_test_case rcv_rst_closing_outside_left_insecure_ipv4 cleanup |
7892 |
atf_test_case rcv_rst_closing_outside_left_insecure_ipv4 cleanup |
6737 |
rcv_rst_closing_outside_left_insecure_ipv4_head() { |
7893 |
rcv_rst_closing_outside_left_insecure_ipv4_head() { |
6738 |
atf_set timeout 10 |
7894 |
atf_set timeout 10 |
Lines 6740-6751
rcv_rst_closing_outside_left_insecure_ipv4_head() {
Link Here
|
6740 |
} |
7896 |
} |
6741 |
rcv_rst_closing_outside_left_insecure_ipv4_body() { |
7897 |
rcv_rst_closing_outside_left_insecure_ipv4_body() { |
6742 |
|
7898 |
|
|
|
7899 |
|
6743 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv4.pkt |
7900 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv4.pkt |
6744 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv4.pkt |
7901 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv4.pkt |
6745 |
} |
7902 |
} |
6746 |
rcv_rst_closing_outside_left_insecure_ipv4_cleanup() { |
7903 |
rcv_rst_closing_outside_left_insecure_ipv4_cleanup() { |
6747 |
restore_sysctls |
7904 |
restore_sysctls |
6748 |
} |
7905 |
} |
|
|
7906 |
|
6749 |
atf_test_case rcv_rst_closing_outside_left_insecure_ipv6 cleanup |
7907 |
atf_test_case rcv_rst_closing_outside_left_insecure_ipv6 cleanup |
6750 |
rcv_rst_closing_outside_left_insecure_ipv6_head() { |
7908 |
rcv_rst_closing_outside_left_insecure_ipv6_head() { |
6751 |
atf_set timeout 10 |
7909 |
atf_set timeout 10 |
Lines 6753-6764
rcv_rst_closing_outside_left_insecure_ipv6_head() {
Link Here
|
6753 |
} |
7911 |
} |
6754 |
rcv_rst_closing_outside_left_insecure_ipv6_body() { |
7912 |
rcv_rst_closing_outside_left_insecure_ipv6_body() { |
6755 |
|
7913 |
|
|
|
7914 |
|
6756 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv6.pkt |
7915 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv6.pkt |
6757 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv6.pkt |
7916 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-insecure-ipv6.pkt |
6758 |
} |
7917 |
} |
6759 |
rcv_rst_closing_outside_left_insecure_ipv6_cleanup() { |
7918 |
rcv_rst_closing_outside_left_insecure_ipv6_cleanup() { |
6760 |
restore_sysctls |
7919 |
restore_sysctls |
6761 |
} |
7920 |
} |
|
|
7921 |
|
6762 |
atf_test_case rcv_rst_closing_outside_left_secure_ipv4 cleanup |
7922 |
atf_test_case rcv_rst_closing_outside_left_secure_ipv4 cleanup |
6763 |
rcv_rst_closing_outside_left_secure_ipv4_head() { |
7923 |
rcv_rst_closing_outside_left_secure_ipv4_head() { |
6764 |
atf_set timeout 10 |
7924 |
atf_set timeout 10 |
Lines 6766-6777
rcv_rst_closing_outside_left_secure_ipv4_head() {
Link Here
|
6766 |
} |
7926 |
} |
6767 |
rcv_rst_closing_outside_left_secure_ipv4_body() { |
7927 |
rcv_rst_closing_outside_left_secure_ipv4_body() { |
6768 |
|
7928 |
|
|
|
7929 |
|
6769 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv4.pkt |
7930 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv4.pkt |
6770 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv4.pkt |
7931 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv4.pkt |
6771 |
} |
7932 |
} |
6772 |
rcv_rst_closing_outside_left_secure_ipv4_cleanup() { |
7933 |
rcv_rst_closing_outside_left_secure_ipv4_cleanup() { |
6773 |
restore_sysctls |
7934 |
restore_sysctls |
6774 |
} |
7935 |
} |
|
|
7936 |
|
6775 |
atf_test_case rcv_rst_closing_outside_left_secure_ipv6 cleanup |
7937 |
atf_test_case rcv_rst_closing_outside_left_secure_ipv6 cleanup |
6776 |
rcv_rst_closing_outside_left_secure_ipv6_head() { |
7938 |
rcv_rst_closing_outside_left_secure_ipv6_head() { |
6777 |
atf_set timeout 10 |
7939 |
atf_set timeout 10 |
Lines 6779-6790
rcv_rst_closing_outside_left_secure_ipv6_head() {
Link Here
|
6779 |
} |
7941 |
} |
6780 |
rcv_rst_closing_outside_left_secure_ipv6_body() { |
7942 |
rcv_rst_closing_outside_left_secure_ipv6_body() { |
6781 |
|
7943 |
|
|
|
7944 |
|
6782 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv6.pkt |
7945 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv6.pkt |
6783 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv6.pkt |
7946 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-left-secure-ipv6.pkt |
6784 |
} |
7947 |
} |
6785 |
rcv_rst_closing_outside_left_secure_ipv6_cleanup() { |
7948 |
rcv_rst_closing_outside_left_secure_ipv6_cleanup() { |
6786 |
restore_sysctls |
7949 |
restore_sysctls |
6787 |
} |
7950 |
} |
|
|
7951 |
|
6788 |
atf_test_case rcv_rst_closing_outside_right_insecure_ipv4 cleanup |
7952 |
atf_test_case rcv_rst_closing_outside_right_insecure_ipv4 cleanup |
6789 |
rcv_rst_closing_outside_right_insecure_ipv4_head() { |
7953 |
rcv_rst_closing_outside_right_insecure_ipv4_head() { |
6790 |
atf_set timeout 10 |
7954 |
atf_set timeout 10 |
Lines 6792-6803
rcv_rst_closing_outside_right_insecure_ipv4_head() {
Link Here
|
6792 |
} |
7956 |
} |
6793 |
rcv_rst_closing_outside_right_insecure_ipv4_body() { |
7957 |
rcv_rst_closing_outside_right_insecure_ipv4_body() { |
6794 |
|
7958 |
|
|
|
7959 |
|
6795 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv4.pkt |
7960 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv4.pkt |
6796 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv4.pkt |
7961 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv4.pkt |
6797 |
} |
7962 |
} |
6798 |
rcv_rst_closing_outside_right_insecure_ipv4_cleanup() { |
7963 |
rcv_rst_closing_outside_right_insecure_ipv4_cleanup() { |
6799 |
restore_sysctls |
7964 |
restore_sysctls |
6800 |
} |
7965 |
} |
|
|
7966 |
|
6801 |
atf_test_case rcv_rst_closing_outside_right_insecure_ipv6 cleanup |
7967 |
atf_test_case rcv_rst_closing_outside_right_insecure_ipv6 cleanup |
6802 |
rcv_rst_closing_outside_right_insecure_ipv6_head() { |
7968 |
rcv_rst_closing_outside_right_insecure_ipv6_head() { |
6803 |
atf_set timeout 10 |
7969 |
atf_set timeout 10 |
Lines 6805-6816
rcv_rst_closing_outside_right_insecure_ipv6_head() {
Link Here
|
6805 |
} |
7971 |
} |
6806 |
rcv_rst_closing_outside_right_insecure_ipv6_body() { |
7972 |
rcv_rst_closing_outside_right_insecure_ipv6_body() { |
6807 |
|
7973 |
|
|
|
7974 |
|
6808 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv6.pkt |
7975 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv6.pkt |
6809 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv6.pkt |
7976 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-insecure-ipv6.pkt |
6810 |
} |
7977 |
} |
6811 |
rcv_rst_closing_outside_right_insecure_ipv6_cleanup() { |
7978 |
rcv_rst_closing_outside_right_insecure_ipv6_cleanup() { |
6812 |
restore_sysctls |
7979 |
restore_sysctls |
6813 |
} |
7980 |
} |
|
|
7981 |
|
6814 |
atf_test_case rcv_rst_closing_outside_right_secure_ipv4 cleanup |
7982 |
atf_test_case rcv_rst_closing_outside_right_secure_ipv4 cleanup |
6815 |
rcv_rst_closing_outside_right_secure_ipv4_head() { |
7983 |
rcv_rst_closing_outside_right_secure_ipv4_head() { |
6816 |
atf_set timeout 10 |
7984 |
atf_set timeout 10 |
Lines 6818-6829
rcv_rst_closing_outside_right_secure_ipv4_head() {
Link Here
|
6818 |
} |
7986 |
} |
6819 |
rcv_rst_closing_outside_right_secure_ipv4_body() { |
7987 |
rcv_rst_closing_outside_right_secure_ipv4_body() { |
6820 |
|
7988 |
|
|
|
7989 |
|
6821 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv4.pkt |
7990 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv4.pkt |
6822 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv4.pkt |
7991 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv4.pkt |
6823 |
} |
7992 |
} |
6824 |
rcv_rst_closing_outside_right_secure_ipv4_cleanup() { |
7993 |
rcv_rst_closing_outside_right_secure_ipv4_cleanup() { |
6825 |
restore_sysctls |
7994 |
restore_sysctls |
6826 |
} |
7995 |
} |
|
|
7996 |
|
6827 |
atf_test_case rcv_rst_closing_outside_right_secure_ipv6 cleanup |
7997 |
atf_test_case rcv_rst_closing_outside_right_secure_ipv6 cleanup |
6828 |
rcv_rst_closing_outside_right_secure_ipv6_head() { |
7998 |
rcv_rst_closing_outside_right_secure_ipv6_head() { |
6829 |
atf_set timeout 10 |
7999 |
atf_set timeout 10 |
Lines 6831-6842
rcv_rst_closing_outside_right_secure_ipv6_head() {
Link Here
|
6831 |
} |
8001 |
} |
6832 |
rcv_rst_closing_outside_right_secure_ipv6_body() { |
8002 |
rcv_rst_closing_outside_right_secure_ipv6_body() { |
6833 |
|
8003 |
|
|
|
8004 |
|
6834 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv6.pkt |
8005 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv6.pkt |
6835 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv6.pkt |
8006 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-outside-right-secure-ipv6.pkt |
6836 |
} |
8007 |
} |
6837 |
rcv_rst_closing_outside_right_secure_ipv6_cleanup() { |
8008 |
rcv_rst_closing_outside_right_secure_ipv6_cleanup() { |
6838 |
restore_sysctls |
8009 |
restore_sysctls |
6839 |
} |
8010 |
} |
|
|
8011 |
|
6840 |
atf_test_case rcv_rst_closing_right_edge_insecure_ipv4 cleanup |
8012 |
atf_test_case rcv_rst_closing_right_edge_insecure_ipv4 cleanup |
6841 |
rcv_rst_closing_right_edge_insecure_ipv4_head() { |
8013 |
rcv_rst_closing_right_edge_insecure_ipv4_head() { |
6842 |
atf_set timeout 10 |
8014 |
atf_set timeout 10 |
Lines 6844-6855
rcv_rst_closing_right_edge_insecure_ipv4_head() {
Link Here
|
6844 |
} |
8016 |
} |
6845 |
rcv_rst_closing_right_edge_insecure_ipv4_body() { |
8017 |
rcv_rst_closing_right_edge_insecure_ipv4_body() { |
6846 |
|
8018 |
|
|
|
8019 |
|
6847 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv4.pkt |
8020 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv4.pkt |
6848 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv4.pkt |
8021 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv4.pkt |
6849 |
} |
8022 |
} |
6850 |
rcv_rst_closing_right_edge_insecure_ipv4_cleanup() { |
8023 |
rcv_rst_closing_right_edge_insecure_ipv4_cleanup() { |
6851 |
restore_sysctls |
8024 |
restore_sysctls |
6852 |
} |
8025 |
} |
|
|
8026 |
|
6853 |
atf_test_case rcv_rst_closing_right_edge_insecure_ipv6 cleanup |
8027 |
atf_test_case rcv_rst_closing_right_edge_insecure_ipv6 cleanup |
6854 |
rcv_rst_closing_right_edge_insecure_ipv6_head() { |
8028 |
rcv_rst_closing_right_edge_insecure_ipv6_head() { |
6855 |
atf_set timeout 10 |
8029 |
atf_set timeout 10 |
Lines 6857-6868
rcv_rst_closing_right_edge_insecure_ipv6_head() {
Link Here
|
6857 |
} |
8031 |
} |
6858 |
rcv_rst_closing_right_edge_insecure_ipv6_body() { |
8032 |
rcv_rst_closing_right_edge_insecure_ipv6_body() { |
6859 |
|
8033 |
|
|
|
8034 |
|
6860 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv6.pkt |
8035 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv6.pkt |
6861 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv6.pkt |
8036 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-insecure-ipv6.pkt |
6862 |
} |
8037 |
} |
6863 |
rcv_rst_closing_right_edge_insecure_ipv6_cleanup() { |
8038 |
rcv_rst_closing_right_edge_insecure_ipv6_cleanup() { |
6864 |
restore_sysctls |
8039 |
restore_sysctls |
6865 |
} |
8040 |
} |
|
|
8041 |
|
6866 |
atf_test_case rcv_rst_closing_right_edge_secure_ipv4 cleanup |
8042 |
atf_test_case rcv_rst_closing_right_edge_secure_ipv4 cleanup |
6867 |
rcv_rst_closing_right_edge_secure_ipv4_head() { |
8043 |
rcv_rst_closing_right_edge_secure_ipv4_head() { |
6868 |
atf_set timeout 10 |
8044 |
atf_set timeout 10 |
Lines 6870-6881
rcv_rst_closing_right_edge_secure_ipv4_head() {
Link Here
|
6870 |
} |
8046 |
} |
6871 |
rcv_rst_closing_right_edge_secure_ipv4_body() { |
8047 |
rcv_rst_closing_right_edge_secure_ipv4_body() { |
6872 |
|
8048 |
|
|
|
8049 |
|
6873 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv4.pkt |
8050 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv4.pkt |
6874 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv4.pkt |
8051 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv4.pkt |
6875 |
} |
8052 |
} |
6876 |
rcv_rst_closing_right_edge_secure_ipv4_cleanup() { |
8053 |
rcv_rst_closing_right_edge_secure_ipv4_cleanup() { |
6877 |
restore_sysctls |
8054 |
restore_sysctls |
6878 |
} |
8055 |
} |
|
|
8056 |
|
6879 |
atf_test_case rcv_rst_closing_right_edge_secure_ipv6 cleanup |
8057 |
atf_test_case rcv_rst_closing_right_edge_secure_ipv6 cleanup |
6880 |
rcv_rst_closing_right_edge_secure_ipv6_head() { |
8058 |
rcv_rst_closing_right_edge_secure_ipv6_head() { |
6881 |
atf_set timeout 10 |
8059 |
atf_set timeout 10 |
Lines 6883-6894
rcv_rst_closing_right_edge_secure_ipv6_head() {
Link Here
|
6883 |
} |
8061 |
} |
6884 |
rcv_rst_closing_right_edge_secure_ipv6_body() { |
8062 |
rcv_rst_closing_right_edge_secure_ipv6_body() { |
6885 |
|
8063 |
|
|
|
8064 |
|
6886 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv6.pkt |
8065 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv6.pkt |
6887 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv6.pkt |
8066 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-closing/rcv-rst-closing-right-edge-secure-ipv6.pkt |
6888 |
} |
8067 |
} |
6889 |
rcv_rst_closing_right_edge_secure_ipv6_cleanup() { |
8068 |
rcv_rst_closing_right_edge_secure_ipv6_cleanup() { |
6890 |
restore_sysctls |
8069 |
restore_sysctls |
6891 |
} |
8070 |
} |
|
|
8071 |
|
6892 |
atf_test_case rcv_rst_established_left_edge_insecure_ipv4 cleanup |
8072 |
atf_test_case rcv_rst_established_left_edge_insecure_ipv4 cleanup |
6893 |
rcv_rst_established_left_edge_insecure_ipv4_head() { |
8073 |
rcv_rst_established_left_edge_insecure_ipv4_head() { |
6894 |
atf_set timeout 10 |
8074 |
atf_set timeout 10 |
Lines 6896-6907
rcv_rst_established_left_edge_insecure_ipv4_head() {
Link Here
|
6896 |
} |
8076 |
} |
6897 |
rcv_rst_established_left_edge_insecure_ipv4_body() { |
8077 |
rcv_rst_established_left_edge_insecure_ipv4_body() { |
6898 |
|
8078 |
|
|
|
8079 |
|
6899 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv4.pkt |
8080 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv4.pkt |
6900 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv4.pkt |
8081 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv4.pkt |
6901 |
} |
8082 |
} |
6902 |
rcv_rst_established_left_edge_insecure_ipv4_cleanup() { |
8083 |
rcv_rst_established_left_edge_insecure_ipv4_cleanup() { |
6903 |
restore_sysctls |
8084 |
restore_sysctls |
6904 |
} |
8085 |
} |
|
|
8086 |
|
6905 |
atf_test_case rcv_rst_established_left_edge_insecure_ipv6 cleanup |
8087 |
atf_test_case rcv_rst_established_left_edge_insecure_ipv6 cleanup |
6906 |
rcv_rst_established_left_edge_insecure_ipv6_head() { |
8088 |
rcv_rst_established_left_edge_insecure_ipv6_head() { |
6907 |
atf_set timeout 10 |
8089 |
atf_set timeout 10 |
Lines 6909-6920
rcv_rst_established_left_edge_insecure_ipv6_head() {
Link Here
|
6909 |
} |
8091 |
} |
6910 |
rcv_rst_established_left_edge_insecure_ipv6_body() { |
8092 |
rcv_rst_established_left_edge_insecure_ipv6_body() { |
6911 |
|
8093 |
|
|
|
8094 |
|
6912 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv6.pkt |
8095 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv6.pkt |
6913 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv6.pkt |
8096 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-insecure-ipv6.pkt |
6914 |
} |
8097 |
} |
6915 |
rcv_rst_established_left_edge_insecure_ipv6_cleanup() { |
8098 |
rcv_rst_established_left_edge_insecure_ipv6_cleanup() { |
6916 |
restore_sysctls |
8099 |
restore_sysctls |
6917 |
} |
8100 |
} |
|
|
8101 |
|
6918 |
atf_test_case rcv_rst_established_left_edge_secure_ipv4 cleanup |
8102 |
atf_test_case rcv_rst_established_left_edge_secure_ipv4 cleanup |
6919 |
rcv_rst_established_left_edge_secure_ipv4_head() { |
8103 |
rcv_rst_established_left_edge_secure_ipv4_head() { |
6920 |
atf_set timeout 10 |
8104 |
atf_set timeout 10 |
Lines 6922-6933
rcv_rst_established_left_edge_secure_ipv4_head() {
Link Here
|
6922 |
} |
8106 |
} |
6923 |
rcv_rst_established_left_edge_secure_ipv4_body() { |
8107 |
rcv_rst_established_left_edge_secure_ipv4_body() { |
6924 |
|
8108 |
|
|
|
8109 |
|
6925 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv4.pkt |
8110 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv4.pkt |
6926 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv4.pkt |
8111 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv4.pkt |
6927 |
} |
8112 |
} |
6928 |
rcv_rst_established_left_edge_secure_ipv4_cleanup() { |
8113 |
rcv_rst_established_left_edge_secure_ipv4_cleanup() { |
6929 |
restore_sysctls |
8114 |
restore_sysctls |
6930 |
} |
8115 |
} |
|
|
8116 |
|
6931 |
atf_test_case rcv_rst_established_left_edge_secure_ipv6 cleanup |
8117 |
atf_test_case rcv_rst_established_left_edge_secure_ipv6 cleanup |
6932 |
rcv_rst_established_left_edge_secure_ipv6_head() { |
8118 |
rcv_rst_established_left_edge_secure_ipv6_head() { |
6933 |
atf_set timeout 10 |
8119 |
atf_set timeout 10 |
Lines 6935-6946
rcv_rst_established_left_edge_secure_ipv6_head() {
Link Here
|
6935 |
} |
8121 |
} |
6936 |
rcv_rst_established_left_edge_secure_ipv6_body() { |
8122 |
rcv_rst_established_left_edge_secure_ipv6_body() { |
6937 |
|
8123 |
|
|
|
8124 |
|
6938 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv6.pkt |
8125 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv6.pkt |
6939 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv6.pkt |
8126 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-left-edge-secure-ipv6.pkt |
6940 |
} |
8127 |
} |
6941 |
rcv_rst_established_left_edge_secure_ipv6_cleanup() { |
8128 |
rcv_rst_established_left_edge_secure_ipv6_cleanup() { |
6942 |
restore_sysctls |
8129 |
restore_sysctls |
6943 |
} |
8130 |
} |
|
|
8131 |
|
6944 |
atf_test_case rcv_rst_established_outside_left_insecure_ipv4 cleanup |
8132 |
atf_test_case rcv_rst_established_outside_left_insecure_ipv4 cleanup |
6945 |
rcv_rst_established_outside_left_insecure_ipv4_head() { |
8133 |
rcv_rst_established_outside_left_insecure_ipv4_head() { |
6946 |
atf_set timeout 10 |
8134 |
atf_set timeout 10 |
Lines 6948-6959
rcv_rst_established_outside_left_insecure_ipv4_head() {
Link Here
|
6948 |
} |
8136 |
} |
6949 |
rcv_rst_established_outside_left_insecure_ipv4_body() { |
8137 |
rcv_rst_established_outside_left_insecure_ipv4_body() { |
6950 |
|
8138 |
|
|
|
8139 |
|
6951 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv4.pkt |
8140 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv4.pkt |
6952 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv4.pkt |
8141 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv4.pkt |
6953 |
} |
8142 |
} |
6954 |
rcv_rst_established_outside_left_insecure_ipv4_cleanup() { |
8143 |
rcv_rst_established_outside_left_insecure_ipv4_cleanup() { |
6955 |
restore_sysctls |
8144 |
restore_sysctls |
6956 |
} |
8145 |
} |
|
|
8146 |
|
6957 |
atf_test_case rcv_rst_established_outside_left_insecure_ipv6 cleanup |
8147 |
atf_test_case rcv_rst_established_outside_left_insecure_ipv6 cleanup |
6958 |
rcv_rst_established_outside_left_insecure_ipv6_head() { |
8148 |
rcv_rst_established_outside_left_insecure_ipv6_head() { |
6959 |
atf_set timeout 10 |
8149 |
atf_set timeout 10 |
Lines 6961-6972
rcv_rst_established_outside_left_insecure_ipv6_head() {
Link Here
|
6961 |
} |
8151 |
} |
6962 |
rcv_rst_established_outside_left_insecure_ipv6_body() { |
8152 |
rcv_rst_established_outside_left_insecure_ipv6_body() { |
6963 |
|
8153 |
|
|
|
8154 |
|
6964 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv6.pkt |
8155 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv6.pkt |
6965 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv6.pkt |
8156 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-insecure-ipv6.pkt |
6966 |
} |
8157 |
} |
6967 |
rcv_rst_established_outside_left_insecure_ipv6_cleanup() { |
8158 |
rcv_rst_established_outside_left_insecure_ipv6_cleanup() { |
6968 |
restore_sysctls |
8159 |
restore_sysctls |
6969 |
} |
8160 |
} |
|
|
8161 |
|
6970 |
atf_test_case rcv_rst_established_outside_left_secure_ipv4 cleanup |
8162 |
atf_test_case rcv_rst_established_outside_left_secure_ipv4 cleanup |
6971 |
rcv_rst_established_outside_left_secure_ipv4_head() { |
8163 |
rcv_rst_established_outside_left_secure_ipv4_head() { |
6972 |
atf_set timeout 10 |
8164 |
atf_set timeout 10 |
Lines 6974-6985
rcv_rst_established_outside_left_secure_ipv4_head() {
Link Here
|
6974 |
} |
8166 |
} |
6975 |
rcv_rst_established_outside_left_secure_ipv4_body() { |
8167 |
rcv_rst_established_outside_left_secure_ipv4_body() { |
6976 |
|
8168 |
|
|
|
8169 |
|
6977 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv4.pkt |
8170 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv4.pkt |
6978 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv4.pkt |
8171 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv4.pkt |
6979 |
} |
8172 |
} |
6980 |
rcv_rst_established_outside_left_secure_ipv4_cleanup() { |
8173 |
rcv_rst_established_outside_left_secure_ipv4_cleanup() { |
6981 |
restore_sysctls |
8174 |
restore_sysctls |
6982 |
} |
8175 |
} |
|
|
8176 |
|
6983 |
atf_test_case rcv_rst_established_outside_left_secure_ipv6 cleanup |
8177 |
atf_test_case rcv_rst_established_outside_left_secure_ipv6 cleanup |
6984 |
rcv_rst_established_outside_left_secure_ipv6_head() { |
8178 |
rcv_rst_established_outside_left_secure_ipv6_head() { |
6985 |
atf_set timeout 10 |
8179 |
atf_set timeout 10 |
Lines 6987-6998
rcv_rst_established_outside_left_secure_ipv6_head() {
Link Here
|
6987 |
} |
8181 |
} |
6988 |
rcv_rst_established_outside_left_secure_ipv6_body() { |
8182 |
rcv_rst_established_outside_left_secure_ipv6_body() { |
6989 |
|
8183 |
|
|
|
8184 |
|
6990 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv6.pkt |
8185 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv6.pkt |
6991 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv6.pkt |
8186 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-left-secure-ipv6.pkt |
6992 |
} |
8187 |
} |
6993 |
rcv_rst_established_outside_left_secure_ipv6_cleanup() { |
8188 |
rcv_rst_established_outside_left_secure_ipv6_cleanup() { |
6994 |
restore_sysctls |
8189 |
restore_sysctls |
6995 |
} |
8190 |
} |
|
|
8191 |
|
6996 |
atf_test_case rcv_rst_established_outside_right_insecure_ipv4 cleanup |
8192 |
atf_test_case rcv_rst_established_outside_right_insecure_ipv4 cleanup |
6997 |
rcv_rst_established_outside_right_insecure_ipv4_head() { |
8193 |
rcv_rst_established_outside_right_insecure_ipv4_head() { |
6998 |
atf_set timeout 10 |
8194 |
atf_set timeout 10 |
Lines 7000-7011
rcv_rst_established_outside_right_insecure_ipv4_head() {
Link Here
|
7000 |
} |
8196 |
} |
7001 |
rcv_rst_established_outside_right_insecure_ipv4_body() { |
8197 |
rcv_rst_established_outside_right_insecure_ipv4_body() { |
7002 |
|
8198 |
|
|
|
8199 |
|
7003 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv4.pkt |
8200 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv4.pkt |
7004 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv4.pkt |
8201 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv4.pkt |
7005 |
} |
8202 |
} |
7006 |
rcv_rst_established_outside_right_insecure_ipv4_cleanup() { |
8203 |
rcv_rst_established_outside_right_insecure_ipv4_cleanup() { |
7007 |
restore_sysctls |
8204 |
restore_sysctls |
7008 |
} |
8205 |
} |
|
|
8206 |
|
7009 |
atf_test_case rcv_rst_established_outside_right_insecure_ipv6 cleanup |
8207 |
atf_test_case rcv_rst_established_outside_right_insecure_ipv6 cleanup |
7010 |
rcv_rst_established_outside_right_insecure_ipv6_head() { |
8208 |
rcv_rst_established_outside_right_insecure_ipv6_head() { |
7011 |
atf_set timeout 10 |
8209 |
atf_set timeout 10 |
Lines 7013-7024
rcv_rst_established_outside_right_insecure_ipv6_head() {
Link Here
|
7013 |
} |
8211 |
} |
7014 |
rcv_rst_established_outside_right_insecure_ipv6_body() { |
8212 |
rcv_rst_established_outside_right_insecure_ipv6_body() { |
7015 |
|
8213 |
|
|
|
8214 |
|
7016 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv6.pkt |
8215 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv6.pkt |
7017 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv6.pkt |
8216 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-insecure-ipv6.pkt |
7018 |
} |
8217 |
} |
7019 |
rcv_rst_established_outside_right_insecure_ipv6_cleanup() { |
8218 |
rcv_rst_established_outside_right_insecure_ipv6_cleanup() { |
7020 |
restore_sysctls |
8219 |
restore_sysctls |
7021 |
} |
8220 |
} |
|
|
8221 |
|
7022 |
atf_test_case rcv_rst_established_outside_right_secure_ipv4 cleanup |
8222 |
atf_test_case rcv_rst_established_outside_right_secure_ipv4 cleanup |
7023 |
rcv_rst_established_outside_right_secure_ipv4_head() { |
8223 |
rcv_rst_established_outside_right_secure_ipv4_head() { |
7024 |
atf_set timeout 10 |
8224 |
atf_set timeout 10 |
Lines 7026-7037
rcv_rst_established_outside_right_secure_ipv4_head() {
Link Here
|
7026 |
} |
8226 |
} |
7027 |
rcv_rst_established_outside_right_secure_ipv4_body() { |
8227 |
rcv_rst_established_outside_right_secure_ipv4_body() { |
7028 |
|
8228 |
|
|
|
8229 |
|
7029 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv4.pkt |
8230 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv4.pkt |
7030 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv4.pkt |
8231 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv4.pkt |
7031 |
} |
8232 |
} |
7032 |
rcv_rst_established_outside_right_secure_ipv4_cleanup() { |
8233 |
rcv_rst_established_outside_right_secure_ipv4_cleanup() { |
7033 |
restore_sysctls |
8234 |
restore_sysctls |
7034 |
} |
8235 |
} |
|
|
8236 |
|
7035 |
atf_test_case rcv_rst_established_outside_right_secure_ipv6 cleanup |
8237 |
atf_test_case rcv_rst_established_outside_right_secure_ipv6 cleanup |
7036 |
rcv_rst_established_outside_right_secure_ipv6_head() { |
8238 |
rcv_rst_established_outside_right_secure_ipv6_head() { |
7037 |
atf_set timeout 10 |
8239 |
atf_set timeout 10 |
Lines 7039-7050
rcv_rst_established_outside_right_secure_ipv6_head() {
Link Here
|
7039 |
} |
8241 |
} |
7040 |
rcv_rst_established_outside_right_secure_ipv6_body() { |
8242 |
rcv_rst_established_outside_right_secure_ipv6_body() { |
7041 |
|
8243 |
|
|
|
8244 |
|
7042 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv6.pkt |
8245 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv6.pkt |
7043 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv6.pkt |
8246 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-outside-right-secure-ipv6.pkt |
7044 |
} |
8247 |
} |
7045 |
rcv_rst_established_outside_right_secure_ipv6_cleanup() { |
8248 |
rcv_rst_established_outside_right_secure_ipv6_cleanup() { |
7046 |
restore_sysctls |
8249 |
restore_sysctls |
7047 |
} |
8250 |
} |
|
|
8251 |
|
7048 |
atf_test_case rcv_rst_established_right_edge_insecure_ipv4 cleanup |
8252 |
atf_test_case rcv_rst_established_right_edge_insecure_ipv4 cleanup |
7049 |
rcv_rst_established_right_edge_insecure_ipv4_head() { |
8253 |
rcv_rst_established_right_edge_insecure_ipv4_head() { |
7050 |
atf_set timeout 10 |
8254 |
atf_set timeout 10 |
Lines 7052-7063
rcv_rst_established_right_edge_insecure_ipv4_head() {
Link Here
|
7052 |
} |
8256 |
} |
7053 |
rcv_rst_established_right_edge_insecure_ipv4_body() { |
8257 |
rcv_rst_established_right_edge_insecure_ipv4_body() { |
7054 |
|
8258 |
|
|
|
8259 |
|
7055 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv4.pkt |
8260 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv4.pkt |
7056 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv4.pkt |
8261 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv4.pkt |
7057 |
} |
8262 |
} |
7058 |
rcv_rst_established_right_edge_insecure_ipv4_cleanup() { |
8263 |
rcv_rst_established_right_edge_insecure_ipv4_cleanup() { |
7059 |
restore_sysctls |
8264 |
restore_sysctls |
7060 |
} |
8265 |
} |
|
|
8266 |
|
7061 |
atf_test_case rcv_rst_established_right_edge_insecure_ipv6 cleanup |
8267 |
atf_test_case rcv_rst_established_right_edge_insecure_ipv6 cleanup |
7062 |
rcv_rst_established_right_edge_insecure_ipv6_head() { |
8268 |
rcv_rst_established_right_edge_insecure_ipv6_head() { |
7063 |
atf_set timeout 10 |
8269 |
atf_set timeout 10 |
Lines 7065-7076
rcv_rst_established_right_edge_insecure_ipv6_head() {
Link Here
|
7065 |
} |
8271 |
} |
7066 |
rcv_rst_established_right_edge_insecure_ipv6_body() { |
8272 |
rcv_rst_established_right_edge_insecure_ipv6_body() { |
7067 |
|
8273 |
|
|
|
8274 |
|
7068 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv6.pkt |
8275 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv6.pkt |
7069 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv6.pkt |
8276 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-insecure-ipv6.pkt |
7070 |
} |
8277 |
} |
7071 |
rcv_rst_established_right_edge_insecure_ipv6_cleanup() { |
8278 |
rcv_rst_established_right_edge_insecure_ipv6_cleanup() { |
7072 |
restore_sysctls |
8279 |
restore_sysctls |
7073 |
} |
8280 |
} |
|
|
8281 |
|
7074 |
atf_test_case rcv_rst_established_right_edge_secure_ipv4 cleanup |
8282 |
atf_test_case rcv_rst_established_right_edge_secure_ipv4 cleanup |
7075 |
rcv_rst_established_right_edge_secure_ipv4_head() { |
8283 |
rcv_rst_established_right_edge_secure_ipv4_head() { |
7076 |
atf_set timeout 10 |
8284 |
atf_set timeout 10 |
Lines 7078-7089
rcv_rst_established_right_edge_secure_ipv4_head() {
Link Here
|
7078 |
} |
8286 |
} |
7079 |
rcv_rst_established_right_edge_secure_ipv4_body() { |
8287 |
rcv_rst_established_right_edge_secure_ipv4_body() { |
7080 |
|
8288 |
|
|
|
8289 |
|
7081 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv4.pkt |
8290 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv4.pkt |
7082 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv4.pkt |
8291 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv4.pkt |
7083 |
} |
8292 |
} |
7084 |
rcv_rst_established_right_edge_secure_ipv4_cleanup() { |
8293 |
rcv_rst_established_right_edge_secure_ipv4_cleanup() { |
7085 |
restore_sysctls |
8294 |
restore_sysctls |
7086 |
} |
8295 |
} |
|
|
8296 |
|
7087 |
atf_test_case rcv_rst_established_right_edge_secure_ipv6 cleanup |
8297 |
atf_test_case rcv_rst_established_right_edge_secure_ipv6 cleanup |
7088 |
rcv_rst_established_right_edge_secure_ipv6_head() { |
8298 |
rcv_rst_established_right_edge_secure_ipv6_head() { |
7089 |
atf_set timeout 10 |
8299 |
atf_set timeout 10 |
Lines 7091-7102
rcv_rst_established_right_edge_secure_ipv6_head() {
Link Here
|
7091 |
} |
8301 |
} |
7092 |
rcv_rst_established_right_edge_secure_ipv6_body() { |
8302 |
rcv_rst_established_right_edge_secure_ipv6_body() { |
7093 |
|
8303 |
|
|
|
8304 |
|
7094 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv6.pkt |
8305 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv6.pkt |
7095 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv6.pkt |
8306 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-established/rcv-rst-established-right-edge-secure-ipv6.pkt |
7096 |
} |
8307 |
} |
7097 |
rcv_rst_established_right_edge_secure_ipv6_cleanup() { |
8308 |
rcv_rst_established_right_edge_secure_ipv6_cleanup() { |
7098 |
restore_sysctls |
8309 |
restore_sysctls |
7099 |
} |
8310 |
} |
|
|
8311 |
|
7100 |
atf_test_case rcv_rst_fin_wait_1_left_edge_insecure_ipv4 cleanup |
8312 |
atf_test_case rcv_rst_fin_wait_1_left_edge_insecure_ipv4 cleanup |
7101 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_head() { |
8313 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_head() { |
7102 |
atf_set timeout 10 |
8314 |
atf_set timeout 10 |
Lines 7104-7115
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_head() {
Link Here
|
7104 |
} |
8316 |
} |
7105 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_body() { |
8317 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_body() { |
7106 |
|
8318 |
|
|
|
8319 |
|
7107 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv4.pkt |
8320 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv4.pkt |
7108 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv4.pkt |
8321 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv4.pkt |
7109 |
} |
8322 |
} |
7110 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_cleanup() { |
8323 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv4_cleanup() { |
7111 |
restore_sysctls |
8324 |
restore_sysctls |
7112 |
} |
8325 |
} |
|
|
8326 |
|
7113 |
atf_test_case rcv_rst_fin_wait_1_left_edge_insecure_ipv6 cleanup |
8327 |
atf_test_case rcv_rst_fin_wait_1_left_edge_insecure_ipv6 cleanup |
7114 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_head() { |
8328 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_head() { |
7115 |
atf_set timeout 10 |
8329 |
atf_set timeout 10 |
Lines 7117-7128
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_head() {
Link Here
|
7117 |
} |
8331 |
} |
7118 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_body() { |
8332 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_body() { |
7119 |
|
8333 |
|
|
|
8334 |
|
7120 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv6.pkt |
8335 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv6.pkt |
7121 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv6.pkt |
8336 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-insecure-ipv6.pkt |
7122 |
} |
8337 |
} |
7123 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_cleanup() { |
8338 |
rcv_rst_fin_wait_1_left_edge_insecure_ipv6_cleanup() { |
7124 |
restore_sysctls |
8339 |
restore_sysctls |
7125 |
} |
8340 |
} |
|
|
8341 |
|
7126 |
atf_test_case rcv_rst_fin_wait_1_left_edge_secure_ipv4 cleanup |
8342 |
atf_test_case rcv_rst_fin_wait_1_left_edge_secure_ipv4 cleanup |
7127 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_head() { |
8343 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_head() { |
7128 |
atf_set timeout 10 |
8344 |
atf_set timeout 10 |
Lines 7130-7141
rcv_rst_fin_wait_1_left_edge_secure_ipv4_head() {
Link Here
|
7130 |
} |
8346 |
} |
7131 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_body() { |
8347 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_body() { |
7132 |
|
8348 |
|
|
|
8349 |
|
7133 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv4.pkt |
8350 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv4.pkt |
7134 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv4.pkt |
8351 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv4.pkt |
7135 |
} |
8352 |
} |
7136 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_cleanup() { |
8353 |
rcv_rst_fin_wait_1_left_edge_secure_ipv4_cleanup() { |
7137 |
restore_sysctls |
8354 |
restore_sysctls |
7138 |
} |
8355 |
} |
|
|
8356 |
|
7139 |
atf_test_case rcv_rst_fin_wait_1_left_edge_secure_ipv6 cleanup |
8357 |
atf_test_case rcv_rst_fin_wait_1_left_edge_secure_ipv6 cleanup |
7140 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_head() { |
8358 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_head() { |
7141 |
atf_set timeout 10 |
8359 |
atf_set timeout 10 |
Lines 7143-7154
rcv_rst_fin_wait_1_left_edge_secure_ipv6_head() {
Link Here
|
7143 |
} |
8361 |
} |
7144 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_body() { |
8362 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_body() { |
7145 |
|
8363 |
|
|
|
8364 |
|
7146 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv6.pkt |
8365 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv6.pkt |
7147 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv6.pkt |
8366 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-left-edge-secure-ipv6.pkt |
7148 |
} |
8367 |
} |
7149 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_cleanup() { |
8368 |
rcv_rst_fin_wait_1_left_edge_secure_ipv6_cleanup() { |
7150 |
restore_sysctls |
8369 |
restore_sysctls |
7151 |
} |
8370 |
} |
|
|
8371 |
|
7152 |
atf_test_case rcv_rst_fin_wait_1_outside_left_insecure_ipv4 cleanup |
8372 |
atf_test_case rcv_rst_fin_wait_1_outside_left_insecure_ipv4 cleanup |
7153 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_head() { |
8373 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_head() { |
7154 |
atf_set timeout 10 |
8374 |
atf_set timeout 10 |
Lines 7156-7167
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_head() {
Link Here
|
7156 |
} |
8376 |
} |
7157 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_body() { |
8377 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_body() { |
7158 |
|
8378 |
|
|
|
8379 |
|
7159 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv4.pkt |
8380 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv4.pkt |
7160 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv4.pkt |
8381 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv4.pkt |
7161 |
} |
8382 |
} |
7162 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_cleanup() { |
8383 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv4_cleanup() { |
7163 |
restore_sysctls |
8384 |
restore_sysctls |
7164 |
} |
8385 |
} |
|
|
8386 |
|
7165 |
atf_test_case rcv_rst_fin_wait_1_outside_left_insecure_ipv6 cleanup |
8387 |
atf_test_case rcv_rst_fin_wait_1_outside_left_insecure_ipv6 cleanup |
7166 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_head() { |
8388 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_head() { |
7167 |
atf_set timeout 10 |
8389 |
atf_set timeout 10 |
Lines 7169-7180
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_head() {
Link Here
|
7169 |
} |
8391 |
} |
7170 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_body() { |
8392 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_body() { |
7171 |
|
8393 |
|
|
|
8394 |
|
7172 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv6.pkt |
8395 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv6.pkt |
7173 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv6.pkt |
8396 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-insecure-ipv6.pkt |
7174 |
} |
8397 |
} |
7175 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_cleanup() { |
8398 |
rcv_rst_fin_wait_1_outside_left_insecure_ipv6_cleanup() { |
7176 |
restore_sysctls |
8399 |
restore_sysctls |
7177 |
} |
8400 |
} |
|
|
8401 |
|
7178 |
atf_test_case rcv_rst_fin_wait_1_outside_left_secure_ipv4 cleanup |
8402 |
atf_test_case rcv_rst_fin_wait_1_outside_left_secure_ipv4 cleanup |
7179 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_head() { |
8403 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_head() { |
7180 |
atf_set timeout 10 |
8404 |
atf_set timeout 10 |
Lines 7182-7193
rcv_rst_fin_wait_1_outside_left_secure_ipv4_head() {
Link Here
|
7182 |
} |
8406 |
} |
7183 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_body() { |
8407 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_body() { |
7184 |
|
8408 |
|
|
|
8409 |
|
7185 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv4.pkt |
8410 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv4.pkt |
7186 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv4.pkt |
8411 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv4.pkt |
7187 |
} |
8412 |
} |
7188 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_cleanup() { |
8413 |
rcv_rst_fin_wait_1_outside_left_secure_ipv4_cleanup() { |
7189 |
restore_sysctls |
8414 |
restore_sysctls |
7190 |
} |
8415 |
} |
|
|
8416 |
|
7191 |
atf_test_case rcv_rst_fin_wait_1_outside_left_secure_ipv6 cleanup |
8417 |
atf_test_case rcv_rst_fin_wait_1_outside_left_secure_ipv6 cleanup |
7192 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_head() { |
8418 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_head() { |
7193 |
atf_set timeout 10 |
8419 |
atf_set timeout 10 |
Lines 7195-7206
rcv_rst_fin_wait_1_outside_left_secure_ipv6_head() {
Link Here
|
7195 |
} |
8421 |
} |
7196 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_body() { |
8422 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_body() { |
7197 |
|
8423 |
|
|
|
8424 |
|
7198 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv6.pkt |
8425 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv6.pkt |
7199 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv6.pkt |
8426 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-left-secure-ipv6.pkt |
7200 |
} |
8427 |
} |
7201 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_cleanup() { |
8428 |
rcv_rst_fin_wait_1_outside_left_secure_ipv6_cleanup() { |
7202 |
restore_sysctls |
8429 |
restore_sysctls |
7203 |
} |
8430 |
} |
|
|
8431 |
|
7204 |
atf_test_case rcv_rst_fin_wait_1_outside_right_insecure_ipv4 cleanup |
8432 |
atf_test_case rcv_rst_fin_wait_1_outside_right_insecure_ipv4 cleanup |
7205 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_head() { |
8433 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_head() { |
7206 |
atf_set timeout 10 |
8434 |
atf_set timeout 10 |
Lines 7208-7219
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_head() {
Link Here
|
7208 |
} |
8436 |
} |
7209 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_body() { |
8437 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_body() { |
7210 |
|
8438 |
|
|
|
8439 |
|
7211 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv4.pkt |
8440 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv4.pkt |
7212 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv4.pkt |
8441 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv4.pkt |
7213 |
} |
8442 |
} |
7214 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_cleanup() { |
8443 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv4_cleanup() { |
7215 |
restore_sysctls |
8444 |
restore_sysctls |
7216 |
} |
8445 |
} |
|
|
8446 |
|
7217 |
atf_test_case rcv_rst_fin_wait_1_outside_right_insecure_ipv6 cleanup |
8447 |
atf_test_case rcv_rst_fin_wait_1_outside_right_insecure_ipv6 cleanup |
7218 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_head() { |
8448 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_head() { |
7219 |
atf_set timeout 10 |
8449 |
atf_set timeout 10 |
Lines 7221-7232
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_head() {
Link Here
|
7221 |
} |
8451 |
} |
7222 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_body() { |
8452 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_body() { |
7223 |
|
8453 |
|
|
|
8454 |
|
7224 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv6.pkt |
8455 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv6.pkt |
7225 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv6.pkt |
8456 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-insecure-ipv6.pkt |
7226 |
} |
8457 |
} |
7227 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_cleanup() { |
8458 |
rcv_rst_fin_wait_1_outside_right_insecure_ipv6_cleanup() { |
7228 |
restore_sysctls |
8459 |
restore_sysctls |
7229 |
} |
8460 |
} |
|
|
8461 |
|
7230 |
atf_test_case rcv_rst_fin_wait_1_outside_right_secure_ipv4 cleanup |
8462 |
atf_test_case rcv_rst_fin_wait_1_outside_right_secure_ipv4 cleanup |
7231 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_head() { |
8463 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_head() { |
7232 |
atf_set timeout 10 |
8464 |
atf_set timeout 10 |
Lines 7234-7245
rcv_rst_fin_wait_1_outside_right_secure_ipv4_head() {
Link Here
|
7234 |
} |
8466 |
} |
7235 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_body() { |
8467 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_body() { |
7236 |
|
8468 |
|
|
|
8469 |
|
7237 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv4.pkt |
8470 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv4.pkt |
7238 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv4.pkt |
8471 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv4.pkt |
7239 |
} |
8472 |
} |
7240 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_cleanup() { |
8473 |
rcv_rst_fin_wait_1_outside_right_secure_ipv4_cleanup() { |
7241 |
restore_sysctls |
8474 |
restore_sysctls |
7242 |
} |
8475 |
} |
|
|
8476 |
|
7243 |
atf_test_case rcv_rst_fin_wait_1_outside_right_secure_ipv6 cleanup |
8477 |
atf_test_case rcv_rst_fin_wait_1_outside_right_secure_ipv6 cleanup |
7244 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_head() { |
8478 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_head() { |
7245 |
atf_set timeout 10 |
8479 |
atf_set timeout 10 |
Lines 7247-7258
rcv_rst_fin_wait_1_outside_right_secure_ipv6_head() {
Link Here
|
7247 |
} |
8481 |
} |
7248 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_body() { |
8482 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_body() { |
7249 |
|
8483 |
|
|
|
8484 |
|
7250 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv6.pkt |
8485 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv6.pkt |
7251 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv6.pkt |
8486 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-outside-right-secure-ipv6.pkt |
7252 |
} |
8487 |
} |
7253 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_cleanup() { |
8488 |
rcv_rst_fin_wait_1_outside_right_secure_ipv6_cleanup() { |
7254 |
restore_sysctls |
8489 |
restore_sysctls |
7255 |
} |
8490 |
} |
|
|
8491 |
|
7256 |
atf_test_case rcv_rst_fin_wait_1_right_edge_insecure_ipv4 cleanup |
8492 |
atf_test_case rcv_rst_fin_wait_1_right_edge_insecure_ipv4 cleanup |
7257 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_head() { |
8493 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_head() { |
7258 |
atf_set timeout 10 |
8494 |
atf_set timeout 10 |
Lines 7260-7271
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_head() {
Link Here
|
7260 |
} |
8496 |
} |
7261 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_body() { |
8497 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_body() { |
7262 |
|
8498 |
|
|
|
8499 |
|
7263 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv4.pkt |
8500 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv4.pkt |
7264 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv4.pkt |
8501 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv4.pkt |
7265 |
} |
8502 |
} |
7266 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_cleanup() { |
8503 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv4_cleanup() { |
7267 |
restore_sysctls |
8504 |
restore_sysctls |
7268 |
} |
8505 |
} |
|
|
8506 |
|
7269 |
atf_test_case rcv_rst_fin_wait_1_right_edge_insecure_ipv6 cleanup |
8507 |
atf_test_case rcv_rst_fin_wait_1_right_edge_insecure_ipv6 cleanup |
7270 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_head() { |
8508 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_head() { |
7271 |
atf_set timeout 10 |
8509 |
atf_set timeout 10 |
Lines 7273-7284
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_head() {
Link Here
|
7273 |
} |
8511 |
} |
7274 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_body() { |
8512 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_body() { |
7275 |
|
8513 |
|
|
|
8514 |
|
7276 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv6.pkt |
8515 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv6.pkt |
7277 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv6.pkt |
8516 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-insecure-ipv6.pkt |
7278 |
} |
8517 |
} |
7279 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_cleanup() { |
8518 |
rcv_rst_fin_wait_1_right_edge_insecure_ipv6_cleanup() { |
7280 |
restore_sysctls |
8519 |
restore_sysctls |
7281 |
} |
8520 |
} |
|
|
8521 |
|
7282 |
atf_test_case rcv_rst_fin_wait_1_right_edge_secure_ipv4 cleanup |
8522 |
atf_test_case rcv_rst_fin_wait_1_right_edge_secure_ipv4 cleanup |
7283 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_head() { |
8523 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_head() { |
7284 |
atf_set timeout 10 |
8524 |
atf_set timeout 10 |
Lines 7286-7297
rcv_rst_fin_wait_1_right_edge_secure_ipv4_head() {
Link Here
|
7286 |
} |
8526 |
} |
7287 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_body() { |
8527 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_body() { |
7288 |
|
8528 |
|
|
|
8529 |
|
7289 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv4.pkt |
8530 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv4.pkt |
7290 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv4.pkt |
8531 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv4.pkt |
7291 |
} |
8532 |
} |
7292 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_cleanup() { |
8533 |
rcv_rst_fin_wait_1_right_edge_secure_ipv4_cleanup() { |
7293 |
restore_sysctls |
8534 |
restore_sysctls |
7294 |
} |
8535 |
} |
|
|
8536 |
|
7295 |
atf_test_case rcv_rst_fin_wait_1_right_edge_secure_ipv6 cleanup |
8537 |
atf_test_case rcv_rst_fin_wait_1_right_edge_secure_ipv6 cleanup |
7296 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_head() { |
8538 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_head() { |
7297 |
atf_set timeout 10 |
8539 |
atf_set timeout 10 |
Lines 7299-7310
rcv_rst_fin_wait_1_right_edge_secure_ipv6_head() {
Link Here
|
7299 |
} |
8541 |
} |
7300 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_body() { |
8542 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_body() { |
7301 |
|
8543 |
|
|
|
8544 |
|
7302 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv6.pkt |
8545 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv6.pkt |
7303 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv6.pkt |
8546 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-1/rcv-rst-fin-wait-1-right-edge-secure-ipv6.pkt |
7304 |
} |
8547 |
} |
7305 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_cleanup() { |
8548 |
rcv_rst_fin_wait_1_right_edge_secure_ipv6_cleanup() { |
7306 |
restore_sysctls |
8549 |
restore_sysctls |
7307 |
} |
8550 |
} |
|
|
8551 |
|
7308 |
atf_test_case rcv_rst_fin_wait_2_left_edge_insecure_ipv4 cleanup |
8552 |
atf_test_case rcv_rst_fin_wait_2_left_edge_insecure_ipv4 cleanup |
7309 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_head() { |
8553 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_head() { |
7310 |
atf_set timeout 10 |
8554 |
atf_set timeout 10 |
Lines 7312-7323
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_head() {
Link Here
|
7312 |
} |
8556 |
} |
7313 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_body() { |
8557 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_body() { |
7314 |
|
8558 |
|
|
|
8559 |
|
7315 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv4.pkt |
8560 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv4.pkt |
7316 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv4.pkt |
8561 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv4.pkt |
7317 |
} |
8562 |
} |
7318 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_cleanup() { |
8563 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv4_cleanup() { |
7319 |
restore_sysctls |
8564 |
restore_sysctls |
7320 |
} |
8565 |
} |
|
|
8566 |
|
7321 |
atf_test_case rcv_rst_fin_wait_2_left_edge_insecure_ipv6 cleanup |
8567 |
atf_test_case rcv_rst_fin_wait_2_left_edge_insecure_ipv6 cleanup |
7322 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_head() { |
8568 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_head() { |
7323 |
atf_set timeout 10 |
8569 |
atf_set timeout 10 |
Lines 7325-7336
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_head() {
Link Here
|
7325 |
} |
8571 |
} |
7326 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_body() { |
8572 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_body() { |
7327 |
|
8573 |
|
|
|
8574 |
|
7328 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv6.pkt |
8575 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv6.pkt |
7329 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv6.pkt |
8576 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-insecure-ipv6.pkt |
7330 |
} |
8577 |
} |
7331 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_cleanup() { |
8578 |
rcv_rst_fin_wait_2_left_edge_insecure_ipv6_cleanup() { |
7332 |
restore_sysctls |
8579 |
restore_sysctls |
7333 |
} |
8580 |
} |
|
|
8581 |
|
7334 |
atf_test_case rcv_rst_fin_wait_2_left_edge_secure_ipv4 cleanup |
8582 |
atf_test_case rcv_rst_fin_wait_2_left_edge_secure_ipv4 cleanup |
7335 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_head() { |
8583 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_head() { |
7336 |
atf_set timeout 10 |
8584 |
atf_set timeout 10 |
Lines 7338-7349
rcv_rst_fin_wait_2_left_edge_secure_ipv4_head() {
Link Here
|
7338 |
} |
8586 |
} |
7339 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_body() { |
8587 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_body() { |
7340 |
|
8588 |
|
|
|
8589 |
|
7341 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv4.pkt |
8590 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv4.pkt |
7342 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv4.pkt |
8591 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv4.pkt |
7343 |
} |
8592 |
} |
7344 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_cleanup() { |
8593 |
rcv_rst_fin_wait_2_left_edge_secure_ipv4_cleanup() { |
7345 |
restore_sysctls |
8594 |
restore_sysctls |
7346 |
} |
8595 |
} |
|
|
8596 |
|
7347 |
atf_test_case rcv_rst_fin_wait_2_left_edge_secure_ipv6 cleanup |
8597 |
atf_test_case rcv_rst_fin_wait_2_left_edge_secure_ipv6 cleanup |
7348 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_head() { |
8598 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_head() { |
7349 |
atf_set timeout 10 |
8599 |
atf_set timeout 10 |
Lines 7351-7362
rcv_rst_fin_wait_2_left_edge_secure_ipv6_head() {
Link Here
|
7351 |
} |
8601 |
} |
7352 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_body() { |
8602 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_body() { |
7353 |
|
8603 |
|
|
|
8604 |
|
7354 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv6.pkt |
8605 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv6.pkt |
7355 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv6.pkt |
8606 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-left-edge-secure-ipv6.pkt |
7356 |
} |
8607 |
} |
7357 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_cleanup() { |
8608 |
rcv_rst_fin_wait_2_left_edge_secure_ipv6_cleanup() { |
7358 |
restore_sysctls |
8609 |
restore_sysctls |
7359 |
} |
8610 |
} |
|
|
8611 |
|
7360 |
atf_test_case rcv_rst_fin_wait_2_outside_left_insecure_ipv4 cleanup |
8612 |
atf_test_case rcv_rst_fin_wait_2_outside_left_insecure_ipv4 cleanup |
7361 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_head() { |
8613 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_head() { |
7362 |
atf_set timeout 10 |
8614 |
atf_set timeout 10 |
Lines 7364-7375
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_head() {
Link Here
|
7364 |
} |
8616 |
} |
7365 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_body() { |
8617 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_body() { |
7366 |
|
8618 |
|
|
|
8619 |
|
7367 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv4.pkt |
8620 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv4.pkt |
7368 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv4.pkt |
8621 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv4.pkt |
7369 |
} |
8622 |
} |
7370 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_cleanup() { |
8623 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv4_cleanup() { |
7371 |
restore_sysctls |
8624 |
restore_sysctls |
7372 |
} |
8625 |
} |
|
|
8626 |
|
7373 |
atf_test_case rcv_rst_fin_wait_2_outside_left_insecure_ipv6 cleanup |
8627 |
atf_test_case rcv_rst_fin_wait_2_outside_left_insecure_ipv6 cleanup |
7374 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_head() { |
8628 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_head() { |
7375 |
atf_set timeout 10 |
8629 |
atf_set timeout 10 |
Lines 7377-7388
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_head() {
Link Here
|
7377 |
} |
8631 |
} |
7378 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_body() { |
8632 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_body() { |
7379 |
|
8633 |
|
|
|
8634 |
|
7380 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv6.pkt |
8635 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv6.pkt |
7381 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv6.pkt |
8636 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-insecure-ipv6.pkt |
7382 |
} |
8637 |
} |
7383 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_cleanup() { |
8638 |
rcv_rst_fin_wait_2_outside_left_insecure_ipv6_cleanup() { |
7384 |
restore_sysctls |
8639 |
restore_sysctls |
7385 |
} |
8640 |
} |
|
|
8641 |
|
7386 |
atf_test_case rcv_rst_fin_wait_2_outside_left_secure_ipv4 cleanup |
8642 |
atf_test_case rcv_rst_fin_wait_2_outside_left_secure_ipv4 cleanup |
7387 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_head() { |
8643 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_head() { |
7388 |
atf_set timeout 10 |
8644 |
atf_set timeout 10 |
Lines 7390-7401
rcv_rst_fin_wait_2_outside_left_secure_ipv4_head() {
Link Here
|
7390 |
} |
8646 |
} |
7391 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_body() { |
8647 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_body() { |
7392 |
|
8648 |
|
|
|
8649 |
|
7393 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv4.pkt |
8650 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv4.pkt |
7394 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv4.pkt |
8651 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv4.pkt |
7395 |
} |
8652 |
} |
7396 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_cleanup() { |
8653 |
rcv_rst_fin_wait_2_outside_left_secure_ipv4_cleanup() { |
7397 |
restore_sysctls |
8654 |
restore_sysctls |
7398 |
} |
8655 |
} |
|
|
8656 |
|
7399 |
atf_test_case rcv_rst_fin_wait_2_outside_left_secure_ipv6 cleanup |
8657 |
atf_test_case rcv_rst_fin_wait_2_outside_left_secure_ipv6 cleanup |
7400 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_head() { |
8658 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_head() { |
7401 |
atf_set timeout 10 |
8659 |
atf_set timeout 10 |
Lines 7403-7414
rcv_rst_fin_wait_2_outside_left_secure_ipv6_head() {
Link Here
|
7403 |
} |
8661 |
} |
7404 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_body() { |
8662 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_body() { |
7405 |
|
8663 |
|
|
|
8664 |
|
7406 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv6.pkt |
8665 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv6.pkt |
7407 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv6.pkt |
8666 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-left-secure-ipv6.pkt |
7408 |
} |
8667 |
} |
7409 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_cleanup() { |
8668 |
rcv_rst_fin_wait_2_outside_left_secure_ipv6_cleanup() { |
7410 |
restore_sysctls |
8669 |
restore_sysctls |
7411 |
} |
8670 |
} |
|
|
8671 |
|
7412 |
atf_test_case rcv_rst_fin_wait_2_outside_right_insecure_ipv4 cleanup |
8672 |
atf_test_case rcv_rst_fin_wait_2_outside_right_insecure_ipv4 cleanup |
7413 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_head() { |
8673 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_head() { |
7414 |
atf_set timeout 10 |
8674 |
atf_set timeout 10 |
Lines 7416-7427
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_head() {
Link Here
|
7416 |
} |
8676 |
} |
7417 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_body() { |
8677 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_body() { |
7418 |
|
8678 |
|
|
|
8679 |
|
7419 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv4.pkt |
8680 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv4.pkt |
7420 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv4.pkt |
8681 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv4.pkt |
7421 |
} |
8682 |
} |
7422 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_cleanup() { |
8683 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv4_cleanup() { |
7423 |
restore_sysctls |
8684 |
restore_sysctls |
7424 |
} |
8685 |
} |
|
|
8686 |
|
7425 |
atf_test_case rcv_rst_fin_wait_2_outside_right_insecure_ipv6 cleanup |
8687 |
atf_test_case rcv_rst_fin_wait_2_outside_right_insecure_ipv6 cleanup |
7426 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_head() { |
8688 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_head() { |
7427 |
atf_set timeout 10 |
8689 |
atf_set timeout 10 |
Lines 7429-7440
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_head() {
Link Here
|
7429 |
} |
8691 |
} |
7430 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_body() { |
8692 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_body() { |
7431 |
|
8693 |
|
|
|
8694 |
|
7432 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv6.pkt |
8695 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv6.pkt |
7433 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv6.pkt |
8696 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-insecure-ipv6.pkt |
7434 |
} |
8697 |
} |
7435 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_cleanup() { |
8698 |
rcv_rst_fin_wait_2_outside_right_insecure_ipv6_cleanup() { |
7436 |
restore_sysctls |
8699 |
restore_sysctls |
7437 |
} |
8700 |
} |
|
|
8701 |
|
7438 |
atf_test_case rcv_rst_fin_wait_2_outside_right_secure_ipv4 cleanup |
8702 |
atf_test_case rcv_rst_fin_wait_2_outside_right_secure_ipv4 cleanup |
7439 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_head() { |
8703 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_head() { |
7440 |
atf_set timeout 10 |
8704 |
atf_set timeout 10 |
Lines 7442-7453
rcv_rst_fin_wait_2_outside_right_secure_ipv4_head() {
Link Here
|
7442 |
} |
8706 |
} |
7443 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_body() { |
8707 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_body() { |
7444 |
|
8708 |
|
|
|
8709 |
|
7445 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv4.pkt |
8710 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv4.pkt |
7446 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv4.pkt |
8711 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv4.pkt |
7447 |
} |
8712 |
} |
7448 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_cleanup() { |
8713 |
rcv_rst_fin_wait_2_outside_right_secure_ipv4_cleanup() { |
7449 |
restore_sysctls |
8714 |
restore_sysctls |
7450 |
} |
8715 |
} |
|
|
8716 |
|
7451 |
atf_test_case rcv_rst_fin_wait_2_outside_right_secure_ipv6 cleanup |
8717 |
atf_test_case rcv_rst_fin_wait_2_outside_right_secure_ipv6 cleanup |
7452 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_head() { |
8718 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_head() { |
7453 |
atf_set timeout 10 |
8719 |
atf_set timeout 10 |
Lines 7455-7466
rcv_rst_fin_wait_2_outside_right_secure_ipv6_head() {
Link Here
|
7455 |
} |
8721 |
} |
7456 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_body() { |
8722 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_body() { |
7457 |
|
8723 |
|
|
|
8724 |
|
7458 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv6.pkt |
8725 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv6.pkt |
7459 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv6.pkt |
8726 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-outside-right-secure-ipv6.pkt |
7460 |
} |
8727 |
} |
7461 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_cleanup() { |
8728 |
rcv_rst_fin_wait_2_outside_right_secure_ipv6_cleanup() { |
7462 |
restore_sysctls |
8729 |
restore_sysctls |
7463 |
} |
8730 |
} |
|
|
8731 |
|
7464 |
atf_test_case rcv_rst_fin_wait_2_right_edge_insecure_ipv4 cleanup |
8732 |
atf_test_case rcv_rst_fin_wait_2_right_edge_insecure_ipv4 cleanup |
7465 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_head() { |
8733 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_head() { |
7466 |
atf_set timeout 10 |
8734 |
atf_set timeout 10 |
Lines 7468-7479
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_head() {
Link Here
|
7468 |
} |
8736 |
} |
7469 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_body() { |
8737 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_body() { |
7470 |
|
8738 |
|
|
|
8739 |
|
7471 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv4.pkt |
8740 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv4.pkt |
7472 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv4.pkt |
8741 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv4.pkt |
7473 |
} |
8742 |
} |
7474 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_cleanup() { |
8743 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv4_cleanup() { |
7475 |
restore_sysctls |
8744 |
restore_sysctls |
7476 |
} |
8745 |
} |
|
|
8746 |
|
7477 |
atf_test_case rcv_rst_fin_wait_2_right_edge_insecure_ipv6 cleanup |
8747 |
atf_test_case rcv_rst_fin_wait_2_right_edge_insecure_ipv6 cleanup |
7478 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_head() { |
8748 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_head() { |
7479 |
atf_set timeout 10 |
8749 |
atf_set timeout 10 |
Lines 7481-7492
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_head() {
Link Here
|
7481 |
} |
8751 |
} |
7482 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_body() { |
8752 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_body() { |
7483 |
|
8753 |
|
|
|
8754 |
|
7484 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv6.pkt |
8755 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv6.pkt |
7485 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv6.pkt |
8756 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-insecure-ipv6.pkt |
7486 |
} |
8757 |
} |
7487 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_cleanup() { |
8758 |
rcv_rst_fin_wait_2_right_edge_insecure_ipv6_cleanup() { |
7488 |
restore_sysctls |
8759 |
restore_sysctls |
7489 |
} |
8760 |
} |
|
|
8761 |
|
7490 |
atf_test_case rcv_rst_fin_wait_2_right_edge_secure_ipv4 cleanup |
8762 |
atf_test_case rcv_rst_fin_wait_2_right_edge_secure_ipv4 cleanup |
7491 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_head() { |
8763 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_head() { |
7492 |
atf_set timeout 10 |
8764 |
atf_set timeout 10 |
Lines 7494-7505
rcv_rst_fin_wait_2_right_edge_secure_ipv4_head() {
Link Here
|
7494 |
} |
8766 |
} |
7495 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_body() { |
8767 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_body() { |
7496 |
|
8768 |
|
|
|
8769 |
|
7497 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv4.pkt |
8770 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv4.pkt |
7498 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv4.pkt |
8771 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv4.pkt |
7499 |
} |
8772 |
} |
7500 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_cleanup() { |
8773 |
rcv_rst_fin_wait_2_right_edge_secure_ipv4_cleanup() { |
7501 |
restore_sysctls |
8774 |
restore_sysctls |
7502 |
} |
8775 |
} |
|
|
8776 |
|
7503 |
atf_test_case rcv_rst_fin_wait_2_right_edge_secure_ipv6 cleanup |
8777 |
atf_test_case rcv_rst_fin_wait_2_right_edge_secure_ipv6 cleanup |
7504 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_head() { |
8778 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_head() { |
7505 |
atf_set timeout 10 |
8779 |
atf_set timeout 10 |
Lines 7507-7518
rcv_rst_fin_wait_2_right_edge_secure_ipv6_head() {
Link Here
|
7507 |
} |
8781 |
} |
7508 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_body() { |
8782 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_body() { |
7509 |
|
8783 |
|
|
|
8784 |
|
7510 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv6.pkt |
8785 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv6.pkt |
7511 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv6.pkt |
8786 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-fin-wait-2/rcv-rst-fin-wait-2-right-edge-secure-ipv6.pkt |
7512 |
} |
8787 |
} |
7513 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_cleanup() { |
8788 |
rcv_rst_fin_wait_2_right_edge_secure_ipv6_cleanup() { |
7514 |
restore_sysctls |
8789 |
restore_sysctls |
7515 |
} |
8790 |
} |
|
|
8791 |
|
7516 |
atf_test_case rcv_rst_last_ack_left_edge_insecure_ipv4 cleanup |
8792 |
atf_test_case rcv_rst_last_ack_left_edge_insecure_ipv4 cleanup |
7517 |
rcv_rst_last_ack_left_edge_insecure_ipv4_head() { |
8793 |
rcv_rst_last_ack_left_edge_insecure_ipv4_head() { |
7518 |
atf_set timeout 10 |
8794 |
atf_set timeout 10 |
Lines 7520-7531
rcv_rst_last_ack_left_edge_insecure_ipv4_head() {
Link Here
|
7520 |
} |
8796 |
} |
7521 |
rcv_rst_last_ack_left_edge_insecure_ipv4_body() { |
8797 |
rcv_rst_last_ack_left_edge_insecure_ipv4_body() { |
7522 |
|
8798 |
|
|
|
8799 |
|
7523 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv4.pkt |
8800 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv4.pkt |
7524 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv4.pkt |
8801 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv4.pkt |
7525 |
} |
8802 |
} |
7526 |
rcv_rst_last_ack_left_edge_insecure_ipv4_cleanup() { |
8803 |
rcv_rst_last_ack_left_edge_insecure_ipv4_cleanup() { |
7527 |
restore_sysctls |
8804 |
restore_sysctls |
7528 |
} |
8805 |
} |
|
|
8806 |
|
7529 |
atf_test_case rcv_rst_last_ack_left_edge_insecure_ipv6 cleanup |
8807 |
atf_test_case rcv_rst_last_ack_left_edge_insecure_ipv6 cleanup |
7530 |
rcv_rst_last_ack_left_edge_insecure_ipv6_head() { |
8808 |
rcv_rst_last_ack_left_edge_insecure_ipv6_head() { |
7531 |
atf_set timeout 10 |
8809 |
atf_set timeout 10 |
Lines 7533-7544
rcv_rst_last_ack_left_edge_insecure_ipv6_head() {
Link Here
|
7533 |
} |
8811 |
} |
7534 |
rcv_rst_last_ack_left_edge_insecure_ipv6_body() { |
8812 |
rcv_rst_last_ack_left_edge_insecure_ipv6_body() { |
7535 |
|
8813 |
|
|
|
8814 |
|
7536 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv6.pkt |
8815 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv6.pkt |
7537 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv6.pkt |
8816 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-insecure-ipv6.pkt |
7538 |
} |
8817 |
} |
7539 |
rcv_rst_last_ack_left_edge_insecure_ipv6_cleanup() { |
8818 |
rcv_rst_last_ack_left_edge_insecure_ipv6_cleanup() { |
7540 |
restore_sysctls |
8819 |
restore_sysctls |
7541 |
} |
8820 |
} |
|
|
8821 |
|
7542 |
atf_test_case rcv_rst_last_ack_left_edge_secure_ipv4 cleanup |
8822 |
atf_test_case rcv_rst_last_ack_left_edge_secure_ipv4 cleanup |
7543 |
rcv_rst_last_ack_left_edge_secure_ipv4_head() { |
8823 |
rcv_rst_last_ack_left_edge_secure_ipv4_head() { |
7544 |
atf_set timeout 10 |
8824 |
atf_set timeout 10 |
Lines 7546-7557
rcv_rst_last_ack_left_edge_secure_ipv4_head() {
Link Here
|
7546 |
} |
8826 |
} |
7547 |
rcv_rst_last_ack_left_edge_secure_ipv4_body() { |
8827 |
rcv_rst_last_ack_left_edge_secure_ipv4_body() { |
7548 |
|
8828 |
|
|
|
8829 |
|
7549 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv4.pkt |
8830 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv4.pkt |
7550 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv4.pkt |
8831 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv4.pkt |
7551 |
} |
8832 |
} |
7552 |
rcv_rst_last_ack_left_edge_secure_ipv4_cleanup() { |
8833 |
rcv_rst_last_ack_left_edge_secure_ipv4_cleanup() { |
7553 |
restore_sysctls |
8834 |
restore_sysctls |
7554 |
} |
8835 |
} |
|
|
8836 |
|
7555 |
atf_test_case rcv_rst_last_ack_left_edge_secure_ipv6 cleanup |
8837 |
atf_test_case rcv_rst_last_ack_left_edge_secure_ipv6 cleanup |
7556 |
rcv_rst_last_ack_left_edge_secure_ipv6_head() { |
8838 |
rcv_rst_last_ack_left_edge_secure_ipv6_head() { |
7557 |
atf_set timeout 10 |
8839 |
atf_set timeout 10 |
Lines 7559-7570
rcv_rst_last_ack_left_edge_secure_ipv6_head() {
Link Here
|
7559 |
} |
8841 |
} |
7560 |
rcv_rst_last_ack_left_edge_secure_ipv6_body() { |
8842 |
rcv_rst_last_ack_left_edge_secure_ipv6_body() { |
7561 |
|
8843 |
|
|
|
8844 |
|
7562 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv6.pkt |
8845 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv6.pkt |
7563 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv6.pkt |
8846 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-left-edge-secure-ipv6.pkt |
7564 |
} |
8847 |
} |
7565 |
rcv_rst_last_ack_left_edge_secure_ipv6_cleanup() { |
8848 |
rcv_rst_last_ack_left_edge_secure_ipv6_cleanup() { |
7566 |
restore_sysctls |
8849 |
restore_sysctls |
7567 |
} |
8850 |
} |
|
|
8851 |
|
7568 |
atf_test_case rcv_rst_last_ack_outside_left_insecure_ipv4 cleanup |
8852 |
atf_test_case rcv_rst_last_ack_outside_left_insecure_ipv4 cleanup |
7569 |
rcv_rst_last_ack_outside_left_insecure_ipv4_head() { |
8853 |
rcv_rst_last_ack_outside_left_insecure_ipv4_head() { |
7570 |
atf_set timeout 10 |
8854 |
atf_set timeout 10 |
Lines 7572-7583
rcv_rst_last_ack_outside_left_insecure_ipv4_head() {
Link Here
|
7572 |
} |
8856 |
} |
7573 |
rcv_rst_last_ack_outside_left_insecure_ipv4_body() { |
8857 |
rcv_rst_last_ack_outside_left_insecure_ipv4_body() { |
7574 |
|
8858 |
|
|
|
8859 |
|
7575 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv4.pkt |
8860 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv4.pkt |
7576 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv4.pkt |
8861 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv4.pkt |
7577 |
} |
8862 |
} |
7578 |
rcv_rst_last_ack_outside_left_insecure_ipv4_cleanup() { |
8863 |
rcv_rst_last_ack_outside_left_insecure_ipv4_cleanup() { |
7579 |
restore_sysctls |
8864 |
restore_sysctls |
7580 |
} |
8865 |
} |
|
|
8866 |
|
7581 |
atf_test_case rcv_rst_last_ack_outside_left_insecure_ipv6 cleanup |
8867 |
atf_test_case rcv_rst_last_ack_outside_left_insecure_ipv6 cleanup |
7582 |
rcv_rst_last_ack_outside_left_insecure_ipv6_head() { |
8868 |
rcv_rst_last_ack_outside_left_insecure_ipv6_head() { |
7583 |
atf_set timeout 10 |
8869 |
atf_set timeout 10 |
Lines 7585-7596
rcv_rst_last_ack_outside_left_insecure_ipv6_head() {
Link Here
|
7585 |
} |
8871 |
} |
7586 |
rcv_rst_last_ack_outside_left_insecure_ipv6_body() { |
8872 |
rcv_rst_last_ack_outside_left_insecure_ipv6_body() { |
7587 |
|
8873 |
|
|
|
8874 |
|
7588 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv6.pkt |
8875 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv6.pkt |
7589 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv6.pkt |
8876 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-insecure-ipv6.pkt |
7590 |
} |
8877 |
} |
7591 |
rcv_rst_last_ack_outside_left_insecure_ipv6_cleanup() { |
8878 |
rcv_rst_last_ack_outside_left_insecure_ipv6_cleanup() { |
7592 |
restore_sysctls |
8879 |
restore_sysctls |
7593 |
} |
8880 |
} |
|
|
8881 |
|
7594 |
atf_test_case rcv_rst_last_ack_outside_left_secure_ipv4 cleanup |
8882 |
atf_test_case rcv_rst_last_ack_outside_left_secure_ipv4 cleanup |
7595 |
rcv_rst_last_ack_outside_left_secure_ipv4_head() { |
8883 |
rcv_rst_last_ack_outside_left_secure_ipv4_head() { |
7596 |
atf_set timeout 10 |
8884 |
atf_set timeout 10 |
Lines 7598-7609
rcv_rst_last_ack_outside_left_secure_ipv4_head() {
Link Here
|
7598 |
} |
8886 |
} |
7599 |
rcv_rst_last_ack_outside_left_secure_ipv4_body() { |
8887 |
rcv_rst_last_ack_outside_left_secure_ipv4_body() { |
7600 |
|
8888 |
|
|
|
8889 |
|
7601 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv4.pkt |
8890 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv4.pkt |
7602 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv4.pkt |
8891 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv4.pkt |
7603 |
} |
8892 |
} |
7604 |
rcv_rst_last_ack_outside_left_secure_ipv4_cleanup() { |
8893 |
rcv_rst_last_ack_outside_left_secure_ipv4_cleanup() { |
7605 |
restore_sysctls |
8894 |
restore_sysctls |
7606 |
} |
8895 |
} |
|
|
8896 |
|
7607 |
atf_test_case rcv_rst_last_ack_outside_left_secure_ipv6 cleanup |
8897 |
atf_test_case rcv_rst_last_ack_outside_left_secure_ipv6 cleanup |
7608 |
rcv_rst_last_ack_outside_left_secure_ipv6_head() { |
8898 |
rcv_rst_last_ack_outside_left_secure_ipv6_head() { |
7609 |
atf_set timeout 10 |
8899 |
atf_set timeout 10 |
Lines 7611-7622
rcv_rst_last_ack_outside_left_secure_ipv6_head() {
Link Here
|
7611 |
} |
8901 |
} |
7612 |
rcv_rst_last_ack_outside_left_secure_ipv6_body() { |
8902 |
rcv_rst_last_ack_outside_left_secure_ipv6_body() { |
7613 |
|
8903 |
|
|
|
8904 |
|
7614 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv6.pkt |
8905 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv6.pkt |
7615 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv6.pkt |
8906 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-left-secure-ipv6.pkt |
7616 |
} |
8907 |
} |
7617 |
rcv_rst_last_ack_outside_left_secure_ipv6_cleanup() { |
8908 |
rcv_rst_last_ack_outside_left_secure_ipv6_cleanup() { |
7618 |
restore_sysctls |
8909 |
restore_sysctls |
7619 |
} |
8910 |
} |
|
|
8911 |
|
7620 |
atf_test_case rcv_rst_last_ack_outside_right_insecure_ipv4 cleanup |
8912 |
atf_test_case rcv_rst_last_ack_outside_right_insecure_ipv4 cleanup |
7621 |
rcv_rst_last_ack_outside_right_insecure_ipv4_head() { |
8913 |
rcv_rst_last_ack_outside_right_insecure_ipv4_head() { |
7622 |
atf_set timeout 10 |
8914 |
atf_set timeout 10 |
Lines 7624-7635
rcv_rst_last_ack_outside_right_insecure_ipv4_head() {
Link Here
|
7624 |
} |
8916 |
} |
7625 |
rcv_rst_last_ack_outside_right_insecure_ipv4_body() { |
8917 |
rcv_rst_last_ack_outside_right_insecure_ipv4_body() { |
7626 |
|
8918 |
|
|
|
8919 |
|
7627 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv4.pkt |
8920 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv4.pkt |
7628 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv4.pkt |
8921 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv4.pkt |
7629 |
} |
8922 |
} |
7630 |
rcv_rst_last_ack_outside_right_insecure_ipv4_cleanup() { |
8923 |
rcv_rst_last_ack_outside_right_insecure_ipv4_cleanup() { |
7631 |
restore_sysctls |
8924 |
restore_sysctls |
7632 |
} |
8925 |
} |
|
|
8926 |
|
7633 |
atf_test_case rcv_rst_last_ack_outside_right_insecure_ipv6 cleanup |
8927 |
atf_test_case rcv_rst_last_ack_outside_right_insecure_ipv6 cleanup |
7634 |
rcv_rst_last_ack_outside_right_insecure_ipv6_head() { |
8928 |
rcv_rst_last_ack_outside_right_insecure_ipv6_head() { |
7635 |
atf_set timeout 10 |
8929 |
atf_set timeout 10 |
Lines 7637-7648
rcv_rst_last_ack_outside_right_insecure_ipv6_head() {
Link Here
|
7637 |
} |
8931 |
} |
7638 |
rcv_rst_last_ack_outside_right_insecure_ipv6_body() { |
8932 |
rcv_rst_last_ack_outside_right_insecure_ipv6_body() { |
7639 |
|
8933 |
|
|
|
8934 |
|
7640 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv6.pkt |
8935 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv6.pkt |
7641 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv6.pkt |
8936 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-insecure-ipv6.pkt |
7642 |
} |
8937 |
} |
7643 |
rcv_rst_last_ack_outside_right_insecure_ipv6_cleanup() { |
8938 |
rcv_rst_last_ack_outside_right_insecure_ipv6_cleanup() { |
7644 |
restore_sysctls |
8939 |
restore_sysctls |
7645 |
} |
8940 |
} |
|
|
8941 |
|
7646 |
atf_test_case rcv_rst_last_ack_outside_right_secure_ipv4 cleanup |
8942 |
atf_test_case rcv_rst_last_ack_outside_right_secure_ipv4 cleanup |
7647 |
rcv_rst_last_ack_outside_right_secure_ipv4_head() { |
8943 |
rcv_rst_last_ack_outside_right_secure_ipv4_head() { |
7648 |
atf_set timeout 10 |
8944 |
atf_set timeout 10 |
Lines 7650-7661
rcv_rst_last_ack_outside_right_secure_ipv4_head() {
Link Here
|
7650 |
} |
8946 |
} |
7651 |
rcv_rst_last_ack_outside_right_secure_ipv4_body() { |
8947 |
rcv_rst_last_ack_outside_right_secure_ipv4_body() { |
7652 |
|
8948 |
|
|
|
8949 |
|
7653 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv4.pkt |
8950 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv4.pkt |
7654 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv4.pkt |
8951 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv4.pkt |
7655 |
} |
8952 |
} |
7656 |
rcv_rst_last_ack_outside_right_secure_ipv4_cleanup() { |
8953 |
rcv_rst_last_ack_outside_right_secure_ipv4_cleanup() { |
7657 |
restore_sysctls |
8954 |
restore_sysctls |
7658 |
} |
8955 |
} |
|
|
8956 |
|
7659 |
atf_test_case rcv_rst_last_ack_outside_right_secure_ipv6 cleanup |
8957 |
atf_test_case rcv_rst_last_ack_outside_right_secure_ipv6 cleanup |
7660 |
rcv_rst_last_ack_outside_right_secure_ipv6_head() { |
8958 |
rcv_rst_last_ack_outside_right_secure_ipv6_head() { |
7661 |
atf_set timeout 10 |
8959 |
atf_set timeout 10 |
Lines 7663-7674
rcv_rst_last_ack_outside_right_secure_ipv6_head() {
Link Here
|
7663 |
} |
8961 |
} |
7664 |
rcv_rst_last_ack_outside_right_secure_ipv6_body() { |
8962 |
rcv_rst_last_ack_outside_right_secure_ipv6_body() { |
7665 |
|
8963 |
|
|
|
8964 |
|
7666 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv6.pkt |
8965 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv6.pkt |
7667 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv6.pkt |
8966 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-outside-right-secure-ipv6.pkt |
7668 |
} |
8967 |
} |
7669 |
rcv_rst_last_ack_outside_right_secure_ipv6_cleanup() { |
8968 |
rcv_rst_last_ack_outside_right_secure_ipv6_cleanup() { |
7670 |
restore_sysctls |
8969 |
restore_sysctls |
7671 |
} |
8970 |
} |
|
|
8971 |
|
7672 |
atf_test_case rcv_rst_last_ack_right_edge_insecure_ipv4 cleanup |
8972 |
atf_test_case rcv_rst_last_ack_right_edge_insecure_ipv4 cleanup |
7673 |
rcv_rst_last_ack_right_edge_insecure_ipv4_head() { |
8973 |
rcv_rst_last_ack_right_edge_insecure_ipv4_head() { |
7674 |
atf_set timeout 10 |
8974 |
atf_set timeout 10 |
Lines 7676-7687
rcv_rst_last_ack_right_edge_insecure_ipv4_head() {
Link Here
|
7676 |
} |
8976 |
} |
7677 |
rcv_rst_last_ack_right_edge_insecure_ipv4_body() { |
8977 |
rcv_rst_last_ack_right_edge_insecure_ipv4_body() { |
7678 |
|
8978 |
|
|
|
8979 |
|
7679 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv4.pkt |
8980 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv4.pkt |
7680 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv4.pkt |
8981 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv4.pkt |
7681 |
} |
8982 |
} |
7682 |
rcv_rst_last_ack_right_edge_insecure_ipv4_cleanup() { |
8983 |
rcv_rst_last_ack_right_edge_insecure_ipv4_cleanup() { |
7683 |
restore_sysctls |
8984 |
restore_sysctls |
7684 |
} |
8985 |
} |
|
|
8986 |
|
7685 |
atf_test_case rcv_rst_last_ack_right_edge_insecure_ipv6 cleanup |
8987 |
atf_test_case rcv_rst_last_ack_right_edge_insecure_ipv6 cleanup |
7686 |
rcv_rst_last_ack_right_edge_insecure_ipv6_head() { |
8988 |
rcv_rst_last_ack_right_edge_insecure_ipv6_head() { |
7687 |
atf_set timeout 10 |
8989 |
atf_set timeout 10 |
Lines 7689-7700
rcv_rst_last_ack_right_edge_insecure_ipv6_head() {
Link Here
|
7689 |
} |
8991 |
} |
7690 |
rcv_rst_last_ack_right_edge_insecure_ipv6_body() { |
8992 |
rcv_rst_last_ack_right_edge_insecure_ipv6_body() { |
7691 |
|
8993 |
|
|
|
8994 |
|
7692 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv6.pkt |
8995 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv6.pkt |
7693 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv6.pkt |
8996 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-insecure-ipv6.pkt |
7694 |
} |
8997 |
} |
7695 |
rcv_rst_last_ack_right_edge_insecure_ipv6_cleanup() { |
8998 |
rcv_rst_last_ack_right_edge_insecure_ipv6_cleanup() { |
7696 |
restore_sysctls |
8999 |
restore_sysctls |
7697 |
} |
9000 |
} |
|
|
9001 |
|
7698 |
atf_test_case rcv_rst_last_ack_right_edge_secure_ipv4 cleanup |
9002 |
atf_test_case rcv_rst_last_ack_right_edge_secure_ipv4 cleanup |
7699 |
rcv_rst_last_ack_right_edge_secure_ipv4_head() { |
9003 |
rcv_rst_last_ack_right_edge_secure_ipv4_head() { |
7700 |
atf_set timeout 10 |
9004 |
atf_set timeout 10 |
Lines 7702-7713
rcv_rst_last_ack_right_edge_secure_ipv4_head() {
Link Here
|
7702 |
} |
9006 |
} |
7703 |
rcv_rst_last_ack_right_edge_secure_ipv4_body() { |
9007 |
rcv_rst_last_ack_right_edge_secure_ipv4_body() { |
7704 |
|
9008 |
|
|
|
9009 |
|
7705 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv4.pkt |
9010 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv4.pkt |
7706 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv4.pkt |
9011 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv4.pkt |
7707 |
} |
9012 |
} |
7708 |
rcv_rst_last_ack_right_edge_secure_ipv4_cleanup() { |
9013 |
rcv_rst_last_ack_right_edge_secure_ipv4_cleanup() { |
7709 |
restore_sysctls |
9014 |
restore_sysctls |
7710 |
} |
9015 |
} |
|
|
9016 |
|
7711 |
atf_test_case rcv_rst_last_ack_right_edge_secure_ipv6 cleanup |
9017 |
atf_test_case rcv_rst_last_ack_right_edge_secure_ipv6 cleanup |
7712 |
rcv_rst_last_ack_right_edge_secure_ipv6_head() { |
9018 |
rcv_rst_last_ack_right_edge_secure_ipv6_head() { |
7713 |
atf_set timeout 10 |
9019 |
atf_set timeout 10 |
Lines 7715-7726
rcv_rst_last_ack_right_edge_secure_ipv6_head() {
Link Here
|
7715 |
} |
9021 |
} |
7716 |
rcv_rst_last_ack_right_edge_secure_ipv6_body() { |
9022 |
rcv_rst_last_ack_right_edge_secure_ipv6_body() { |
7717 |
|
9023 |
|
|
|
9024 |
|
7718 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv6.pkt |
9025 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv6.pkt |
7719 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv6.pkt |
9026 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-last-ack/rcv-rst-last-ack-right-edge-secure-ipv6.pkt |
7720 |
} |
9027 |
} |
7721 |
rcv_rst_last_ack_right_edge_secure_ipv6_cleanup() { |
9028 |
rcv_rst_last_ack_right_edge_secure_ipv6_cleanup() { |
7722 |
restore_sysctls |
9029 |
restore_sysctls |
7723 |
} |
9030 |
} |
|
|
9031 |
|
7724 |
atf_test_case rcv_rst_with_data_listen_ipv4 cleanup |
9032 |
atf_test_case rcv_rst_with_data_listen_ipv4 cleanup |
7725 |
rcv_rst_with_data_listen_ipv4_head() { |
9033 |
rcv_rst_with_data_listen_ipv4_head() { |
7726 |
atf_set timeout 10 |
9034 |
atf_set timeout 10 |
Lines 7728-7739
rcv_rst_with_data_listen_ipv4_head() {
Link Here
|
7728 |
} |
9036 |
} |
7729 |
rcv_rst_with_data_listen_ipv4_body() { |
9037 |
rcv_rst_with_data_listen_ipv4_body() { |
7730 |
|
9038 |
|
|
|
9039 |
|
7731 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv4.pkt |
9040 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv4.pkt |
7732 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv4.pkt |
9041 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv4.pkt |
7733 |
} |
9042 |
} |
7734 |
rcv_rst_with_data_listen_ipv4_cleanup() { |
9043 |
rcv_rst_with_data_listen_ipv4_cleanup() { |
7735 |
restore_sysctls |
9044 |
restore_sysctls |
7736 |
} |
9045 |
} |
|
|
9046 |
|
7737 |
atf_test_case rcv_rst_with_data_listen_ipv6 cleanup |
9047 |
atf_test_case rcv_rst_with_data_listen_ipv6 cleanup |
7738 |
rcv_rst_with_data_listen_ipv6_head() { |
9048 |
rcv_rst_with_data_listen_ipv6_head() { |
7739 |
atf_set timeout 10 |
9049 |
atf_set timeout 10 |
Lines 7741-7752
rcv_rst_with_data_listen_ipv6_head() {
Link Here
|
7741 |
} |
9051 |
} |
7742 |
rcv_rst_with_data_listen_ipv6_body() { |
9052 |
rcv_rst_with_data_listen_ipv6_body() { |
7743 |
|
9053 |
|
|
|
9054 |
|
7744 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv6.pkt |
9055 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv6.pkt |
7745 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv6.pkt |
9056 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-with-data-listen-ipv6.pkt |
7746 |
} |
9057 |
} |
7747 |
rcv_rst_with_data_listen_ipv6_cleanup() { |
9058 |
rcv_rst_with_data_listen_ipv6_cleanup() { |
7748 |
restore_sysctls |
9059 |
restore_sysctls |
7749 |
} |
9060 |
} |
|
|
9061 |
|
7750 |
atf_test_case rcv_rst_without_data_listen_ipv4 cleanup |
9062 |
atf_test_case rcv_rst_without_data_listen_ipv4 cleanup |
7751 |
rcv_rst_without_data_listen_ipv4_head() { |
9063 |
rcv_rst_without_data_listen_ipv4_head() { |
7752 |
atf_set timeout 10 |
9064 |
atf_set timeout 10 |
Lines 7754-7765
rcv_rst_without_data_listen_ipv4_head() {
Link Here
|
7754 |
} |
9066 |
} |
7755 |
rcv_rst_without_data_listen_ipv4_body() { |
9067 |
rcv_rst_without_data_listen_ipv4_body() { |
7756 |
|
9068 |
|
|
|
9069 |
|
7757 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv4.pkt |
9070 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv4.pkt |
7758 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv4.pkt |
9071 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv4.pkt |
7759 |
} |
9072 |
} |
7760 |
rcv_rst_without_data_listen_ipv4_cleanup() { |
9073 |
rcv_rst_without_data_listen_ipv4_cleanup() { |
7761 |
restore_sysctls |
9074 |
restore_sysctls |
7762 |
} |
9075 |
} |
|
|
9076 |
|
7763 |
atf_test_case rcv_rst_without_data_listen_ipv6 cleanup |
9077 |
atf_test_case rcv_rst_without_data_listen_ipv6 cleanup |
7764 |
rcv_rst_without_data_listen_ipv6_head() { |
9078 |
rcv_rst_without_data_listen_ipv6_head() { |
7765 |
atf_set timeout 10 |
9079 |
atf_set timeout 10 |
Lines 7767-7778
rcv_rst_without_data_listen_ipv6_head() {
Link Here
|
7767 |
} |
9081 |
} |
7768 |
rcv_rst_without_data_listen_ipv6_body() { |
9082 |
rcv_rst_without_data_listen_ipv6_body() { |
7769 |
|
9083 |
|
|
|
9084 |
|
7770 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv6.pkt |
9085 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv6.pkt |
7771 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv6.pkt |
9086 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-listen/rcv-rst-without-data-listen-ipv6.pkt |
7772 |
} |
9087 |
} |
7773 |
rcv_rst_without_data_listen_ipv6_cleanup() { |
9088 |
rcv_rst_without_data_listen_ipv6_cleanup() { |
7774 |
restore_sysctls |
9089 |
restore_sysctls |
7775 |
} |
9090 |
} |
|
|
9091 |
|
7776 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4 cleanup |
9092 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4 cleanup |
7777 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_head() { |
9093 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_head() { |
7778 |
atf_set timeout 10 |
9094 |
atf_set timeout 10 |
Lines 7780-7791
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_head() {
Link Here
|
7780 |
} |
9096 |
} |
7781 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_body() { |
9097 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_body() { |
7782 |
|
9098 |
|
|
|
9099 |
|
7783 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv4.pkt |
9100 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv4.pkt |
7784 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv4.pkt |
9101 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv4.pkt |
7785 |
} |
9102 |
} |
7786 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_cleanup() { |
9103 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv4_cleanup() { |
7787 |
restore_sysctls |
9104 |
restore_sysctls |
7788 |
} |
9105 |
} |
|
|
9106 |
|
7789 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6 cleanup |
9107 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6 cleanup |
7790 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_head() { |
9108 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_head() { |
7791 |
atf_set timeout 10 |
9109 |
atf_set timeout 10 |
Lines 7793-7804
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_head() {
Link Here
|
7793 |
} |
9111 |
} |
7794 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_body() { |
9112 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_body() { |
7795 |
|
9113 |
|
|
|
9114 |
|
7796 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv6.pkt |
9115 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv6.pkt |
7797 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv6.pkt |
9116 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-insecure-ipv6.pkt |
7798 |
} |
9117 |
} |
7799 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_cleanup() { |
9118 |
rcv_rst_syn_rcvd_via_listen_left_edge_insecure_ipv6_cleanup() { |
7800 |
restore_sysctls |
9119 |
restore_sysctls |
7801 |
} |
9120 |
} |
|
|
9121 |
|
7802 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4 cleanup |
9122 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4 cleanup |
7803 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_head() { |
9123 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_head() { |
7804 |
atf_set timeout 10 |
9124 |
atf_set timeout 10 |
Lines 7806-7817
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_head() {
Link Here
|
7806 |
} |
9126 |
} |
7807 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_body() { |
9127 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_body() { |
7808 |
|
9128 |
|
|
|
9129 |
|
7809 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv4.pkt |
9130 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv4.pkt |
7810 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv4.pkt |
9131 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv4.pkt |
7811 |
} |
9132 |
} |
7812 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_cleanup() { |
9133 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv4_cleanup() { |
7813 |
restore_sysctls |
9134 |
restore_sysctls |
7814 |
} |
9135 |
} |
|
|
9136 |
|
7815 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6 cleanup |
9137 |
atf_test_case rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6 cleanup |
7816 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_head() { |
9138 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_head() { |
7817 |
atf_set timeout 10 |
9139 |
atf_set timeout 10 |
Lines 7819-7830
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_head() {
Link Here
|
7819 |
} |
9141 |
} |
7820 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_body() { |
9142 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_body() { |
7821 |
|
9143 |
|
|
|
9144 |
|
7822 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv6.pkt |
9145 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv6.pkt |
7823 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv6.pkt |
9146 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-left-edge-secure-ipv6.pkt |
7824 |
} |
9147 |
} |
7825 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_cleanup() { |
9148 |
rcv_rst_syn_rcvd_via_listen_left_edge_secure_ipv6_cleanup() { |
7826 |
restore_sysctls |
9149 |
restore_sysctls |
7827 |
} |
9150 |
} |
|
|
9151 |
|
7828 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4 cleanup |
9152 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4 cleanup |
7829 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_head() { |
9153 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_head() { |
7830 |
atf_set timeout 10 |
9154 |
atf_set timeout 10 |
Lines 7832-7843
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_head() {
Link Here
|
7832 |
} |
9156 |
} |
7833 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_body() { |
9157 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_body() { |
7834 |
|
9158 |
|
|
|
9159 |
|
7835 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv4.pkt |
9160 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv4.pkt |
7836 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv4.pkt |
9161 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv4.pkt |
7837 |
} |
9162 |
} |
7838 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_cleanup() { |
9163 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv4_cleanup() { |
7839 |
restore_sysctls |
9164 |
restore_sysctls |
7840 |
} |
9165 |
} |
|
|
9166 |
|
7841 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6 cleanup |
9167 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6 cleanup |
7842 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_head() { |
9168 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_head() { |
7843 |
atf_set timeout 10 |
9169 |
atf_set timeout 10 |
Lines 7845-7856
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_head() {
Link Here
|
7845 |
} |
9171 |
} |
7846 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_body() { |
9172 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_body() { |
7847 |
|
9173 |
|
|
|
9174 |
|
7848 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv6.pkt |
9175 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv6.pkt |
7849 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv6.pkt |
9176 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-insecure-ipv6.pkt |
7850 |
} |
9177 |
} |
7851 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_cleanup() { |
9178 |
rcv_rst_syn_rcvd_via_listen_outside_left_insecure_ipv6_cleanup() { |
7852 |
restore_sysctls |
9179 |
restore_sysctls |
7853 |
} |
9180 |
} |
|
|
9181 |
|
7854 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4 cleanup |
9182 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4 cleanup |
7855 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_head() { |
9183 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_head() { |
7856 |
atf_set timeout 10 |
9184 |
atf_set timeout 10 |
Lines 7858-7869
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_head() {
Link Here
|
7858 |
} |
9186 |
} |
7859 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_body() { |
9187 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_body() { |
7860 |
|
9188 |
|
|
|
9189 |
|
7861 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv4.pkt |
9190 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv4.pkt |
7862 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv4.pkt |
9191 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv4.pkt |
7863 |
} |
9192 |
} |
7864 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_cleanup() { |
9193 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv4_cleanup() { |
7865 |
restore_sysctls |
9194 |
restore_sysctls |
7866 |
} |
9195 |
} |
|
|
9196 |
|
7867 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6 cleanup |
9197 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6 cleanup |
7868 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_head() { |
9198 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_head() { |
7869 |
atf_set timeout 10 |
9199 |
atf_set timeout 10 |
Lines 7871-7882
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_head() {
Link Here
|
7871 |
} |
9201 |
} |
7872 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_body() { |
9202 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_body() { |
7873 |
|
9203 |
|
|
|
9204 |
|
7874 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv6.pkt |
9205 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv6.pkt |
7875 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv6.pkt |
9206 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-left-secure-ipv6.pkt |
7876 |
} |
9207 |
} |
7877 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_cleanup() { |
9208 |
rcv_rst_syn_rcvd_via_listen_outside_left_secure_ipv6_cleanup() { |
7878 |
restore_sysctls |
9209 |
restore_sysctls |
7879 |
} |
9210 |
} |
|
|
9211 |
|
7880 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4 cleanup |
9212 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4 cleanup |
7881 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_head() { |
9213 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_head() { |
7882 |
atf_set timeout 10 |
9214 |
atf_set timeout 10 |
Lines 7884-7895
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_head() {
Link Here
|
7884 |
} |
9216 |
} |
7885 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_body() { |
9217 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_body() { |
7886 |
|
9218 |
|
|
|
9219 |
|
7887 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv4.pkt |
9220 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv4.pkt |
7888 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv4.pkt |
9221 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv4.pkt |
7889 |
} |
9222 |
} |
7890 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_cleanup() { |
9223 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv4_cleanup() { |
7891 |
restore_sysctls |
9224 |
restore_sysctls |
7892 |
} |
9225 |
} |
|
|
9226 |
|
7893 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6 cleanup |
9227 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6 cleanup |
7894 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_head() { |
9228 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_head() { |
7895 |
atf_set timeout 10 |
9229 |
atf_set timeout 10 |
Lines 7897-7908
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_head() {
Link Here
|
7897 |
} |
9231 |
} |
7898 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_body() { |
9232 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_body() { |
7899 |
|
9233 |
|
|
|
9234 |
|
7900 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv6.pkt |
9235 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv6.pkt |
7901 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv6.pkt |
9236 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-insecure-ipv6.pkt |
7902 |
} |
9237 |
} |
7903 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_cleanup() { |
9238 |
rcv_rst_syn_rcvd_via_listen_outside_right_insecure_ipv6_cleanup() { |
7904 |
restore_sysctls |
9239 |
restore_sysctls |
7905 |
} |
9240 |
} |
|
|
9241 |
|
7906 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4 cleanup |
9242 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4 cleanup |
7907 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_head() { |
9243 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_head() { |
7908 |
atf_set timeout 10 |
9244 |
atf_set timeout 10 |
Lines 7910-7921
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_head() {
Link Here
|
7910 |
} |
9246 |
} |
7911 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_body() { |
9247 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_body() { |
7912 |
|
9248 |
|
|
|
9249 |
|
7913 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv4.pkt |
9250 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv4.pkt |
7914 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv4.pkt |
9251 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv4.pkt |
7915 |
} |
9252 |
} |
7916 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_cleanup() { |
9253 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv4_cleanup() { |
7917 |
restore_sysctls |
9254 |
restore_sysctls |
7918 |
} |
9255 |
} |
|
|
9256 |
|
7919 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6 cleanup |
9257 |
atf_test_case rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6 cleanup |
7920 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_head() { |
9258 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_head() { |
7921 |
atf_set timeout 10 |
9259 |
atf_set timeout 10 |
Lines 7923-7934
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_head() {
Link Here
|
7923 |
} |
9261 |
} |
7924 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_body() { |
9262 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_body() { |
7925 |
|
9263 |
|
|
|
9264 |
|
7926 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv6.pkt |
9265 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv6.pkt |
7927 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv6.pkt |
9266 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-outside-right-secure-ipv6.pkt |
7928 |
} |
9267 |
} |
7929 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_cleanup() { |
9268 |
rcv_rst_syn_rcvd_via_listen_outside_right_secure_ipv6_cleanup() { |
7930 |
restore_sysctls |
9269 |
restore_sysctls |
7931 |
} |
9270 |
} |
|
|
9271 |
|
7932 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4 cleanup |
9272 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4 cleanup |
7933 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_head() { |
9273 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_head() { |
7934 |
atf_set timeout 10 |
9274 |
atf_set timeout 10 |
Lines 7936-7947
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_head() {
Link Here
|
7936 |
} |
9276 |
} |
7937 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_body() { |
9277 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_body() { |
7938 |
|
9278 |
|
|
|
9279 |
|
7939 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv4.pkt |
9280 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv4.pkt |
7940 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv4.pkt |
9281 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv4.pkt |
7941 |
} |
9282 |
} |
7942 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_cleanup() { |
9283 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv4_cleanup() { |
7943 |
restore_sysctls |
9284 |
restore_sysctls |
7944 |
} |
9285 |
} |
|
|
9286 |
|
7945 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6 cleanup |
9287 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6 cleanup |
7946 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_head() { |
9288 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_head() { |
7947 |
atf_set timeout 10 |
9289 |
atf_set timeout 10 |
Lines 7949-7960
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_head() {
Link Here
|
7949 |
} |
9291 |
} |
7950 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_body() { |
9292 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_body() { |
7951 |
|
9293 |
|
|
|
9294 |
|
7952 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv6.pkt |
9295 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv6.pkt |
7953 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv6.pkt |
9296 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-insecure-ipv6.pkt |
7954 |
} |
9297 |
} |
7955 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_cleanup() { |
9298 |
rcv_rst_syn_rcvd_via_listen_right_edge_insecure_ipv6_cleanup() { |
7956 |
restore_sysctls |
9299 |
restore_sysctls |
7957 |
} |
9300 |
} |
|
|
9301 |
|
7958 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4 cleanup |
9302 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4 cleanup |
7959 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_head() { |
9303 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_head() { |
7960 |
atf_set timeout 10 |
9304 |
atf_set timeout 10 |
Lines 7962-7973
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_head() {
Link Here
|
7962 |
} |
9306 |
} |
7963 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_body() { |
9307 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_body() { |
7964 |
|
9308 |
|
|
|
9309 |
|
7965 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv4.pkt |
9310 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv4.pkt |
7966 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv4.pkt |
9311 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv4.pkt |
7967 |
} |
9312 |
} |
7968 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_cleanup() { |
9313 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv4_cleanup() { |
7969 |
restore_sysctls |
9314 |
restore_sysctls |
7970 |
} |
9315 |
} |
|
|
9316 |
|
7971 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6 cleanup |
9317 |
atf_test_case rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6 cleanup |
7972 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_head() { |
9318 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_head() { |
7973 |
atf_set timeout 10 |
9319 |
atf_set timeout 10 |
Lines 7975-7986
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_head() {
Link Here
|
7975 |
} |
9321 |
} |
7976 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_body() { |
9322 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_body() { |
7977 |
|
9323 |
|
|
|
9324 |
|
7978 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv6.pkt |
9325 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv6.pkt |
7979 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv6.pkt |
9326 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-listen-right-edge-secure-ipv6.pkt |
7980 |
} |
9327 |
} |
7981 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_cleanup() { |
9328 |
rcv_rst_syn_rcvd_via_listen_right_edge_secure_ipv6_cleanup() { |
7982 |
restore_sysctls |
9329 |
restore_sysctls |
7983 |
} |
9330 |
} |
|
|
9331 |
|
7984 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4 cleanup |
9332 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4 cleanup |
7985 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_head() { |
9333 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_head() { |
7986 |
atf_set timeout 10 |
9334 |
atf_set timeout 10 |
Lines 7988-7999
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_head() {
Link Here
|
7988 |
} |
9336 |
} |
7989 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_body() { |
9337 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_body() { |
7990 |
|
9338 |
|
|
|
9339 |
|
7991 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv4.pkt |
9340 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv4.pkt |
7992 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv4.pkt |
9341 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv4.pkt |
7993 |
} |
9342 |
} |
7994 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_cleanup() { |
9343 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv4_cleanup() { |
7995 |
restore_sysctls |
9344 |
restore_sysctls |
7996 |
} |
9345 |
} |
|
|
9346 |
|
7997 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6 cleanup |
9347 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6 cleanup |
7998 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_head() { |
9348 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_head() { |
7999 |
atf_set timeout 10 |
9349 |
atf_set timeout 10 |
Lines 8001-8012
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_head() {
Link Here
|
8001 |
} |
9351 |
} |
8002 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_body() { |
9352 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_body() { |
8003 |
|
9353 |
|
|
|
9354 |
|
8004 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv6.pkt |
9355 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv6.pkt |
8005 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv6.pkt |
9356 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-insecure-ipv6.pkt |
8006 |
} |
9357 |
} |
8007 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_cleanup() { |
9358 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_insecure_ipv6_cleanup() { |
8008 |
restore_sysctls |
9359 |
restore_sysctls |
8009 |
} |
9360 |
} |
|
|
9361 |
|
8010 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4 cleanup |
9362 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4 cleanup |
8011 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_head() { |
9363 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_head() { |
8012 |
atf_set timeout 10 |
9364 |
atf_set timeout 10 |
Lines 8014-8025
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_head() {
Link Here
|
8014 |
} |
9366 |
} |
8015 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_body() { |
9367 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_body() { |
8016 |
|
9368 |
|
|
|
9369 |
|
8017 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv4.pkt |
9370 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv4.pkt |
8018 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv4.pkt |
9371 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv4.pkt |
8019 |
} |
9372 |
} |
8020 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_cleanup() { |
9373 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv4_cleanup() { |
8021 |
restore_sysctls |
9374 |
restore_sysctls |
8022 |
} |
9375 |
} |
|
|
9376 |
|
8023 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6 cleanup |
9377 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6 cleanup |
8024 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_head() { |
9378 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_head() { |
8025 |
atf_set timeout 10 |
9379 |
atf_set timeout 10 |
Lines 8027-8038
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_head() {
Link Here
|
8027 |
} |
9381 |
} |
8028 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_body() { |
9382 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_body() { |
8029 |
|
9383 |
|
|
|
9384 |
|
8030 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv6.pkt |
9385 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv6.pkt |
8031 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv6.pkt |
9386 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-left-edge-secure-ipv6.pkt |
8032 |
} |
9387 |
} |
8033 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_cleanup() { |
9388 |
rcv_rst_syn_rcvd_via_syn_sent_left_edge_secure_ipv6_cleanup() { |
8034 |
restore_sysctls |
9389 |
restore_sysctls |
8035 |
} |
9390 |
} |
|
|
9391 |
|
8036 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4 cleanup |
9392 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4 cleanup |
8037 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_head() { |
9393 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_head() { |
8038 |
atf_set timeout 10 |
9394 |
atf_set timeout 10 |
Lines 8040-8051
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_head() {
Link Here
|
8040 |
} |
9396 |
} |
8041 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_body() { |
9397 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_body() { |
8042 |
|
9398 |
|
|
|
9399 |
|
8043 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv4.pkt |
9400 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv4.pkt |
8044 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv4.pkt |
9401 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv4.pkt |
8045 |
} |
9402 |
} |
8046 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_cleanup() { |
9403 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv4_cleanup() { |
8047 |
restore_sysctls |
9404 |
restore_sysctls |
8048 |
} |
9405 |
} |
|
|
9406 |
|
8049 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6 cleanup |
9407 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6 cleanup |
8050 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_head() { |
9408 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_head() { |
8051 |
atf_set timeout 10 |
9409 |
atf_set timeout 10 |
Lines 8053-8064
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_head() {
Link Here
|
8053 |
} |
9411 |
} |
8054 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_body() { |
9412 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_body() { |
8055 |
|
9413 |
|
|
|
9414 |
|
8056 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv6.pkt |
9415 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv6.pkt |
8057 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv6.pkt |
9416 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-insecure-ipv6.pkt |
8058 |
} |
9417 |
} |
8059 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_cleanup() { |
9418 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_insecure_ipv6_cleanup() { |
8060 |
restore_sysctls |
9419 |
restore_sysctls |
8061 |
} |
9420 |
} |
|
|
9421 |
|
8062 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4 cleanup |
9422 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4 cleanup |
8063 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_head() { |
9423 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_head() { |
8064 |
atf_set timeout 10 |
9424 |
atf_set timeout 10 |
Lines 8066-8077
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_head() {
Link Here
|
8066 |
} |
9426 |
} |
8067 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_body() { |
9427 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_body() { |
8068 |
|
9428 |
|
|
|
9429 |
|
8069 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv4.pkt |
9430 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv4.pkt |
8070 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv4.pkt |
9431 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv4.pkt |
8071 |
} |
9432 |
} |
8072 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_cleanup() { |
9433 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv4_cleanup() { |
8073 |
restore_sysctls |
9434 |
restore_sysctls |
8074 |
} |
9435 |
} |
|
|
9436 |
|
8075 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6 cleanup |
9437 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6 cleanup |
8076 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_head() { |
9438 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_head() { |
8077 |
atf_set timeout 10 |
9439 |
atf_set timeout 10 |
Lines 8079-8090
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_head() {
Link Here
|
8079 |
} |
9441 |
} |
8080 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_body() { |
9442 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_body() { |
8081 |
|
9443 |
|
|
|
9444 |
|
8082 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv6.pkt |
9445 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv6.pkt |
8083 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv6.pkt |
9446 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-left-secure-ipv6.pkt |
8084 |
} |
9447 |
} |
8085 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_cleanup() { |
9448 |
rcv_rst_syn_rcvd_via_syn_sent_outside_left_secure_ipv6_cleanup() { |
8086 |
restore_sysctls |
9449 |
restore_sysctls |
8087 |
} |
9450 |
} |
|
|
9451 |
|
8088 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4 cleanup |
9452 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4 cleanup |
8089 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_head() { |
9453 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_head() { |
8090 |
atf_set timeout 10 |
9454 |
atf_set timeout 10 |
Lines 8092-8103
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_head() {
Link Here
|
8092 |
} |
9456 |
} |
8093 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_body() { |
9457 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_body() { |
8094 |
|
9458 |
|
|
|
9459 |
|
8095 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv4.pkt |
9460 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv4.pkt |
8096 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv4.pkt |
9461 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv4.pkt |
8097 |
} |
9462 |
} |
8098 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_cleanup() { |
9463 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv4_cleanup() { |
8099 |
restore_sysctls |
9464 |
restore_sysctls |
8100 |
} |
9465 |
} |
|
|
9466 |
|
8101 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6 cleanup |
9467 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6 cleanup |
8102 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_head() { |
9468 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_head() { |
8103 |
atf_set timeout 10 |
9469 |
atf_set timeout 10 |
Lines 8105-8116
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_head() {
Link Here
|
8105 |
} |
9471 |
} |
8106 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_body() { |
9472 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_body() { |
8107 |
|
9473 |
|
|
|
9474 |
|
8108 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv6.pkt |
9475 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv6.pkt |
8109 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv6.pkt |
9476 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-insecure-ipv6.pkt |
8110 |
} |
9477 |
} |
8111 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_cleanup() { |
9478 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_insecure_ipv6_cleanup() { |
8112 |
restore_sysctls |
9479 |
restore_sysctls |
8113 |
} |
9480 |
} |
|
|
9481 |
|
8114 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4 cleanup |
9482 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4 cleanup |
8115 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_head() { |
9483 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_head() { |
8116 |
atf_set timeout 10 |
9484 |
atf_set timeout 10 |
Lines 8118-8129
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_head() {
Link Here
|
8118 |
} |
9486 |
} |
8119 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_body() { |
9487 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_body() { |
8120 |
|
9488 |
|
|
|
9489 |
|
8121 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv4.pkt |
9490 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv4.pkt |
8122 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv4.pkt |
9491 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv4.pkt |
8123 |
} |
9492 |
} |
8124 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_cleanup() { |
9493 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv4_cleanup() { |
8125 |
restore_sysctls |
9494 |
restore_sysctls |
8126 |
} |
9495 |
} |
|
|
9496 |
|
8127 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6 cleanup |
9497 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6 cleanup |
8128 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_head() { |
9498 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_head() { |
8129 |
atf_set timeout 10 |
9499 |
atf_set timeout 10 |
Lines 8131-8142
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_head() {
Link Here
|
8131 |
} |
9501 |
} |
8132 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_body() { |
9502 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_body() { |
8133 |
|
9503 |
|
|
|
9504 |
|
8134 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv6.pkt |
9505 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv6.pkt |
8135 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv6.pkt |
9506 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-outside-right-secure-ipv6.pkt |
8136 |
} |
9507 |
} |
8137 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_cleanup() { |
9508 |
rcv_rst_syn_rcvd_via_syn_sent_outside_right_secure_ipv6_cleanup() { |
8138 |
restore_sysctls |
9509 |
restore_sysctls |
8139 |
} |
9510 |
} |
|
|
9511 |
|
8140 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4 cleanup |
9512 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4 cleanup |
8141 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_head() { |
9513 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_head() { |
8142 |
atf_set timeout 10 |
9514 |
atf_set timeout 10 |
Lines 8144-8155
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_head() {
Link Here
|
8144 |
} |
9516 |
} |
8145 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_body() { |
9517 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_body() { |
8146 |
|
9518 |
|
|
|
9519 |
|
8147 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv4.pkt |
9520 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv4.pkt |
8148 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv4.pkt |
9521 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv4.pkt |
8149 |
} |
9522 |
} |
8150 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_cleanup() { |
9523 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv4_cleanup() { |
8151 |
restore_sysctls |
9524 |
restore_sysctls |
8152 |
} |
9525 |
} |
|
|
9526 |
|
8153 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6 cleanup |
9527 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6 cleanup |
8154 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_head() { |
9528 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_head() { |
8155 |
atf_set timeout 10 |
9529 |
atf_set timeout 10 |
Lines 8157-8168
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_head() {
Link Here
|
8157 |
} |
9531 |
} |
8158 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_body() { |
9532 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_body() { |
8159 |
|
9533 |
|
|
|
9534 |
|
8160 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv6.pkt |
9535 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv6.pkt |
8161 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv6.pkt |
9536 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-insecure-ipv6.pkt |
8162 |
} |
9537 |
} |
8163 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_cleanup() { |
9538 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_insecure_ipv6_cleanup() { |
8164 |
restore_sysctls |
9539 |
restore_sysctls |
8165 |
} |
9540 |
} |
|
|
9541 |
|
8166 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4 cleanup |
9542 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4 cleanup |
8167 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_head() { |
9543 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_head() { |
8168 |
atf_set timeout 10 |
9544 |
atf_set timeout 10 |
Lines 8170-8181
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_head() {
Link Here
|
8170 |
} |
9546 |
} |
8171 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_body() { |
9547 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_body() { |
8172 |
|
9548 |
|
|
|
9549 |
|
8173 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv4.pkt |
9550 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv4.pkt |
8174 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv4.pkt |
9551 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv4.pkt |
8175 |
} |
9552 |
} |
8176 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_cleanup() { |
9553 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv4_cleanup() { |
8177 |
restore_sysctls |
9554 |
restore_sysctls |
8178 |
} |
9555 |
} |
|
|
9556 |
|
8179 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6 cleanup |
9557 |
atf_test_case rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6 cleanup |
8180 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_head() { |
9558 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_head() { |
8181 |
atf_set timeout 10 |
9559 |
atf_set timeout 10 |
Lines 8183-8194
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_head() {
Link Here
|
8183 |
} |
9561 |
} |
8184 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_body() { |
9562 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_body() { |
8185 |
|
9563 |
|
|
|
9564 |
|
8186 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv6.pkt |
9565 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv6.pkt |
8187 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv6.pkt |
9566 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-rcvd/rcv-rst-syn-rcvd-via-syn-sent-right-edge-secure-ipv6.pkt |
8188 |
} |
9567 |
} |
8189 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_cleanup() { |
9568 |
rcv_rst_syn_rcvd_via_syn_sent_right_edge_secure_ipv6_cleanup() { |
8190 |
restore_sysctls |
9569 |
restore_sysctls |
8191 |
} |
9570 |
} |
|
|
9571 |
|
8192 |
atf_test_case rcv_rst_with_data_syn_sent_ipv4 cleanup |
9572 |
atf_test_case rcv_rst_with_data_syn_sent_ipv4 cleanup |
8193 |
rcv_rst_with_data_syn_sent_ipv4_head() { |
9573 |
rcv_rst_with_data_syn_sent_ipv4_head() { |
8194 |
atf_set timeout 10 |
9574 |
atf_set timeout 10 |
Lines 8196-8207
rcv_rst_with_data_syn_sent_ipv4_head() {
Link Here
|
8196 |
} |
9576 |
} |
8197 |
rcv_rst_with_data_syn_sent_ipv4_body() { |
9577 |
rcv_rst_with_data_syn_sent_ipv4_body() { |
8198 |
|
9578 |
|
|
|
9579 |
|
8199 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv4.pkt |
9580 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv4.pkt |
8200 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv4.pkt |
9581 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv4.pkt |
8201 |
} |
9582 |
} |
8202 |
rcv_rst_with_data_syn_sent_ipv4_cleanup() { |
9583 |
rcv_rst_with_data_syn_sent_ipv4_cleanup() { |
8203 |
restore_sysctls |
9584 |
restore_sysctls |
8204 |
} |
9585 |
} |
|
|
9586 |
|
8205 |
atf_test_case rcv_rst_with_data_syn_sent_ipv6 cleanup |
9587 |
atf_test_case rcv_rst_with_data_syn_sent_ipv6 cleanup |
8206 |
rcv_rst_with_data_syn_sent_ipv6_head() { |
9588 |
rcv_rst_with_data_syn_sent_ipv6_head() { |
8207 |
atf_set timeout 10 |
9589 |
atf_set timeout 10 |
Lines 8209-8220
rcv_rst_with_data_syn_sent_ipv6_head() {
Link Here
|
8209 |
} |
9591 |
} |
8210 |
rcv_rst_with_data_syn_sent_ipv6_body() { |
9592 |
rcv_rst_with_data_syn_sent_ipv6_body() { |
8211 |
|
9593 |
|
|
|
9594 |
|
8212 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv6.pkt |
9595 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv6.pkt |
8213 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv6.pkt |
9596 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-with-data-syn-sent-ipv6.pkt |
8214 |
} |
9597 |
} |
8215 |
rcv_rst_with_data_syn_sent_ipv6_cleanup() { |
9598 |
rcv_rst_with_data_syn_sent_ipv6_cleanup() { |
8216 |
restore_sysctls |
9599 |
restore_sysctls |
8217 |
} |
9600 |
} |
|
|
9601 |
|
8218 |
atf_test_case rcv_rst_without_data_syn_sent_ipv4 cleanup |
9602 |
atf_test_case rcv_rst_without_data_syn_sent_ipv4 cleanup |
8219 |
rcv_rst_without_data_syn_sent_ipv4_head() { |
9603 |
rcv_rst_without_data_syn_sent_ipv4_head() { |
8220 |
atf_set timeout 10 |
9604 |
atf_set timeout 10 |
Lines 8222-8233
rcv_rst_without_data_syn_sent_ipv4_head() {
Link Here
|
8222 |
} |
9606 |
} |
8223 |
rcv_rst_without_data_syn_sent_ipv4_body() { |
9607 |
rcv_rst_without_data_syn_sent_ipv4_body() { |
8224 |
|
9608 |
|
|
|
9609 |
|
8225 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv4.pkt |
9610 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv4.pkt |
8226 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv4.pkt |
9611 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv4.pkt |
8227 |
} |
9612 |
} |
8228 |
rcv_rst_without_data_syn_sent_ipv4_cleanup() { |
9613 |
rcv_rst_without_data_syn_sent_ipv4_cleanup() { |
8229 |
restore_sysctls |
9614 |
restore_sysctls |
8230 |
} |
9615 |
} |
|
|
9616 |
|
8231 |
atf_test_case rcv_rst_without_data_syn_sent_ipv6 cleanup |
9617 |
atf_test_case rcv_rst_without_data_syn_sent_ipv6 cleanup |
8232 |
rcv_rst_without_data_syn_sent_ipv6_head() { |
9618 |
rcv_rst_without_data_syn_sent_ipv6_head() { |
8233 |
atf_set timeout 10 |
9619 |
atf_set timeout 10 |
Lines 8235-8246
rcv_rst_without_data_syn_sent_ipv6_head() {
Link Here
|
8235 |
} |
9621 |
} |
8236 |
rcv_rst_without_data_syn_sent_ipv6_body() { |
9622 |
rcv_rst_without_data_syn_sent_ipv6_body() { |
8237 |
|
9623 |
|
|
|
9624 |
|
8238 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv6.pkt |
9625 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv6.pkt |
8239 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv6.pkt |
9626 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-syn-sent/rcv-rst-without-data-syn-sent-ipv6.pkt |
8240 |
} |
9627 |
} |
8241 |
rcv_rst_without_data_syn_sent_ipv6_cleanup() { |
9628 |
rcv_rst_without_data_syn_sent_ipv6_cleanup() { |
8242 |
restore_sysctls |
9629 |
restore_sysctls |
8243 |
} |
9630 |
} |
|
|
9631 |
|
8244 |
atf_test_case rcv_rst_time_wait_left_edge_insecure_ipv4 cleanup |
9632 |
atf_test_case rcv_rst_time_wait_left_edge_insecure_ipv4 cleanup |
8245 |
rcv_rst_time_wait_left_edge_insecure_ipv4_head() { |
9633 |
rcv_rst_time_wait_left_edge_insecure_ipv4_head() { |
8246 |
atf_set timeout 10 |
9634 |
atf_set timeout 10 |
Lines 8248-8259
rcv_rst_time_wait_left_edge_insecure_ipv4_head() {
Link Here
|
8248 |
} |
9636 |
} |
8249 |
rcv_rst_time_wait_left_edge_insecure_ipv4_body() { |
9637 |
rcv_rst_time_wait_left_edge_insecure_ipv4_body() { |
8250 |
|
9638 |
|
|
|
9639 |
|
8251 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv4.pkt |
9640 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv4.pkt |
8252 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv4.pkt |
9641 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv4.pkt |
8253 |
} |
9642 |
} |
8254 |
rcv_rst_time_wait_left_edge_insecure_ipv4_cleanup() { |
9643 |
rcv_rst_time_wait_left_edge_insecure_ipv4_cleanup() { |
8255 |
restore_sysctls |
9644 |
restore_sysctls |
8256 |
} |
9645 |
} |
|
|
9646 |
|
8257 |
atf_test_case rcv_rst_time_wait_left_edge_insecure_ipv6 cleanup |
9647 |
atf_test_case rcv_rst_time_wait_left_edge_insecure_ipv6 cleanup |
8258 |
rcv_rst_time_wait_left_edge_insecure_ipv6_head() { |
9648 |
rcv_rst_time_wait_left_edge_insecure_ipv6_head() { |
8259 |
atf_set timeout 10 |
9649 |
atf_set timeout 10 |
Lines 8261-8272
rcv_rst_time_wait_left_edge_insecure_ipv6_head() {
Link Here
|
8261 |
} |
9651 |
} |
8262 |
rcv_rst_time_wait_left_edge_insecure_ipv6_body() { |
9652 |
rcv_rst_time_wait_left_edge_insecure_ipv6_body() { |
8263 |
|
9653 |
|
|
|
9654 |
|
8264 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv6.pkt |
9655 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv6.pkt |
8265 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv6.pkt |
9656 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-insecure-ipv6.pkt |
8266 |
} |
9657 |
} |
8267 |
rcv_rst_time_wait_left_edge_insecure_ipv6_cleanup() { |
9658 |
rcv_rst_time_wait_left_edge_insecure_ipv6_cleanup() { |
8268 |
restore_sysctls |
9659 |
restore_sysctls |
8269 |
} |
9660 |
} |
|
|
9661 |
|
8270 |
atf_test_case rcv_rst_time_wait_left_edge_secure_ipv4 cleanup |
9662 |
atf_test_case rcv_rst_time_wait_left_edge_secure_ipv4 cleanup |
8271 |
rcv_rst_time_wait_left_edge_secure_ipv4_head() { |
9663 |
rcv_rst_time_wait_left_edge_secure_ipv4_head() { |
8272 |
atf_set timeout 10 |
9664 |
atf_set timeout 10 |
Lines 8274-8285
rcv_rst_time_wait_left_edge_secure_ipv4_head() {
Link Here
|
8274 |
} |
9666 |
} |
8275 |
rcv_rst_time_wait_left_edge_secure_ipv4_body() { |
9667 |
rcv_rst_time_wait_left_edge_secure_ipv4_body() { |
8276 |
|
9668 |
|
|
|
9669 |
|
8277 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv4.pkt |
9670 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv4.pkt |
8278 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv4.pkt |
9671 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv4.pkt |
8279 |
} |
9672 |
} |
8280 |
rcv_rst_time_wait_left_edge_secure_ipv4_cleanup() { |
9673 |
rcv_rst_time_wait_left_edge_secure_ipv4_cleanup() { |
8281 |
restore_sysctls |
9674 |
restore_sysctls |
8282 |
} |
9675 |
} |
|
|
9676 |
|
8283 |
atf_test_case rcv_rst_time_wait_left_edge_secure_ipv6 cleanup |
9677 |
atf_test_case rcv_rst_time_wait_left_edge_secure_ipv6 cleanup |
8284 |
rcv_rst_time_wait_left_edge_secure_ipv6_head() { |
9678 |
rcv_rst_time_wait_left_edge_secure_ipv6_head() { |
8285 |
atf_set timeout 10 |
9679 |
atf_set timeout 10 |
Lines 8287-8298
rcv_rst_time_wait_left_edge_secure_ipv6_head() {
Link Here
|
8287 |
} |
9681 |
} |
8288 |
rcv_rst_time_wait_left_edge_secure_ipv6_body() { |
9682 |
rcv_rst_time_wait_left_edge_secure_ipv6_body() { |
8289 |
|
9683 |
|
|
|
9684 |
|
8290 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv6.pkt |
9685 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv6.pkt |
8291 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv6.pkt |
9686 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-left-edge-secure-ipv6.pkt |
8292 |
} |
9687 |
} |
8293 |
rcv_rst_time_wait_left_edge_secure_ipv6_cleanup() { |
9688 |
rcv_rst_time_wait_left_edge_secure_ipv6_cleanup() { |
8294 |
restore_sysctls |
9689 |
restore_sysctls |
8295 |
} |
9690 |
} |
|
|
9691 |
|
8296 |
atf_test_case rcv_rst_time_wait_outside_left_insecure_ipv4 cleanup |
9692 |
atf_test_case rcv_rst_time_wait_outside_left_insecure_ipv4 cleanup |
8297 |
rcv_rst_time_wait_outside_left_insecure_ipv4_head() { |
9693 |
rcv_rst_time_wait_outside_left_insecure_ipv4_head() { |
8298 |
atf_set timeout 10 |
9694 |
atf_set timeout 10 |
Lines 8300-8311
rcv_rst_time_wait_outside_left_insecure_ipv4_head() {
Link Here
|
8300 |
} |
9696 |
} |
8301 |
rcv_rst_time_wait_outside_left_insecure_ipv4_body() { |
9697 |
rcv_rst_time_wait_outside_left_insecure_ipv4_body() { |
8302 |
|
9698 |
|
|
|
9699 |
|
8303 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv4.pkt |
9700 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv4.pkt |
8304 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv4.pkt |
9701 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv4.pkt |
8305 |
} |
9702 |
} |
8306 |
rcv_rst_time_wait_outside_left_insecure_ipv4_cleanup() { |
9703 |
rcv_rst_time_wait_outside_left_insecure_ipv4_cleanup() { |
8307 |
restore_sysctls |
9704 |
restore_sysctls |
8308 |
} |
9705 |
} |
|
|
9706 |
|
8309 |
atf_test_case rcv_rst_time_wait_outside_left_insecure_ipv6 cleanup |
9707 |
atf_test_case rcv_rst_time_wait_outside_left_insecure_ipv6 cleanup |
8310 |
rcv_rst_time_wait_outside_left_insecure_ipv6_head() { |
9708 |
rcv_rst_time_wait_outside_left_insecure_ipv6_head() { |
8311 |
atf_set timeout 10 |
9709 |
atf_set timeout 10 |
Lines 8313-8324
rcv_rst_time_wait_outside_left_insecure_ipv6_head() {
Link Here
|
8313 |
} |
9711 |
} |
8314 |
rcv_rst_time_wait_outside_left_insecure_ipv6_body() { |
9712 |
rcv_rst_time_wait_outside_left_insecure_ipv6_body() { |
8315 |
|
9713 |
|
|
|
9714 |
|
8316 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv6.pkt |
9715 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv6.pkt |
8317 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv6.pkt |
9716 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-insecure-ipv6.pkt |
8318 |
} |
9717 |
} |
8319 |
rcv_rst_time_wait_outside_left_insecure_ipv6_cleanup() { |
9718 |
rcv_rst_time_wait_outside_left_insecure_ipv6_cleanup() { |
8320 |
restore_sysctls |
9719 |
restore_sysctls |
8321 |
} |
9720 |
} |
|
|
9721 |
|
8322 |
atf_test_case rcv_rst_time_wait_outside_left_secure_ipv4 cleanup |
9722 |
atf_test_case rcv_rst_time_wait_outside_left_secure_ipv4 cleanup |
8323 |
rcv_rst_time_wait_outside_left_secure_ipv4_head() { |
9723 |
rcv_rst_time_wait_outside_left_secure_ipv4_head() { |
8324 |
atf_set timeout 10 |
9724 |
atf_set timeout 10 |
Lines 8326-8337
rcv_rst_time_wait_outside_left_secure_ipv4_head() {
Link Here
|
8326 |
} |
9726 |
} |
8327 |
rcv_rst_time_wait_outside_left_secure_ipv4_body() { |
9727 |
rcv_rst_time_wait_outside_left_secure_ipv4_body() { |
8328 |
|
9728 |
|
|
|
9729 |
|
8329 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv4.pkt |
9730 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv4.pkt |
8330 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv4.pkt |
9731 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv4.pkt |
8331 |
} |
9732 |
} |
8332 |
rcv_rst_time_wait_outside_left_secure_ipv4_cleanup() { |
9733 |
rcv_rst_time_wait_outside_left_secure_ipv4_cleanup() { |
8333 |
restore_sysctls |
9734 |
restore_sysctls |
8334 |
} |
9735 |
} |
|
|
9736 |
|
8335 |
atf_test_case rcv_rst_time_wait_outside_left_secure_ipv6 cleanup |
9737 |
atf_test_case rcv_rst_time_wait_outside_left_secure_ipv6 cleanup |
8336 |
rcv_rst_time_wait_outside_left_secure_ipv6_head() { |
9738 |
rcv_rst_time_wait_outside_left_secure_ipv6_head() { |
8337 |
atf_set timeout 10 |
9739 |
atf_set timeout 10 |
Lines 8339-8350
rcv_rst_time_wait_outside_left_secure_ipv6_head() {
Link Here
|
8339 |
} |
9741 |
} |
8340 |
rcv_rst_time_wait_outside_left_secure_ipv6_body() { |
9742 |
rcv_rst_time_wait_outside_left_secure_ipv6_body() { |
8341 |
|
9743 |
|
|
|
9744 |
|
8342 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv6.pkt |
9745 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv6.pkt |
8343 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv6.pkt |
9746 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-left-secure-ipv6.pkt |
8344 |
} |
9747 |
} |
8345 |
rcv_rst_time_wait_outside_left_secure_ipv6_cleanup() { |
9748 |
rcv_rst_time_wait_outside_left_secure_ipv6_cleanup() { |
8346 |
restore_sysctls |
9749 |
restore_sysctls |
8347 |
} |
9750 |
} |
|
|
9751 |
|
8348 |
atf_test_case rcv_rst_time_wait_outside_right_insecure_ipv4 cleanup |
9752 |
atf_test_case rcv_rst_time_wait_outside_right_insecure_ipv4 cleanup |
8349 |
rcv_rst_time_wait_outside_right_insecure_ipv4_head() { |
9753 |
rcv_rst_time_wait_outside_right_insecure_ipv4_head() { |
8350 |
atf_set timeout 10 |
9754 |
atf_set timeout 10 |
Lines 8352-8363
rcv_rst_time_wait_outside_right_insecure_ipv4_head() {
Link Here
|
8352 |
} |
9756 |
} |
8353 |
rcv_rst_time_wait_outside_right_insecure_ipv4_body() { |
9757 |
rcv_rst_time_wait_outside_right_insecure_ipv4_body() { |
8354 |
|
9758 |
|
|
|
9759 |
|
8355 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv4.pkt |
9760 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv4.pkt |
8356 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv4.pkt |
9761 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv4.pkt |
8357 |
} |
9762 |
} |
8358 |
rcv_rst_time_wait_outside_right_insecure_ipv4_cleanup() { |
9763 |
rcv_rst_time_wait_outside_right_insecure_ipv4_cleanup() { |
8359 |
restore_sysctls |
9764 |
restore_sysctls |
8360 |
} |
9765 |
} |
|
|
9766 |
|
8361 |
atf_test_case rcv_rst_time_wait_outside_right_insecure_ipv6 cleanup |
9767 |
atf_test_case rcv_rst_time_wait_outside_right_insecure_ipv6 cleanup |
8362 |
rcv_rst_time_wait_outside_right_insecure_ipv6_head() { |
9768 |
rcv_rst_time_wait_outside_right_insecure_ipv6_head() { |
8363 |
atf_set timeout 10 |
9769 |
atf_set timeout 10 |
Lines 8365-8376
rcv_rst_time_wait_outside_right_insecure_ipv6_head() {
Link Here
|
8365 |
} |
9771 |
} |
8366 |
rcv_rst_time_wait_outside_right_insecure_ipv6_body() { |
9772 |
rcv_rst_time_wait_outside_right_insecure_ipv6_body() { |
8367 |
|
9773 |
|
|
|
9774 |
|
8368 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv6.pkt |
9775 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv6.pkt |
8369 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv6.pkt |
9776 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-insecure-ipv6.pkt |
8370 |
} |
9777 |
} |
8371 |
rcv_rst_time_wait_outside_right_insecure_ipv6_cleanup() { |
9778 |
rcv_rst_time_wait_outside_right_insecure_ipv6_cleanup() { |
8372 |
restore_sysctls |
9779 |
restore_sysctls |
8373 |
} |
9780 |
} |
|
|
9781 |
|
8374 |
atf_test_case rcv_rst_time_wait_outside_right_secure_ipv4 cleanup |
9782 |
atf_test_case rcv_rst_time_wait_outside_right_secure_ipv4 cleanup |
8375 |
rcv_rst_time_wait_outside_right_secure_ipv4_head() { |
9783 |
rcv_rst_time_wait_outside_right_secure_ipv4_head() { |
8376 |
atf_set timeout 10 |
9784 |
atf_set timeout 10 |
Lines 8378-8389
rcv_rst_time_wait_outside_right_secure_ipv4_head() {
Link Here
|
8378 |
} |
9786 |
} |
8379 |
rcv_rst_time_wait_outside_right_secure_ipv4_body() { |
9787 |
rcv_rst_time_wait_outside_right_secure_ipv4_body() { |
8380 |
|
9788 |
|
|
|
9789 |
|
8381 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv4.pkt |
9790 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv4.pkt |
8382 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv4.pkt |
9791 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv4.pkt |
8383 |
} |
9792 |
} |
8384 |
rcv_rst_time_wait_outside_right_secure_ipv4_cleanup() { |
9793 |
rcv_rst_time_wait_outside_right_secure_ipv4_cleanup() { |
8385 |
restore_sysctls |
9794 |
restore_sysctls |
8386 |
} |
9795 |
} |
|
|
9796 |
|
8387 |
atf_test_case rcv_rst_time_wait_outside_right_secure_ipv6 cleanup |
9797 |
atf_test_case rcv_rst_time_wait_outside_right_secure_ipv6 cleanup |
8388 |
rcv_rst_time_wait_outside_right_secure_ipv6_head() { |
9798 |
rcv_rst_time_wait_outside_right_secure_ipv6_head() { |
8389 |
atf_set timeout 10 |
9799 |
atf_set timeout 10 |
Lines 8391-8402
rcv_rst_time_wait_outside_right_secure_ipv6_head() {
Link Here
|
8391 |
} |
9801 |
} |
8392 |
rcv_rst_time_wait_outside_right_secure_ipv6_body() { |
9802 |
rcv_rst_time_wait_outside_right_secure_ipv6_body() { |
8393 |
|
9803 |
|
|
|
9804 |
|
8394 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv6.pkt |
9805 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv6.pkt |
8395 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv6.pkt |
9806 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-outside-right-secure-ipv6.pkt |
8396 |
} |
9807 |
} |
8397 |
rcv_rst_time_wait_outside_right_secure_ipv6_cleanup() { |
9808 |
rcv_rst_time_wait_outside_right_secure_ipv6_cleanup() { |
8398 |
restore_sysctls |
9809 |
restore_sysctls |
8399 |
} |
9810 |
} |
|
|
9811 |
|
8400 |
atf_test_case rcv_rst_time_wait_right_edge_insecure_ipv4 cleanup |
9812 |
atf_test_case rcv_rst_time_wait_right_edge_insecure_ipv4 cleanup |
8401 |
rcv_rst_time_wait_right_edge_insecure_ipv4_head() { |
9813 |
rcv_rst_time_wait_right_edge_insecure_ipv4_head() { |
8402 |
atf_set timeout 10 |
9814 |
atf_set timeout 10 |
Lines 8404-8415
rcv_rst_time_wait_right_edge_insecure_ipv4_head() {
Link Here
|
8404 |
} |
9816 |
} |
8405 |
rcv_rst_time_wait_right_edge_insecure_ipv4_body() { |
9817 |
rcv_rst_time_wait_right_edge_insecure_ipv4_body() { |
8406 |
|
9818 |
|
|
|
9819 |
|
8407 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv4.pkt |
9820 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv4.pkt |
8408 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv4.pkt |
9821 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv4.pkt |
8409 |
} |
9822 |
} |
8410 |
rcv_rst_time_wait_right_edge_insecure_ipv4_cleanup() { |
9823 |
rcv_rst_time_wait_right_edge_insecure_ipv4_cleanup() { |
8411 |
restore_sysctls |
9824 |
restore_sysctls |
8412 |
} |
9825 |
} |
|
|
9826 |
|
8413 |
atf_test_case rcv_rst_time_wait_right_edge_insecure_ipv6 cleanup |
9827 |
atf_test_case rcv_rst_time_wait_right_edge_insecure_ipv6 cleanup |
8414 |
rcv_rst_time_wait_right_edge_insecure_ipv6_head() { |
9828 |
rcv_rst_time_wait_right_edge_insecure_ipv6_head() { |
8415 |
atf_set timeout 10 |
9829 |
atf_set timeout 10 |
Lines 8417-8428
rcv_rst_time_wait_right_edge_insecure_ipv6_head() {
Link Here
|
8417 |
} |
9831 |
} |
8418 |
rcv_rst_time_wait_right_edge_insecure_ipv6_body() { |
9832 |
rcv_rst_time_wait_right_edge_insecure_ipv6_body() { |
8419 |
|
9833 |
|
|
|
9834 |
|
8420 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv6.pkt |
9835 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv6.pkt |
8421 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv6.pkt |
9836 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-insecure-ipv6.pkt |
8422 |
} |
9837 |
} |
8423 |
rcv_rst_time_wait_right_edge_insecure_ipv6_cleanup() { |
9838 |
rcv_rst_time_wait_right_edge_insecure_ipv6_cleanup() { |
8424 |
restore_sysctls |
9839 |
restore_sysctls |
8425 |
} |
9840 |
} |
|
|
9841 |
|
8426 |
atf_test_case rcv_rst_time_wait_right_edge_secure_ipv4 cleanup |
9842 |
atf_test_case rcv_rst_time_wait_right_edge_secure_ipv4 cleanup |
8427 |
rcv_rst_time_wait_right_edge_secure_ipv4_head() { |
9843 |
rcv_rst_time_wait_right_edge_secure_ipv4_head() { |
8428 |
atf_set timeout 10 |
9844 |
atf_set timeout 10 |
Lines 8430-8441
rcv_rst_time_wait_right_edge_secure_ipv4_head() {
Link Here
|
8430 |
} |
9846 |
} |
8431 |
rcv_rst_time_wait_right_edge_secure_ipv4_body() { |
9847 |
rcv_rst_time_wait_right_edge_secure_ipv4_body() { |
8432 |
|
9848 |
|
|
|
9849 |
|
8433 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv4.pkt |
9850 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv4.pkt |
8434 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv4.pkt |
9851 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv4.pkt |
8435 |
} |
9852 |
} |
8436 |
rcv_rst_time_wait_right_edge_secure_ipv4_cleanup() { |
9853 |
rcv_rst_time_wait_right_edge_secure_ipv4_cleanup() { |
8437 |
restore_sysctls |
9854 |
restore_sysctls |
8438 |
} |
9855 |
} |
|
|
9856 |
|
8439 |
atf_test_case rcv_rst_time_wait_right_edge_secure_ipv6 cleanup |
9857 |
atf_test_case rcv_rst_time_wait_right_edge_secure_ipv6 cleanup |
8440 |
rcv_rst_time_wait_right_edge_secure_ipv6_head() { |
9858 |
rcv_rst_time_wait_right_edge_secure_ipv6_head() { |
8441 |
atf_set timeout 10 |
9859 |
atf_set timeout 10 |
Lines 8443-8454
rcv_rst_time_wait_right_edge_secure_ipv6_head() {
Link Here
|
8443 |
} |
9861 |
} |
8444 |
rcv_rst_time_wait_right_edge_secure_ipv6_body() { |
9862 |
rcv_rst_time_wait_right_edge_secure_ipv6_body() { |
8445 |
|
9863 |
|
|
|
9864 |
|
8446 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv6.pkt |
9865 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv6.pkt |
8447 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv6.pkt |
9866 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-rst-time-wait/rcv-rst-time-wait-right-edge-secure-ipv6.pkt |
8448 |
} |
9867 |
} |
8449 |
rcv_rst_time_wait_right_edge_secure_ipv6_cleanup() { |
9868 |
rcv_rst_time_wait_right_edge_secure_ipv6_cleanup() { |
8450 |
restore_sysctls |
9869 |
restore_sysctls |
8451 |
} |
9870 |
} |
|
|
9871 |
|
8452 |
atf_test_case rcv_syn_ack_with_data_closed_ipv4 cleanup |
9872 |
atf_test_case rcv_syn_ack_with_data_closed_ipv4 cleanup |
8453 |
rcv_syn_ack_with_data_closed_ipv4_head() { |
9873 |
rcv_syn_ack_with_data_closed_ipv4_head() { |
8454 |
atf_set timeout 10 |
9874 |
atf_set timeout 10 |
Lines 8456-8467
rcv_syn_ack_with_data_closed_ipv4_head() {
Link Here
|
8456 |
} |
9876 |
} |
8457 |
rcv_syn_ack_with_data_closed_ipv4_body() { |
9877 |
rcv_syn_ack_with_data_closed_ipv4_body() { |
8458 |
|
9878 |
|
|
|
9879 |
|
8459 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv4.pkt |
9880 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv4.pkt |
8460 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv4.pkt |
9881 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv4.pkt |
8461 |
} |
9882 |
} |
8462 |
rcv_syn_ack_with_data_closed_ipv4_cleanup() { |
9883 |
rcv_syn_ack_with_data_closed_ipv4_cleanup() { |
8463 |
restore_sysctls |
9884 |
restore_sysctls |
8464 |
} |
9885 |
} |
|
|
9886 |
|
8465 |
atf_test_case rcv_syn_ack_with_data_closed_ipv6 cleanup |
9887 |
atf_test_case rcv_syn_ack_with_data_closed_ipv6 cleanup |
8466 |
rcv_syn_ack_with_data_closed_ipv6_head() { |
9888 |
rcv_syn_ack_with_data_closed_ipv6_head() { |
8467 |
atf_set timeout 10 |
9889 |
atf_set timeout 10 |
Lines 8469-8480
rcv_syn_ack_with_data_closed_ipv6_head() {
Link Here
|
8469 |
} |
9891 |
} |
8470 |
rcv_syn_ack_with_data_closed_ipv6_body() { |
9892 |
rcv_syn_ack_with_data_closed_ipv6_body() { |
8471 |
|
9893 |
|
|
|
9894 |
|
8472 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv6.pkt |
9895 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv6.pkt |
8473 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv6.pkt |
9896 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-with-data-closed-ipv6.pkt |
8474 |
} |
9897 |
} |
8475 |
rcv_syn_ack_with_data_closed_ipv6_cleanup() { |
9898 |
rcv_syn_ack_with_data_closed_ipv6_cleanup() { |
8476 |
restore_sysctls |
9899 |
restore_sysctls |
8477 |
} |
9900 |
} |
|
|
9901 |
|
8478 |
atf_test_case rcv_syn_ack_without_data_closed_ipv4 cleanup |
9902 |
atf_test_case rcv_syn_ack_without_data_closed_ipv4 cleanup |
8479 |
rcv_syn_ack_without_data_closed_ipv4_head() { |
9903 |
rcv_syn_ack_without_data_closed_ipv4_head() { |
8480 |
atf_set timeout 10 |
9904 |
atf_set timeout 10 |
Lines 8482-8493
rcv_syn_ack_without_data_closed_ipv4_head() {
Link Here
|
8482 |
} |
9906 |
} |
8483 |
rcv_syn_ack_without_data_closed_ipv4_body() { |
9907 |
rcv_syn_ack_without_data_closed_ipv4_body() { |
8484 |
|
9908 |
|
|
|
9909 |
|
8485 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv4.pkt |
9910 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv4.pkt |
8486 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv4.pkt |
9911 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv4.pkt |
8487 |
} |
9912 |
} |
8488 |
rcv_syn_ack_without_data_closed_ipv4_cleanup() { |
9913 |
rcv_syn_ack_without_data_closed_ipv4_cleanup() { |
8489 |
restore_sysctls |
9914 |
restore_sysctls |
8490 |
} |
9915 |
} |
|
|
9916 |
|
8491 |
atf_test_case rcv_syn_ack_without_data_closed_ipv6 cleanup |
9917 |
atf_test_case rcv_syn_ack_without_data_closed_ipv6 cleanup |
8492 |
rcv_syn_ack_without_data_closed_ipv6_head() { |
9918 |
rcv_syn_ack_without_data_closed_ipv6_head() { |
8493 |
atf_set timeout 10 |
9919 |
atf_set timeout 10 |
Lines 8495-8506
rcv_syn_ack_without_data_closed_ipv6_head() {
Link Here
|
8495 |
} |
9921 |
} |
8496 |
rcv_syn_ack_without_data_closed_ipv6_body() { |
9922 |
rcv_syn_ack_without_data_closed_ipv6_body() { |
8497 |
|
9923 |
|
|
|
9924 |
|
8498 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv6.pkt |
9925 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv6.pkt |
8499 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv6.pkt |
9926 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-closed/rcv-syn-ack-without-data-closed-ipv6.pkt |
8500 |
} |
9927 |
} |
8501 |
rcv_syn_ack_without_data_closed_ipv6_cleanup() { |
9928 |
rcv_syn_ack_without_data_closed_ipv6_cleanup() { |
8502 |
restore_sysctls |
9929 |
restore_sysctls |
8503 |
} |
9930 |
} |
|
|
9931 |
|
8504 |
atf_test_case rcv_syn_ack_with_data_listen_ipv4 cleanup |
9932 |
atf_test_case rcv_syn_ack_with_data_listen_ipv4 cleanup |
8505 |
rcv_syn_ack_with_data_listen_ipv4_head() { |
9933 |
rcv_syn_ack_with_data_listen_ipv4_head() { |
8506 |
atf_set timeout 10 |
9934 |
atf_set timeout 10 |
Lines 8508-8519
rcv_syn_ack_with_data_listen_ipv4_head() {
Link Here
|
8508 |
} |
9936 |
} |
8509 |
rcv_syn_ack_with_data_listen_ipv4_body() { |
9937 |
rcv_syn_ack_with_data_listen_ipv4_body() { |
8510 |
|
9938 |
|
|
|
9939 |
|
8511 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv4.pkt |
9940 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv4.pkt |
8512 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv4.pkt |
9941 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv4.pkt |
8513 |
} |
9942 |
} |
8514 |
rcv_syn_ack_with_data_listen_ipv4_cleanup() { |
9943 |
rcv_syn_ack_with_data_listen_ipv4_cleanup() { |
8515 |
restore_sysctls |
9944 |
restore_sysctls |
8516 |
} |
9945 |
} |
|
|
9946 |
|
8517 |
atf_test_case rcv_syn_ack_with_data_listen_ipv6 cleanup |
9947 |
atf_test_case rcv_syn_ack_with_data_listen_ipv6 cleanup |
8518 |
rcv_syn_ack_with_data_listen_ipv6_head() { |
9948 |
rcv_syn_ack_with_data_listen_ipv6_head() { |
8519 |
atf_set timeout 10 |
9949 |
atf_set timeout 10 |
Lines 8521-8532
rcv_syn_ack_with_data_listen_ipv6_head() {
Link Here
|
8521 |
} |
9951 |
} |
8522 |
rcv_syn_ack_with_data_listen_ipv6_body() { |
9952 |
rcv_syn_ack_with_data_listen_ipv6_body() { |
8523 |
|
9953 |
|
|
|
9954 |
|
8524 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv6.pkt |
9955 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv6.pkt |
8525 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv6.pkt |
9956 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-with-data-listen-ipv6.pkt |
8526 |
} |
9957 |
} |
8527 |
rcv_syn_ack_with_data_listen_ipv6_cleanup() { |
9958 |
rcv_syn_ack_with_data_listen_ipv6_cleanup() { |
8528 |
restore_sysctls |
9959 |
restore_sysctls |
8529 |
} |
9960 |
} |
|
|
9961 |
|
8530 |
atf_test_case rcv_syn_ack_without_data_listen_ipv4 cleanup |
9962 |
atf_test_case rcv_syn_ack_without_data_listen_ipv4 cleanup |
8531 |
rcv_syn_ack_without_data_listen_ipv4_head() { |
9963 |
rcv_syn_ack_without_data_listen_ipv4_head() { |
8532 |
atf_set timeout 10 |
9964 |
atf_set timeout 10 |
Lines 8534-8545
rcv_syn_ack_without_data_listen_ipv4_head() {
Link Here
|
8534 |
} |
9966 |
} |
8535 |
rcv_syn_ack_without_data_listen_ipv4_body() { |
9967 |
rcv_syn_ack_without_data_listen_ipv4_body() { |
8536 |
|
9968 |
|
|
|
9969 |
|
8537 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv4.pkt |
9970 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv4.pkt |
8538 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv4.pkt |
9971 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv4.pkt |
8539 |
} |
9972 |
} |
8540 |
rcv_syn_ack_without_data_listen_ipv4_cleanup() { |
9973 |
rcv_syn_ack_without_data_listen_ipv4_cleanup() { |
8541 |
restore_sysctls |
9974 |
restore_sysctls |
8542 |
} |
9975 |
} |
|
|
9976 |
|
8543 |
atf_test_case rcv_syn_ack_without_data_listen_ipv6 cleanup |
9977 |
atf_test_case rcv_syn_ack_without_data_listen_ipv6 cleanup |
8544 |
rcv_syn_ack_without_data_listen_ipv6_head() { |
9978 |
rcv_syn_ack_without_data_listen_ipv6_head() { |
8545 |
atf_set timeout 10 |
9979 |
atf_set timeout 10 |
Lines 8547-8558
rcv_syn_ack_without_data_listen_ipv6_head() {
Link Here
|
8547 |
} |
9981 |
} |
8548 |
rcv_syn_ack_without_data_listen_ipv6_body() { |
9982 |
rcv_syn_ack_without_data_listen_ipv6_body() { |
8549 |
|
9983 |
|
|
|
9984 |
|
8550 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv6.pkt |
9985 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv6.pkt |
8551 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv6.pkt |
9986 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-listen/rcv-syn-ack-without-data-listen-ipv6.pkt |
8552 |
} |
9987 |
} |
8553 |
rcv_syn_ack_without_data_listen_ipv6_cleanup() { |
9988 |
rcv_syn_ack_without_data_listen_ipv6_cleanup() { |
8554 |
restore_sysctls |
9989 |
restore_sysctls |
8555 |
} |
9990 |
} |
|
|
9991 |
|
8556 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
9992 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4 cleanup |
8557 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
9993 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_head() { |
8558 |
atf_set timeout 10 |
9994 |
atf_set timeout 10 |
Lines 8560-8571
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
8560 |
} |
9996 |
} |
8561 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
9997 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_body() { |
8562 |
|
9998 |
|
|
|
9999 |
|
8563 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
10000 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
8564 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
10001 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv4.pkt |
8565 |
} |
10002 |
} |
8566 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
10003 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
8567 |
restore_sysctls |
10004 |
restore_sysctls |
8568 |
} |
10005 |
} |
|
|
10006 |
|
8569 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
10007 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6 cleanup |
8570 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
10008 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_head() { |
8571 |
atf_set timeout 10 |
10009 |
atf_set timeout 10 |
Lines 8573-8584
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
8573 |
} |
10011 |
} |
8574 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
10012 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_body() { |
8575 |
|
10013 |
|
|
|
10014 |
|
8576 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
10015 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
8577 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
10016 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-left-edge-ipv6.pkt |
8578 |
} |
10017 |
} |
8579 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
10018 |
rcv_syn_ack_with_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
8580 |
restore_sysctls |
10019 |
restore_sysctls |
8581 |
} |
10020 |
} |
|
|
10021 |
|
8582 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
10022 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4 cleanup |
8583 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
10023 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_head() { |
8584 |
atf_set timeout 10 |
10024 |
atf_set timeout 10 |
Lines 8586-8597
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
8586 |
} |
10026 |
} |
8587 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
10027 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_body() { |
8588 |
|
10028 |
|
|
|
10029 |
|
8589 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
10030 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
8590 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
10031 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv4.pkt |
8591 |
} |
10032 |
} |
8592 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
10033 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
8593 |
restore_sysctls |
10034 |
restore_sysctls |
8594 |
} |
10035 |
} |
|
|
10036 |
|
8595 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
10037 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6 cleanup |
8596 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
10038 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_head() { |
8597 |
atf_set timeout 10 |
10039 |
atf_set timeout 10 |
Lines 8599-8610
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
8599 |
} |
10041 |
} |
8600 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
10042 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_body() { |
8601 |
|
10043 |
|
|
|
10044 |
|
8602 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
10045 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
8603 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
10046 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-left-ipv6.pkt |
8604 |
} |
10047 |
} |
8605 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
10048 |
rcv_syn_ack_with_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
8606 |
restore_sysctls |
10049 |
restore_sysctls |
8607 |
} |
10050 |
} |
|
|
10051 |
|
8608 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
10052 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4 cleanup |
8609 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
10053 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_head() { |
8610 |
atf_set timeout 10 |
10054 |
atf_set timeout 10 |
Lines 8612-8623
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
8612 |
} |
10056 |
} |
8613 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
10057 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_body() { |
8614 |
|
10058 |
|
|
|
10059 |
|
8615 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
10060 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
8616 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
10061 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv4.pkt |
8617 |
} |
10062 |
} |
8618 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
10063 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
8619 |
restore_sysctls |
10064 |
restore_sysctls |
8620 |
} |
10065 |
} |
|
|
10066 |
|
8621 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
10067 |
atf_test_case rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6 cleanup |
8622 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
10068 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_head() { |
8623 |
atf_set timeout 10 |
10069 |
atf_set timeout 10 |
Lines 8625-8636
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
8625 |
} |
10071 |
} |
8626 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
10072 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_body() { |
8627 |
|
10073 |
|
|
|
10074 |
|
8628 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
10075 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
8629 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
10076 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-with-data-syn-sent-ack-outside-right-ipv6.pkt |
8630 |
} |
10077 |
} |
8631 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
10078 |
rcv_syn_ack_with_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
8632 |
restore_sysctls |
10079 |
restore_sysctls |
8633 |
} |
10080 |
} |
|
|
10081 |
|
8634 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
10082 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4 cleanup |
8635 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
10083 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_head() { |
8636 |
atf_set timeout 10 |
10084 |
atf_set timeout 10 |
Lines 8638-8649
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_head() {
Link Here
|
8638 |
} |
10086 |
} |
8639 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
10087 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_body() { |
8640 |
|
10088 |
|
|
|
10089 |
|
8641 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
10090 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
8642 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
10091 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv4.pkt |
8643 |
} |
10092 |
} |
8644 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
10093 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv4_cleanup() { |
8645 |
restore_sysctls |
10094 |
restore_sysctls |
8646 |
} |
10095 |
} |
|
|
10096 |
|
8647 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
10097 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6 cleanup |
8648 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
10098 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_head() { |
8649 |
atf_set timeout 10 |
10099 |
atf_set timeout 10 |
Lines 8651-8662
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_head() {
Link Here
|
8651 |
} |
10101 |
} |
8652 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
10102 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_body() { |
8653 |
|
10103 |
|
|
|
10104 |
|
8654 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
10105 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
8655 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
10106 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-left-edge-ipv6.pkt |
8656 |
} |
10107 |
} |
8657 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
10108 |
rcv_syn_ack_without_data_syn_sent_ack_left_edge_ipv6_cleanup() { |
8658 |
restore_sysctls |
10109 |
restore_sysctls |
8659 |
} |
10110 |
} |
|
|
10111 |
|
8660 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
10112 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4 cleanup |
8661 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
10113 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_head() { |
8662 |
atf_set timeout 10 |
10114 |
atf_set timeout 10 |
Lines 8664-8675
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_head() {
Link Here
|
8664 |
} |
10116 |
} |
8665 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
10117 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_body() { |
8666 |
|
10118 |
|
|
|
10119 |
|
8667 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
10120 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
8668 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
10121 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv4.pkt |
8669 |
} |
10122 |
} |
8670 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
10123 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv4_cleanup() { |
8671 |
restore_sysctls |
10124 |
restore_sysctls |
8672 |
} |
10125 |
} |
|
|
10126 |
|
8673 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
10127 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6 cleanup |
8674 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
10128 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_head() { |
8675 |
atf_set timeout 10 |
10129 |
atf_set timeout 10 |
Lines 8677-8688
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_head() {
Link Here
|
8677 |
} |
10131 |
} |
8678 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
10132 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_body() { |
8679 |
|
10133 |
|
|
|
10134 |
|
8680 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
10135 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
8681 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
10136 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-left-ipv6.pkt |
8682 |
} |
10137 |
} |
8683 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
10138 |
rcv_syn_ack_without_data_syn_sent_ack_outside_left_ipv6_cleanup() { |
8684 |
restore_sysctls |
10139 |
restore_sysctls |
8685 |
} |
10140 |
} |
|
|
10141 |
|
8686 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
10142 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4 cleanup |
8687 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
10143 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_head() { |
8688 |
atf_set timeout 10 |
10144 |
atf_set timeout 10 |
Lines 8690-8701
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_head() {
Link Here
|
8690 |
} |
10146 |
} |
8691 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
10147 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_body() { |
8692 |
|
10148 |
|
|
|
10149 |
|
8693 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
10150 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
8694 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
10151 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv4.pkt |
8695 |
} |
10152 |
} |
8696 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
10153 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv4_cleanup() { |
8697 |
restore_sysctls |
10154 |
restore_sysctls |
8698 |
} |
10155 |
} |
|
|
10156 |
|
8699 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
10157 |
atf_test_case rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6 cleanup |
8700 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
10158 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_head() { |
8701 |
atf_set timeout 10 |
10159 |
atf_set timeout 10 |
Lines 8703-8714
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_head() {
Link Here
|
8703 |
} |
10161 |
} |
8704 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
10162 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_body() { |
8705 |
|
10163 |
|
|
|
10164 |
|
8706 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
10165 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
8707 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
10166 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-ack-syn-sent/rcv-syn-ack-without-data-syn-sent-ack-outside-right-ipv6.pkt |
8708 |
} |
10167 |
} |
8709 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
10168 |
rcv_syn_ack_without_data_syn_sent_ack_outside_right_ipv6_cleanup() { |
8710 |
restore_sysctls |
10169 |
restore_sysctls |
8711 |
} |
10170 |
} |
|
|
10171 |
|
8712 |
atf_test_case rcv_syn_close_wait_left_edge_insecure_ipv4 cleanup |
10172 |
atf_test_case rcv_syn_close_wait_left_edge_insecure_ipv4 cleanup |
8713 |
rcv_syn_close_wait_left_edge_insecure_ipv4_head() { |
10173 |
rcv_syn_close_wait_left_edge_insecure_ipv4_head() { |
8714 |
atf_set timeout 10 |
10174 |
atf_set timeout 10 |
Lines 8716-8727
rcv_syn_close_wait_left_edge_insecure_ipv4_head() {
Link Here
|
8716 |
} |
10176 |
} |
8717 |
rcv_syn_close_wait_left_edge_insecure_ipv4_body() { |
10177 |
rcv_syn_close_wait_left_edge_insecure_ipv4_body() { |
8718 |
|
10178 |
|
|
|
10179 |
|
8719 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv4.pkt |
10180 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv4.pkt |
8720 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv4.pkt |
10181 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv4.pkt |
8721 |
} |
10182 |
} |
8722 |
rcv_syn_close_wait_left_edge_insecure_ipv4_cleanup() { |
10183 |
rcv_syn_close_wait_left_edge_insecure_ipv4_cleanup() { |
8723 |
restore_sysctls |
10184 |
restore_sysctls |
8724 |
} |
10185 |
} |
|
|
10186 |
|
8725 |
atf_test_case rcv_syn_close_wait_left_edge_insecure_ipv6 cleanup |
10187 |
atf_test_case rcv_syn_close_wait_left_edge_insecure_ipv6 cleanup |
8726 |
rcv_syn_close_wait_left_edge_insecure_ipv6_head() { |
10188 |
rcv_syn_close_wait_left_edge_insecure_ipv6_head() { |
8727 |
atf_set timeout 10 |
10189 |
atf_set timeout 10 |
Lines 8729-8740
rcv_syn_close_wait_left_edge_insecure_ipv6_head() {
Link Here
|
8729 |
} |
10191 |
} |
8730 |
rcv_syn_close_wait_left_edge_insecure_ipv6_body() { |
10192 |
rcv_syn_close_wait_left_edge_insecure_ipv6_body() { |
8731 |
|
10193 |
|
|
|
10194 |
|
8732 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv6.pkt |
10195 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv6.pkt |
8733 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv6.pkt |
10196 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-insecure-ipv6.pkt |
8734 |
} |
10197 |
} |
8735 |
rcv_syn_close_wait_left_edge_insecure_ipv6_cleanup() { |
10198 |
rcv_syn_close_wait_left_edge_insecure_ipv6_cleanup() { |
8736 |
restore_sysctls |
10199 |
restore_sysctls |
8737 |
} |
10200 |
} |
|
|
10201 |
|
8738 |
atf_test_case rcv_syn_close_wait_left_edge_secure_ipv4 cleanup |
10202 |
atf_test_case rcv_syn_close_wait_left_edge_secure_ipv4 cleanup |
8739 |
rcv_syn_close_wait_left_edge_secure_ipv4_head() { |
10203 |
rcv_syn_close_wait_left_edge_secure_ipv4_head() { |
8740 |
atf_set timeout 10 |
10204 |
atf_set timeout 10 |
Lines 8742-8753
rcv_syn_close_wait_left_edge_secure_ipv4_head() {
Link Here
|
8742 |
} |
10206 |
} |
8743 |
rcv_syn_close_wait_left_edge_secure_ipv4_body() { |
10207 |
rcv_syn_close_wait_left_edge_secure_ipv4_body() { |
8744 |
|
10208 |
|
|
|
10209 |
|
8745 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv4.pkt |
10210 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv4.pkt |
8746 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv4.pkt |
10211 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv4.pkt |
8747 |
} |
10212 |
} |
8748 |
rcv_syn_close_wait_left_edge_secure_ipv4_cleanup() { |
10213 |
rcv_syn_close_wait_left_edge_secure_ipv4_cleanup() { |
8749 |
restore_sysctls |
10214 |
restore_sysctls |
8750 |
} |
10215 |
} |
|
|
10216 |
|
8751 |
atf_test_case rcv_syn_close_wait_left_edge_secure_ipv6 cleanup |
10217 |
atf_test_case rcv_syn_close_wait_left_edge_secure_ipv6 cleanup |
8752 |
rcv_syn_close_wait_left_edge_secure_ipv6_head() { |
10218 |
rcv_syn_close_wait_left_edge_secure_ipv6_head() { |
8753 |
atf_set timeout 10 |
10219 |
atf_set timeout 10 |
Lines 8755-8766
rcv_syn_close_wait_left_edge_secure_ipv6_head() {
Link Here
|
8755 |
} |
10221 |
} |
8756 |
rcv_syn_close_wait_left_edge_secure_ipv6_body() { |
10222 |
rcv_syn_close_wait_left_edge_secure_ipv6_body() { |
8757 |
|
10223 |
|
|
|
10224 |
|
8758 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv6.pkt |
10225 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv6.pkt |
8759 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv6.pkt |
10226 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-left-edge-secure-ipv6.pkt |
8760 |
} |
10227 |
} |
8761 |
rcv_syn_close_wait_left_edge_secure_ipv6_cleanup() { |
10228 |
rcv_syn_close_wait_left_edge_secure_ipv6_cleanup() { |
8762 |
restore_sysctls |
10229 |
restore_sysctls |
8763 |
} |
10230 |
} |
|
|
10231 |
|
8764 |
atf_test_case rcv_syn_close_wait_outside_left_insecure_ipv4 cleanup |
10232 |
atf_test_case rcv_syn_close_wait_outside_left_insecure_ipv4 cleanup |
8765 |
rcv_syn_close_wait_outside_left_insecure_ipv4_head() { |
10233 |
rcv_syn_close_wait_outside_left_insecure_ipv4_head() { |
8766 |
atf_set timeout 10 |
10234 |
atf_set timeout 10 |
Lines 8768-8779
rcv_syn_close_wait_outside_left_insecure_ipv4_head() {
Link Here
|
8768 |
} |
10236 |
} |
8769 |
rcv_syn_close_wait_outside_left_insecure_ipv4_body() { |
10237 |
rcv_syn_close_wait_outside_left_insecure_ipv4_body() { |
8770 |
|
10238 |
|
|
|
10239 |
|
8771 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv4.pkt |
10240 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv4.pkt |
8772 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv4.pkt |
10241 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv4.pkt |
8773 |
} |
10242 |
} |
8774 |
rcv_syn_close_wait_outside_left_insecure_ipv4_cleanup() { |
10243 |
rcv_syn_close_wait_outside_left_insecure_ipv4_cleanup() { |
8775 |
restore_sysctls |
10244 |
restore_sysctls |
8776 |
} |
10245 |
} |
|
|
10246 |
|
8777 |
atf_test_case rcv_syn_close_wait_outside_left_insecure_ipv6 cleanup |
10247 |
atf_test_case rcv_syn_close_wait_outside_left_insecure_ipv6 cleanup |
8778 |
rcv_syn_close_wait_outside_left_insecure_ipv6_head() { |
10248 |
rcv_syn_close_wait_outside_left_insecure_ipv6_head() { |
8779 |
atf_set timeout 10 |
10249 |
atf_set timeout 10 |
Lines 8781-8792
rcv_syn_close_wait_outside_left_insecure_ipv6_head() {
Link Here
|
8781 |
} |
10251 |
} |
8782 |
rcv_syn_close_wait_outside_left_insecure_ipv6_body() { |
10252 |
rcv_syn_close_wait_outside_left_insecure_ipv6_body() { |
8783 |
|
10253 |
|
|
|
10254 |
|
8784 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv6.pkt |
10255 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv6.pkt |
8785 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv6.pkt |
10256 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-insecure-ipv6.pkt |
8786 |
} |
10257 |
} |
8787 |
rcv_syn_close_wait_outside_left_insecure_ipv6_cleanup() { |
10258 |
rcv_syn_close_wait_outside_left_insecure_ipv6_cleanup() { |
8788 |
restore_sysctls |
10259 |
restore_sysctls |
8789 |
} |
10260 |
} |
|
|
10261 |
|
8790 |
atf_test_case rcv_syn_close_wait_outside_left_secure_ipv4 cleanup |
10262 |
atf_test_case rcv_syn_close_wait_outside_left_secure_ipv4 cleanup |
8791 |
rcv_syn_close_wait_outside_left_secure_ipv4_head() { |
10263 |
rcv_syn_close_wait_outside_left_secure_ipv4_head() { |
8792 |
atf_set timeout 10 |
10264 |
atf_set timeout 10 |
Lines 8794-8805
rcv_syn_close_wait_outside_left_secure_ipv4_head() {
Link Here
|
8794 |
} |
10266 |
} |
8795 |
rcv_syn_close_wait_outside_left_secure_ipv4_body() { |
10267 |
rcv_syn_close_wait_outside_left_secure_ipv4_body() { |
8796 |
|
10268 |
|
|
|
10269 |
|
8797 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv4.pkt |
10270 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv4.pkt |
8798 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv4.pkt |
10271 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv4.pkt |
8799 |
} |
10272 |
} |
8800 |
rcv_syn_close_wait_outside_left_secure_ipv4_cleanup() { |
10273 |
rcv_syn_close_wait_outside_left_secure_ipv4_cleanup() { |
8801 |
restore_sysctls |
10274 |
restore_sysctls |
8802 |
} |
10275 |
} |
|
|
10276 |
|
8803 |
atf_test_case rcv_syn_close_wait_outside_left_secure_ipv6 cleanup |
10277 |
atf_test_case rcv_syn_close_wait_outside_left_secure_ipv6 cleanup |
8804 |
rcv_syn_close_wait_outside_left_secure_ipv6_head() { |
10278 |
rcv_syn_close_wait_outside_left_secure_ipv6_head() { |
8805 |
atf_set timeout 10 |
10279 |
atf_set timeout 10 |
Lines 8807-8818
rcv_syn_close_wait_outside_left_secure_ipv6_head() {
Link Here
|
8807 |
} |
10281 |
} |
8808 |
rcv_syn_close_wait_outside_left_secure_ipv6_body() { |
10282 |
rcv_syn_close_wait_outside_left_secure_ipv6_body() { |
8809 |
|
10283 |
|
|
|
10284 |
|
8810 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv6.pkt |
10285 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv6.pkt |
8811 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv6.pkt |
10286 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-left-secure-ipv6.pkt |
8812 |
} |
10287 |
} |
8813 |
rcv_syn_close_wait_outside_left_secure_ipv6_cleanup() { |
10288 |
rcv_syn_close_wait_outside_left_secure_ipv6_cleanup() { |
8814 |
restore_sysctls |
10289 |
restore_sysctls |
8815 |
} |
10290 |
} |
|
|
10291 |
|
8816 |
atf_test_case rcv_syn_close_wait_outside_right_insecure_ipv4 cleanup |
10292 |
atf_test_case rcv_syn_close_wait_outside_right_insecure_ipv4 cleanup |
8817 |
rcv_syn_close_wait_outside_right_insecure_ipv4_head() { |
10293 |
rcv_syn_close_wait_outside_right_insecure_ipv4_head() { |
8818 |
atf_set timeout 10 |
10294 |
atf_set timeout 10 |
Lines 8820-8831
rcv_syn_close_wait_outside_right_insecure_ipv4_head() {
Link Here
|
8820 |
} |
10296 |
} |
8821 |
rcv_syn_close_wait_outside_right_insecure_ipv4_body() { |
10297 |
rcv_syn_close_wait_outside_right_insecure_ipv4_body() { |
8822 |
|
10298 |
|
|
|
10299 |
|
8823 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv4.pkt |
10300 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv4.pkt |
8824 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv4.pkt |
10301 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv4.pkt |
8825 |
} |
10302 |
} |
8826 |
rcv_syn_close_wait_outside_right_insecure_ipv4_cleanup() { |
10303 |
rcv_syn_close_wait_outside_right_insecure_ipv4_cleanup() { |
8827 |
restore_sysctls |
10304 |
restore_sysctls |
8828 |
} |
10305 |
} |
|
|
10306 |
|
8829 |
atf_test_case rcv_syn_close_wait_outside_right_insecure_ipv6 cleanup |
10307 |
atf_test_case rcv_syn_close_wait_outside_right_insecure_ipv6 cleanup |
8830 |
rcv_syn_close_wait_outside_right_insecure_ipv6_head() { |
10308 |
rcv_syn_close_wait_outside_right_insecure_ipv6_head() { |
8831 |
atf_set timeout 10 |
10309 |
atf_set timeout 10 |
Lines 8833-8844
rcv_syn_close_wait_outside_right_insecure_ipv6_head() {
Link Here
|
8833 |
} |
10311 |
} |
8834 |
rcv_syn_close_wait_outside_right_insecure_ipv6_body() { |
10312 |
rcv_syn_close_wait_outside_right_insecure_ipv6_body() { |
8835 |
|
10313 |
|
|
|
10314 |
|
8836 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv6.pkt |
10315 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv6.pkt |
8837 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv6.pkt |
10316 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-insecure-ipv6.pkt |
8838 |
} |
10317 |
} |
8839 |
rcv_syn_close_wait_outside_right_insecure_ipv6_cleanup() { |
10318 |
rcv_syn_close_wait_outside_right_insecure_ipv6_cleanup() { |
8840 |
restore_sysctls |
10319 |
restore_sysctls |
8841 |
} |
10320 |
} |
|
|
10321 |
|
8842 |
atf_test_case rcv_syn_close_wait_outside_right_secure_ipv4 cleanup |
10322 |
atf_test_case rcv_syn_close_wait_outside_right_secure_ipv4 cleanup |
8843 |
rcv_syn_close_wait_outside_right_secure_ipv4_head() { |
10323 |
rcv_syn_close_wait_outside_right_secure_ipv4_head() { |
8844 |
atf_set timeout 10 |
10324 |
atf_set timeout 10 |
Lines 8846-8857
rcv_syn_close_wait_outside_right_secure_ipv4_head() {
Link Here
|
8846 |
} |
10326 |
} |
8847 |
rcv_syn_close_wait_outside_right_secure_ipv4_body() { |
10327 |
rcv_syn_close_wait_outside_right_secure_ipv4_body() { |
8848 |
|
10328 |
|
|
|
10329 |
|
8849 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv4.pkt |
10330 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv4.pkt |
8850 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv4.pkt |
10331 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv4.pkt |
8851 |
} |
10332 |
} |
8852 |
rcv_syn_close_wait_outside_right_secure_ipv4_cleanup() { |
10333 |
rcv_syn_close_wait_outside_right_secure_ipv4_cleanup() { |
8853 |
restore_sysctls |
10334 |
restore_sysctls |
8854 |
} |
10335 |
} |
|
|
10336 |
|
8855 |
atf_test_case rcv_syn_close_wait_outside_right_secure_ipv6 cleanup |
10337 |
atf_test_case rcv_syn_close_wait_outside_right_secure_ipv6 cleanup |
8856 |
rcv_syn_close_wait_outside_right_secure_ipv6_head() { |
10338 |
rcv_syn_close_wait_outside_right_secure_ipv6_head() { |
8857 |
atf_set timeout 10 |
10339 |
atf_set timeout 10 |
Lines 8859-8870
rcv_syn_close_wait_outside_right_secure_ipv6_head() {
Link Here
|
8859 |
} |
10341 |
} |
8860 |
rcv_syn_close_wait_outside_right_secure_ipv6_body() { |
10342 |
rcv_syn_close_wait_outside_right_secure_ipv6_body() { |
8861 |
|
10343 |
|
|
|
10344 |
|
8862 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv6.pkt |
10345 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv6.pkt |
8863 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv6.pkt |
10346 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-outside-right-secure-ipv6.pkt |
8864 |
} |
10347 |
} |
8865 |
rcv_syn_close_wait_outside_right_secure_ipv6_cleanup() { |
10348 |
rcv_syn_close_wait_outside_right_secure_ipv6_cleanup() { |
8866 |
restore_sysctls |
10349 |
restore_sysctls |
8867 |
} |
10350 |
} |
|
|
10351 |
|
8868 |
atf_test_case rcv_syn_close_wait_right_edge_insecure_ipv4 cleanup |
10352 |
atf_test_case rcv_syn_close_wait_right_edge_insecure_ipv4 cleanup |
8869 |
rcv_syn_close_wait_right_edge_insecure_ipv4_head() { |
10353 |
rcv_syn_close_wait_right_edge_insecure_ipv4_head() { |
8870 |
atf_set timeout 10 |
10354 |
atf_set timeout 10 |
Lines 8872-8883
rcv_syn_close_wait_right_edge_insecure_ipv4_head() {
Link Here
|
8872 |
} |
10356 |
} |
8873 |
rcv_syn_close_wait_right_edge_insecure_ipv4_body() { |
10357 |
rcv_syn_close_wait_right_edge_insecure_ipv4_body() { |
8874 |
|
10358 |
|
|
|
10359 |
|
8875 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv4.pkt |
10360 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv4.pkt |
8876 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv4.pkt |
10361 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv4.pkt |
8877 |
} |
10362 |
} |
8878 |
rcv_syn_close_wait_right_edge_insecure_ipv4_cleanup() { |
10363 |
rcv_syn_close_wait_right_edge_insecure_ipv4_cleanup() { |
8879 |
restore_sysctls |
10364 |
restore_sysctls |
8880 |
} |
10365 |
} |
|
|
10366 |
|
8881 |
atf_test_case rcv_syn_close_wait_right_edge_insecure_ipv6 cleanup |
10367 |
atf_test_case rcv_syn_close_wait_right_edge_insecure_ipv6 cleanup |
8882 |
rcv_syn_close_wait_right_edge_insecure_ipv6_head() { |
10368 |
rcv_syn_close_wait_right_edge_insecure_ipv6_head() { |
8883 |
atf_set timeout 10 |
10369 |
atf_set timeout 10 |
Lines 8885-8896
rcv_syn_close_wait_right_edge_insecure_ipv6_head() {
Link Here
|
8885 |
} |
10371 |
} |
8886 |
rcv_syn_close_wait_right_edge_insecure_ipv6_body() { |
10372 |
rcv_syn_close_wait_right_edge_insecure_ipv6_body() { |
8887 |
|
10373 |
|
|
|
10374 |
|
8888 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv6.pkt |
10375 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv6.pkt |
8889 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv6.pkt |
10376 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-insecure-ipv6.pkt |
8890 |
} |
10377 |
} |
8891 |
rcv_syn_close_wait_right_edge_insecure_ipv6_cleanup() { |
10378 |
rcv_syn_close_wait_right_edge_insecure_ipv6_cleanup() { |
8892 |
restore_sysctls |
10379 |
restore_sysctls |
8893 |
} |
10380 |
} |
|
|
10381 |
|
8894 |
atf_test_case rcv_syn_close_wait_right_edge_secure_ipv4 cleanup |
10382 |
atf_test_case rcv_syn_close_wait_right_edge_secure_ipv4 cleanup |
8895 |
rcv_syn_close_wait_right_edge_secure_ipv4_head() { |
10383 |
rcv_syn_close_wait_right_edge_secure_ipv4_head() { |
8896 |
atf_set timeout 10 |
10384 |
atf_set timeout 10 |
Lines 8898-8909
rcv_syn_close_wait_right_edge_secure_ipv4_head() {
Link Here
|
8898 |
} |
10386 |
} |
8899 |
rcv_syn_close_wait_right_edge_secure_ipv4_body() { |
10387 |
rcv_syn_close_wait_right_edge_secure_ipv4_body() { |
8900 |
|
10388 |
|
|
|
10389 |
|
8901 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv4.pkt |
10390 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv4.pkt |
8902 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv4.pkt |
10391 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv4.pkt |
8903 |
} |
10392 |
} |
8904 |
rcv_syn_close_wait_right_edge_secure_ipv4_cleanup() { |
10393 |
rcv_syn_close_wait_right_edge_secure_ipv4_cleanup() { |
8905 |
restore_sysctls |
10394 |
restore_sysctls |
8906 |
} |
10395 |
} |
|
|
10396 |
|
8907 |
atf_test_case rcv_syn_close_wait_right_edge_secure_ipv6 cleanup |
10397 |
atf_test_case rcv_syn_close_wait_right_edge_secure_ipv6 cleanup |
8908 |
rcv_syn_close_wait_right_edge_secure_ipv6_head() { |
10398 |
rcv_syn_close_wait_right_edge_secure_ipv6_head() { |
8909 |
atf_set timeout 10 |
10399 |
atf_set timeout 10 |
Lines 8911-8922
rcv_syn_close_wait_right_edge_secure_ipv6_head() {
Link Here
|
8911 |
} |
10401 |
} |
8912 |
rcv_syn_close_wait_right_edge_secure_ipv6_body() { |
10402 |
rcv_syn_close_wait_right_edge_secure_ipv6_body() { |
8913 |
|
10403 |
|
|
|
10404 |
|
8914 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv6.pkt |
10405 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv6.pkt |
8915 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv6.pkt |
10406 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-close-wait/rcv-syn-close-wait-right-edge-secure-ipv6.pkt |
8916 |
} |
10407 |
} |
8917 |
rcv_syn_close_wait_right_edge_secure_ipv6_cleanup() { |
10408 |
rcv_syn_close_wait_right_edge_secure_ipv6_cleanup() { |
8918 |
restore_sysctls |
10409 |
restore_sysctls |
8919 |
} |
10410 |
} |
|
|
10411 |
|
8920 |
atf_test_case rcv_syn_with_data_closed_ipv4 cleanup |
10412 |
atf_test_case rcv_syn_with_data_closed_ipv4 cleanup |
8921 |
rcv_syn_with_data_closed_ipv4_head() { |
10413 |
rcv_syn_with_data_closed_ipv4_head() { |
8922 |
atf_set timeout 10 |
10414 |
atf_set timeout 10 |
Lines 8924-8935
rcv_syn_with_data_closed_ipv4_head() {
Link Here
|
8924 |
} |
10416 |
} |
8925 |
rcv_syn_with_data_closed_ipv4_body() { |
10417 |
rcv_syn_with_data_closed_ipv4_body() { |
8926 |
|
10418 |
|
|
|
10419 |
|
8927 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv4.pkt |
10420 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv4.pkt |
8928 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv4.pkt |
10421 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv4.pkt |
8929 |
} |
10422 |
} |
8930 |
rcv_syn_with_data_closed_ipv4_cleanup() { |
10423 |
rcv_syn_with_data_closed_ipv4_cleanup() { |
8931 |
restore_sysctls |
10424 |
restore_sysctls |
8932 |
} |
10425 |
} |
|
|
10426 |
|
8933 |
atf_test_case rcv_syn_with_data_closed_ipv6 cleanup |
10427 |
atf_test_case rcv_syn_with_data_closed_ipv6 cleanup |
8934 |
rcv_syn_with_data_closed_ipv6_head() { |
10428 |
rcv_syn_with_data_closed_ipv6_head() { |
8935 |
atf_set timeout 10 |
10429 |
atf_set timeout 10 |
Lines 8937-8948
rcv_syn_with_data_closed_ipv6_head() {
Link Here
|
8937 |
} |
10431 |
} |
8938 |
rcv_syn_with_data_closed_ipv6_body() { |
10432 |
rcv_syn_with_data_closed_ipv6_body() { |
8939 |
|
10433 |
|
|
|
10434 |
|
8940 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv6.pkt |
10435 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv6.pkt |
8941 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv6.pkt |
10436 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-with-data-closed-ipv6.pkt |
8942 |
} |
10437 |
} |
8943 |
rcv_syn_with_data_closed_ipv6_cleanup() { |
10438 |
rcv_syn_with_data_closed_ipv6_cleanup() { |
8944 |
restore_sysctls |
10439 |
restore_sysctls |
8945 |
} |
10440 |
} |
|
|
10441 |
|
8946 |
atf_test_case rcv_syn_without_data_closed_ipv4 cleanup |
10442 |
atf_test_case rcv_syn_without_data_closed_ipv4 cleanup |
8947 |
rcv_syn_without_data_closed_ipv4_head() { |
10443 |
rcv_syn_without_data_closed_ipv4_head() { |
8948 |
atf_set timeout 10 |
10444 |
atf_set timeout 10 |
Lines 8950-8961
rcv_syn_without_data_closed_ipv4_head() {
Link Here
|
8950 |
} |
10446 |
} |
8951 |
rcv_syn_without_data_closed_ipv4_body() { |
10447 |
rcv_syn_without_data_closed_ipv4_body() { |
8952 |
|
10448 |
|
|
|
10449 |
|
8953 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv4.pkt |
10450 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv4.pkt |
8954 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv4.pkt |
10451 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv4.pkt |
8955 |
} |
10452 |
} |
8956 |
rcv_syn_without_data_closed_ipv4_cleanup() { |
10453 |
rcv_syn_without_data_closed_ipv4_cleanup() { |
8957 |
restore_sysctls |
10454 |
restore_sysctls |
8958 |
} |
10455 |
} |
|
|
10456 |
|
8959 |
atf_test_case rcv_syn_without_data_closed_ipv6 cleanup |
10457 |
atf_test_case rcv_syn_without_data_closed_ipv6 cleanup |
8960 |
rcv_syn_without_data_closed_ipv6_head() { |
10458 |
rcv_syn_without_data_closed_ipv6_head() { |
8961 |
atf_set timeout 10 |
10459 |
atf_set timeout 10 |
Lines 8963-8974
rcv_syn_without_data_closed_ipv6_head() {
Link Here
|
8963 |
} |
10461 |
} |
8964 |
rcv_syn_without_data_closed_ipv6_body() { |
10462 |
rcv_syn_without_data_closed_ipv6_body() { |
8965 |
|
10463 |
|
|
|
10464 |
|
8966 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv6.pkt |
10465 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv6.pkt |
8967 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv6.pkt |
10466 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closed/rcv-syn-without-data-closed-ipv6.pkt |
8968 |
} |
10467 |
} |
8969 |
rcv_syn_without_data_closed_ipv6_cleanup() { |
10468 |
rcv_syn_without_data_closed_ipv6_cleanup() { |
8970 |
restore_sysctls |
10469 |
restore_sysctls |
8971 |
} |
10470 |
} |
|
|
10471 |
|
8972 |
atf_test_case rcv_syn_closing_left_edge_insecure_ipv4 cleanup |
10472 |
atf_test_case rcv_syn_closing_left_edge_insecure_ipv4 cleanup |
8973 |
rcv_syn_closing_left_edge_insecure_ipv4_head() { |
10473 |
rcv_syn_closing_left_edge_insecure_ipv4_head() { |
8974 |
atf_set timeout 10 |
10474 |
atf_set timeout 10 |
Lines 8976-8987
rcv_syn_closing_left_edge_insecure_ipv4_head() {
Link Here
|
8976 |
} |
10476 |
} |
8977 |
rcv_syn_closing_left_edge_insecure_ipv4_body() { |
10477 |
rcv_syn_closing_left_edge_insecure_ipv4_body() { |
8978 |
|
10478 |
|
|
|
10479 |
|
8979 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv4.pkt |
10480 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv4.pkt |
8980 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv4.pkt |
10481 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv4.pkt |
8981 |
} |
10482 |
} |
8982 |
rcv_syn_closing_left_edge_insecure_ipv4_cleanup() { |
10483 |
rcv_syn_closing_left_edge_insecure_ipv4_cleanup() { |
8983 |
restore_sysctls |
10484 |
restore_sysctls |
8984 |
} |
10485 |
} |
|
|
10486 |
|
8985 |
atf_test_case rcv_syn_closing_left_edge_insecure_ipv6 cleanup |
10487 |
atf_test_case rcv_syn_closing_left_edge_insecure_ipv6 cleanup |
8986 |
rcv_syn_closing_left_edge_insecure_ipv6_head() { |
10488 |
rcv_syn_closing_left_edge_insecure_ipv6_head() { |
8987 |
atf_set timeout 10 |
10489 |
atf_set timeout 10 |
Lines 8989-9000
rcv_syn_closing_left_edge_insecure_ipv6_head() {
Link Here
|
8989 |
} |
10491 |
} |
8990 |
rcv_syn_closing_left_edge_insecure_ipv6_body() { |
10492 |
rcv_syn_closing_left_edge_insecure_ipv6_body() { |
8991 |
|
10493 |
|
|
|
10494 |
|
8992 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv6.pkt |
10495 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv6.pkt |
8993 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv6.pkt |
10496 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-insecure-ipv6.pkt |
8994 |
} |
10497 |
} |
8995 |
rcv_syn_closing_left_edge_insecure_ipv6_cleanup() { |
10498 |
rcv_syn_closing_left_edge_insecure_ipv6_cleanup() { |
8996 |
restore_sysctls |
10499 |
restore_sysctls |
8997 |
} |
10500 |
} |
|
|
10501 |
|
8998 |
atf_test_case rcv_syn_closing_left_edge_secure_ipv4 cleanup |
10502 |
atf_test_case rcv_syn_closing_left_edge_secure_ipv4 cleanup |
8999 |
rcv_syn_closing_left_edge_secure_ipv4_head() { |
10503 |
rcv_syn_closing_left_edge_secure_ipv4_head() { |
9000 |
atf_set timeout 10 |
10504 |
atf_set timeout 10 |
Lines 9002-9013
rcv_syn_closing_left_edge_secure_ipv4_head() {
Link Here
|
9002 |
} |
10506 |
} |
9003 |
rcv_syn_closing_left_edge_secure_ipv4_body() { |
10507 |
rcv_syn_closing_left_edge_secure_ipv4_body() { |
9004 |
|
10508 |
|
|
|
10509 |
|
9005 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv4.pkt |
10510 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv4.pkt |
9006 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv4.pkt |
10511 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv4.pkt |
9007 |
} |
10512 |
} |
9008 |
rcv_syn_closing_left_edge_secure_ipv4_cleanup() { |
10513 |
rcv_syn_closing_left_edge_secure_ipv4_cleanup() { |
9009 |
restore_sysctls |
10514 |
restore_sysctls |
9010 |
} |
10515 |
} |
|
|
10516 |
|
9011 |
atf_test_case rcv_syn_closing_left_edge_secure_ipv6 cleanup |
10517 |
atf_test_case rcv_syn_closing_left_edge_secure_ipv6 cleanup |
9012 |
rcv_syn_closing_left_edge_secure_ipv6_head() { |
10518 |
rcv_syn_closing_left_edge_secure_ipv6_head() { |
9013 |
atf_set timeout 10 |
10519 |
atf_set timeout 10 |
Lines 9015-9026
rcv_syn_closing_left_edge_secure_ipv6_head() {
Link Here
|
9015 |
} |
10521 |
} |
9016 |
rcv_syn_closing_left_edge_secure_ipv6_body() { |
10522 |
rcv_syn_closing_left_edge_secure_ipv6_body() { |
9017 |
|
10523 |
|
|
|
10524 |
|
9018 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv6.pkt |
10525 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv6.pkt |
9019 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv6.pkt |
10526 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-left-edge-secure-ipv6.pkt |
9020 |
} |
10527 |
} |
9021 |
rcv_syn_closing_left_edge_secure_ipv6_cleanup() { |
10528 |
rcv_syn_closing_left_edge_secure_ipv6_cleanup() { |
9022 |
restore_sysctls |
10529 |
restore_sysctls |
9023 |
} |
10530 |
} |
|
|
10531 |
|
9024 |
atf_test_case rcv_syn_closing_outside_left_insecure_ipv4 cleanup |
10532 |
atf_test_case rcv_syn_closing_outside_left_insecure_ipv4 cleanup |
9025 |
rcv_syn_closing_outside_left_insecure_ipv4_head() { |
10533 |
rcv_syn_closing_outside_left_insecure_ipv4_head() { |
9026 |
atf_set timeout 10 |
10534 |
atf_set timeout 10 |
Lines 9028-9039
rcv_syn_closing_outside_left_insecure_ipv4_head() {
Link Here
|
9028 |
} |
10536 |
} |
9029 |
rcv_syn_closing_outside_left_insecure_ipv4_body() { |
10537 |
rcv_syn_closing_outside_left_insecure_ipv4_body() { |
9030 |
|
10538 |
|
|
|
10539 |
|
9031 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv4.pkt |
10540 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv4.pkt |
9032 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv4.pkt |
10541 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv4.pkt |
9033 |
} |
10542 |
} |
9034 |
rcv_syn_closing_outside_left_insecure_ipv4_cleanup() { |
10543 |
rcv_syn_closing_outside_left_insecure_ipv4_cleanup() { |
9035 |
restore_sysctls |
10544 |
restore_sysctls |
9036 |
} |
10545 |
} |
|
|
10546 |
|
9037 |
atf_test_case rcv_syn_closing_outside_left_insecure_ipv6 cleanup |
10547 |
atf_test_case rcv_syn_closing_outside_left_insecure_ipv6 cleanup |
9038 |
rcv_syn_closing_outside_left_insecure_ipv6_head() { |
10548 |
rcv_syn_closing_outside_left_insecure_ipv6_head() { |
9039 |
atf_set timeout 10 |
10549 |
atf_set timeout 10 |
Lines 9041-9052
rcv_syn_closing_outside_left_insecure_ipv6_head() {
Link Here
|
9041 |
} |
10551 |
} |
9042 |
rcv_syn_closing_outside_left_insecure_ipv6_body() { |
10552 |
rcv_syn_closing_outside_left_insecure_ipv6_body() { |
9043 |
|
10553 |
|
|
|
10554 |
|
9044 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv6.pkt |
10555 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv6.pkt |
9045 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv6.pkt |
10556 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-insecure-ipv6.pkt |
9046 |
} |
10557 |
} |
9047 |
rcv_syn_closing_outside_left_insecure_ipv6_cleanup() { |
10558 |
rcv_syn_closing_outside_left_insecure_ipv6_cleanup() { |
9048 |
restore_sysctls |
10559 |
restore_sysctls |
9049 |
} |
10560 |
} |
|
|
10561 |
|
9050 |
atf_test_case rcv_syn_closing_outside_left_secure_ipv4 cleanup |
10562 |
atf_test_case rcv_syn_closing_outside_left_secure_ipv4 cleanup |
9051 |
rcv_syn_closing_outside_left_secure_ipv4_head() { |
10563 |
rcv_syn_closing_outside_left_secure_ipv4_head() { |
9052 |
atf_set timeout 10 |
10564 |
atf_set timeout 10 |
Lines 9054-9065
rcv_syn_closing_outside_left_secure_ipv4_head() {
Link Here
|
9054 |
} |
10566 |
} |
9055 |
rcv_syn_closing_outside_left_secure_ipv4_body() { |
10567 |
rcv_syn_closing_outside_left_secure_ipv4_body() { |
9056 |
|
10568 |
|
|
|
10569 |
|
9057 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv4.pkt |
10570 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv4.pkt |
9058 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv4.pkt |
10571 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv4.pkt |
9059 |
} |
10572 |
} |
9060 |
rcv_syn_closing_outside_left_secure_ipv4_cleanup() { |
10573 |
rcv_syn_closing_outside_left_secure_ipv4_cleanup() { |
9061 |
restore_sysctls |
10574 |
restore_sysctls |
9062 |
} |
10575 |
} |
|
|
10576 |
|
9063 |
atf_test_case rcv_syn_closing_outside_left_secure_ipv6 cleanup |
10577 |
atf_test_case rcv_syn_closing_outside_left_secure_ipv6 cleanup |
9064 |
rcv_syn_closing_outside_left_secure_ipv6_head() { |
10578 |
rcv_syn_closing_outside_left_secure_ipv6_head() { |
9065 |
atf_set timeout 10 |
10579 |
atf_set timeout 10 |
Lines 9067-9078
rcv_syn_closing_outside_left_secure_ipv6_head() {
Link Here
|
9067 |
} |
10581 |
} |
9068 |
rcv_syn_closing_outside_left_secure_ipv6_body() { |
10582 |
rcv_syn_closing_outside_left_secure_ipv6_body() { |
9069 |
|
10583 |
|
|
|
10584 |
|
9070 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv6.pkt |
10585 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv6.pkt |
9071 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv6.pkt |
10586 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-left-secure-ipv6.pkt |
9072 |
} |
10587 |
} |
9073 |
rcv_syn_closing_outside_left_secure_ipv6_cleanup() { |
10588 |
rcv_syn_closing_outside_left_secure_ipv6_cleanup() { |
9074 |
restore_sysctls |
10589 |
restore_sysctls |
9075 |
} |
10590 |
} |
|
|
10591 |
|
9076 |
atf_test_case rcv_syn_closing_outside_right_insecure_ipv4 cleanup |
10592 |
atf_test_case rcv_syn_closing_outside_right_insecure_ipv4 cleanup |
9077 |
rcv_syn_closing_outside_right_insecure_ipv4_head() { |
10593 |
rcv_syn_closing_outside_right_insecure_ipv4_head() { |
9078 |
atf_set timeout 10 |
10594 |
atf_set timeout 10 |
Lines 9080-9091
rcv_syn_closing_outside_right_insecure_ipv4_head() {
Link Here
|
9080 |
} |
10596 |
} |
9081 |
rcv_syn_closing_outside_right_insecure_ipv4_body() { |
10597 |
rcv_syn_closing_outside_right_insecure_ipv4_body() { |
9082 |
|
10598 |
|
|
|
10599 |
|
9083 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv4.pkt |
10600 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv4.pkt |
9084 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv4.pkt |
10601 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv4.pkt |
9085 |
} |
10602 |
} |
9086 |
rcv_syn_closing_outside_right_insecure_ipv4_cleanup() { |
10603 |
rcv_syn_closing_outside_right_insecure_ipv4_cleanup() { |
9087 |
restore_sysctls |
10604 |
restore_sysctls |
9088 |
} |
10605 |
} |
|
|
10606 |
|
9089 |
atf_test_case rcv_syn_closing_outside_right_insecure_ipv6 cleanup |
10607 |
atf_test_case rcv_syn_closing_outside_right_insecure_ipv6 cleanup |
9090 |
rcv_syn_closing_outside_right_insecure_ipv6_head() { |
10608 |
rcv_syn_closing_outside_right_insecure_ipv6_head() { |
9091 |
atf_set timeout 10 |
10609 |
atf_set timeout 10 |
Lines 9093-9104
rcv_syn_closing_outside_right_insecure_ipv6_head() {
Link Here
|
9093 |
} |
10611 |
} |
9094 |
rcv_syn_closing_outside_right_insecure_ipv6_body() { |
10612 |
rcv_syn_closing_outside_right_insecure_ipv6_body() { |
9095 |
|
10613 |
|
|
|
10614 |
|
9096 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv6.pkt |
10615 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv6.pkt |
9097 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv6.pkt |
10616 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-insecure-ipv6.pkt |
9098 |
} |
10617 |
} |
9099 |
rcv_syn_closing_outside_right_insecure_ipv6_cleanup() { |
10618 |
rcv_syn_closing_outside_right_insecure_ipv6_cleanup() { |
9100 |
restore_sysctls |
10619 |
restore_sysctls |
9101 |
} |
10620 |
} |
|
|
10621 |
|
9102 |
atf_test_case rcv_syn_closing_outside_right_secure_ipv4 cleanup |
10622 |
atf_test_case rcv_syn_closing_outside_right_secure_ipv4 cleanup |
9103 |
rcv_syn_closing_outside_right_secure_ipv4_head() { |
10623 |
rcv_syn_closing_outside_right_secure_ipv4_head() { |
9104 |
atf_set timeout 10 |
10624 |
atf_set timeout 10 |
Lines 9106-9117
rcv_syn_closing_outside_right_secure_ipv4_head() {
Link Here
|
9106 |
} |
10626 |
} |
9107 |
rcv_syn_closing_outside_right_secure_ipv4_body() { |
10627 |
rcv_syn_closing_outside_right_secure_ipv4_body() { |
9108 |
|
10628 |
|
|
|
10629 |
|
9109 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv4.pkt |
10630 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv4.pkt |
9110 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv4.pkt |
10631 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv4.pkt |
9111 |
} |
10632 |
} |
9112 |
rcv_syn_closing_outside_right_secure_ipv4_cleanup() { |
10633 |
rcv_syn_closing_outside_right_secure_ipv4_cleanup() { |
9113 |
restore_sysctls |
10634 |
restore_sysctls |
9114 |
} |
10635 |
} |
|
|
10636 |
|
9115 |
atf_test_case rcv_syn_closing_outside_right_secure_ipv6 cleanup |
10637 |
atf_test_case rcv_syn_closing_outside_right_secure_ipv6 cleanup |
9116 |
rcv_syn_closing_outside_right_secure_ipv6_head() { |
10638 |
rcv_syn_closing_outside_right_secure_ipv6_head() { |
9117 |
atf_set timeout 10 |
10639 |
atf_set timeout 10 |
Lines 9119-9130
rcv_syn_closing_outside_right_secure_ipv6_head() {
Link Here
|
9119 |
} |
10641 |
} |
9120 |
rcv_syn_closing_outside_right_secure_ipv6_body() { |
10642 |
rcv_syn_closing_outside_right_secure_ipv6_body() { |
9121 |
|
10643 |
|
|
|
10644 |
|
9122 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv6.pkt |
10645 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv6.pkt |
9123 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv6.pkt |
10646 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-outside-right-secure-ipv6.pkt |
9124 |
} |
10647 |
} |
9125 |
rcv_syn_closing_outside_right_secure_ipv6_cleanup() { |
10648 |
rcv_syn_closing_outside_right_secure_ipv6_cleanup() { |
9126 |
restore_sysctls |
10649 |
restore_sysctls |
9127 |
} |
10650 |
} |
|
|
10651 |
|
9128 |
atf_test_case rcv_syn_closing_right_edge_insecure_ipv4 cleanup |
10652 |
atf_test_case rcv_syn_closing_right_edge_insecure_ipv4 cleanup |
9129 |
rcv_syn_closing_right_edge_insecure_ipv4_head() { |
10653 |
rcv_syn_closing_right_edge_insecure_ipv4_head() { |
9130 |
atf_set timeout 10 |
10654 |
atf_set timeout 10 |
Lines 9132-9143
rcv_syn_closing_right_edge_insecure_ipv4_head() {
Link Here
|
9132 |
} |
10656 |
} |
9133 |
rcv_syn_closing_right_edge_insecure_ipv4_body() { |
10657 |
rcv_syn_closing_right_edge_insecure_ipv4_body() { |
9134 |
|
10658 |
|
|
|
10659 |
|
9135 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv4.pkt |
10660 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv4.pkt |
9136 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv4.pkt |
10661 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv4.pkt |
9137 |
} |
10662 |
} |
9138 |
rcv_syn_closing_right_edge_insecure_ipv4_cleanup() { |
10663 |
rcv_syn_closing_right_edge_insecure_ipv4_cleanup() { |
9139 |
restore_sysctls |
10664 |
restore_sysctls |
9140 |
} |
10665 |
} |
|
|
10666 |
|
9141 |
atf_test_case rcv_syn_closing_right_edge_insecure_ipv6 cleanup |
10667 |
atf_test_case rcv_syn_closing_right_edge_insecure_ipv6 cleanup |
9142 |
rcv_syn_closing_right_edge_insecure_ipv6_head() { |
10668 |
rcv_syn_closing_right_edge_insecure_ipv6_head() { |
9143 |
atf_set timeout 10 |
10669 |
atf_set timeout 10 |
Lines 9145-9156
rcv_syn_closing_right_edge_insecure_ipv6_head() {
Link Here
|
9145 |
} |
10671 |
} |
9146 |
rcv_syn_closing_right_edge_insecure_ipv6_body() { |
10672 |
rcv_syn_closing_right_edge_insecure_ipv6_body() { |
9147 |
|
10673 |
|
|
|
10674 |
|
9148 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv6.pkt |
10675 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv6.pkt |
9149 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv6.pkt |
10676 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-insecure-ipv6.pkt |
9150 |
} |
10677 |
} |
9151 |
rcv_syn_closing_right_edge_insecure_ipv6_cleanup() { |
10678 |
rcv_syn_closing_right_edge_insecure_ipv6_cleanup() { |
9152 |
restore_sysctls |
10679 |
restore_sysctls |
9153 |
} |
10680 |
} |
|
|
10681 |
|
9154 |
atf_test_case rcv_syn_closing_right_edge_secure_ipv4 cleanup |
10682 |
atf_test_case rcv_syn_closing_right_edge_secure_ipv4 cleanup |
9155 |
rcv_syn_closing_right_edge_secure_ipv4_head() { |
10683 |
rcv_syn_closing_right_edge_secure_ipv4_head() { |
9156 |
atf_set timeout 10 |
10684 |
atf_set timeout 10 |
Lines 9158-9169
rcv_syn_closing_right_edge_secure_ipv4_head() {
Link Here
|
9158 |
} |
10686 |
} |
9159 |
rcv_syn_closing_right_edge_secure_ipv4_body() { |
10687 |
rcv_syn_closing_right_edge_secure_ipv4_body() { |
9160 |
|
10688 |
|
|
|
10689 |
|
9161 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv4.pkt |
10690 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv4.pkt |
9162 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv4.pkt |
10691 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv4.pkt |
9163 |
} |
10692 |
} |
9164 |
rcv_syn_closing_right_edge_secure_ipv4_cleanup() { |
10693 |
rcv_syn_closing_right_edge_secure_ipv4_cleanup() { |
9165 |
restore_sysctls |
10694 |
restore_sysctls |
9166 |
} |
10695 |
} |
|
|
10696 |
|
9167 |
atf_test_case rcv_syn_closing_right_edge_secure_ipv6 cleanup |
10697 |
atf_test_case rcv_syn_closing_right_edge_secure_ipv6 cleanup |
9168 |
rcv_syn_closing_right_edge_secure_ipv6_head() { |
10698 |
rcv_syn_closing_right_edge_secure_ipv6_head() { |
9169 |
atf_set timeout 10 |
10699 |
atf_set timeout 10 |
Lines 9171-9182
rcv_syn_closing_right_edge_secure_ipv6_head() {
Link Here
|
9171 |
} |
10701 |
} |
9172 |
rcv_syn_closing_right_edge_secure_ipv6_body() { |
10702 |
rcv_syn_closing_right_edge_secure_ipv6_body() { |
9173 |
|
10703 |
|
|
|
10704 |
|
9174 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv6.pkt |
10705 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv6.pkt |
9175 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv6.pkt |
10706 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-closing/rcv-syn-closing-right-edge-secure-ipv6.pkt |
9176 |
} |
10707 |
} |
9177 |
rcv_syn_closing_right_edge_secure_ipv6_cleanup() { |
10708 |
rcv_syn_closing_right_edge_secure_ipv6_cleanup() { |
9178 |
restore_sysctls |
10709 |
restore_sysctls |
9179 |
} |
10710 |
} |
|
|
10711 |
|
9180 |
atf_test_case rcv_syn_established_left_edge_insecure_ipv4 cleanup |
10712 |
atf_test_case rcv_syn_established_left_edge_insecure_ipv4 cleanup |
9181 |
rcv_syn_established_left_edge_insecure_ipv4_head() { |
10713 |
rcv_syn_established_left_edge_insecure_ipv4_head() { |
9182 |
atf_set timeout 10 |
10714 |
atf_set timeout 10 |
Lines 9184-9195
rcv_syn_established_left_edge_insecure_ipv4_head() {
Link Here
|
9184 |
} |
10716 |
} |
9185 |
rcv_syn_established_left_edge_insecure_ipv4_body() { |
10717 |
rcv_syn_established_left_edge_insecure_ipv4_body() { |
9186 |
|
10718 |
|
|
|
10719 |
|
9187 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv4.pkt |
10720 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv4.pkt |
9188 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv4.pkt |
10721 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv4.pkt |
9189 |
} |
10722 |
} |
9190 |
rcv_syn_established_left_edge_insecure_ipv4_cleanup() { |
10723 |
rcv_syn_established_left_edge_insecure_ipv4_cleanup() { |
9191 |
restore_sysctls |
10724 |
restore_sysctls |
9192 |
} |
10725 |
} |
|
|
10726 |
|
9193 |
atf_test_case rcv_syn_established_left_edge_insecure_ipv6 cleanup |
10727 |
atf_test_case rcv_syn_established_left_edge_insecure_ipv6 cleanup |
9194 |
rcv_syn_established_left_edge_insecure_ipv6_head() { |
10728 |
rcv_syn_established_left_edge_insecure_ipv6_head() { |
9195 |
atf_set timeout 10 |
10729 |
atf_set timeout 10 |
Lines 9197-9208
rcv_syn_established_left_edge_insecure_ipv6_head() {
Link Here
|
9197 |
} |
10731 |
} |
9198 |
rcv_syn_established_left_edge_insecure_ipv6_body() { |
10732 |
rcv_syn_established_left_edge_insecure_ipv6_body() { |
9199 |
|
10733 |
|
|
|
10734 |
|
9200 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv6.pkt |
10735 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv6.pkt |
9201 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv6.pkt |
10736 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-insecure-ipv6.pkt |
9202 |
} |
10737 |
} |
9203 |
rcv_syn_established_left_edge_insecure_ipv6_cleanup() { |
10738 |
rcv_syn_established_left_edge_insecure_ipv6_cleanup() { |
9204 |
restore_sysctls |
10739 |
restore_sysctls |
9205 |
} |
10740 |
} |
|
|
10741 |
|
9206 |
atf_test_case rcv_syn_established_left_edge_secure_ipv4 cleanup |
10742 |
atf_test_case rcv_syn_established_left_edge_secure_ipv4 cleanup |
9207 |
rcv_syn_established_left_edge_secure_ipv4_head() { |
10743 |
rcv_syn_established_left_edge_secure_ipv4_head() { |
9208 |
atf_set timeout 10 |
10744 |
atf_set timeout 10 |
Lines 9210-9221
rcv_syn_established_left_edge_secure_ipv4_head() {
Link Here
|
9210 |
} |
10746 |
} |
9211 |
rcv_syn_established_left_edge_secure_ipv4_body() { |
10747 |
rcv_syn_established_left_edge_secure_ipv4_body() { |
9212 |
|
10748 |
|
|
|
10749 |
|
9213 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv4.pkt |
10750 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv4.pkt |
9214 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv4.pkt |
10751 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv4.pkt |
9215 |
} |
10752 |
} |
9216 |
rcv_syn_established_left_edge_secure_ipv4_cleanup() { |
10753 |
rcv_syn_established_left_edge_secure_ipv4_cleanup() { |
9217 |
restore_sysctls |
10754 |
restore_sysctls |
9218 |
} |
10755 |
} |
|
|
10756 |
|
9219 |
atf_test_case rcv_syn_established_left_edge_secure_ipv6 cleanup |
10757 |
atf_test_case rcv_syn_established_left_edge_secure_ipv6 cleanup |
9220 |
rcv_syn_established_left_edge_secure_ipv6_head() { |
10758 |
rcv_syn_established_left_edge_secure_ipv6_head() { |
9221 |
atf_set timeout 10 |
10759 |
atf_set timeout 10 |
Lines 9223-9234
rcv_syn_established_left_edge_secure_ipv6_head() {
Link Here
|
9223 |
} |
10761 |
} |
9224 |
rcv_syn_established_left_edge_secure_ipv6_body() { |
10762 |
rcv_syn_established_left_edge_secure_ipv6_body() { |
9225 |
|
10763 |
|
|
|
10764 |
|
9226 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv6.pkt |
10765 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv6.pkt |
9227 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv6.pkt |
10766 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-left-edge-secure-ipv6.pkt |
9228 |
} |
10767 |
} |
9229 |
rcv_syn_established_left_edge_secure_ipv6_cleanup() { |
10768 |
rcv_syn_established_left_edge_secure_ipv6_cleanup() { |
9230 |
restore_sysctls |
10769 |
restore_sysctls |
9231 |
} |
10770 |
} |
|
|
10771 |
|
9232 |
atf_test_case rcv_syn_established_outside_left_insecure_ipv4 cleanup |
10772 |
atf_test_case rcv_syn_established_outside_left_insecure_ipv4 cleanup |
9233 |
rcv_syn_established_outside_left_insecure_ipv4_head() { |
10773 |
rcv_syn_established_outside_left_insecure_ipv4_head() { |
9234 |
atf_set timeout 10 |
10774 |
atf_set timeout 10 |
Lines 9236-9247
rcv_syn_established_outside_left_insecure_ipv4_head() {
Link Here
|
9236 |
} |
10776 |
} |
9237 |
rcv_syn_established_outside_left_insecure_ipv4_body() { |
10777 |
rcv_syn_established_outside_left_insecure_ipv4_body() { |
9238 |
|
10778 |
|
|
|
10779 |
|
9239 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv4.pkt |
10780 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv4.pkt |
9240 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv4.pkt |
10781 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv4.pkt |
9241 |
} |
10782 |
} |
9242 |
rcv_syn_established_outside_left_insecure_ipv4_cleanup() { |
10783 |
rcv_syn_established_outside_left_insecure_ipv4_cleanup() { |
9243 |
restore_sysctls |
10784 |
restore_sysctls |
9244 |
} |
10785 |
} |
|
|
10786 |
|
9245 |
atf_test_case rcv_syn_established_outside_left_insecure_ipv6 cleanup |
10787 |
atf_test_case rcv_syn_established_outside_left_insecure_ipv6 cleanup |
9246 |
rcv_syn_established_outside_left_insecure_ipv6_head() { |
10788 |
rcv_syn_established_outside_left_insecure_ipv6_head() { |
9247 |
atf_set timeout 10 |
10789 |
atf_set timeout 10 |
Lines 9249-9260
rcv_syn_established_outside_left_insecure_ipv6_head() {
Link Here
|
9249 |
} |
10791 |
} |
9250 |
rcv_syn_established_outside_left_insecure_ipv6_body() { |
10792 |
rcv_syn_established_outside_left_insecure_ipv6_body() { |
9251 |
|
10793 |
|
|
|
10794 |
|
9252 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv6.pkt |
10795 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv6.pkt |
9253 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv6.pkt |
10796 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-insecure-ipv6.pkt |
9254 |
} |
10797 |
} |
9255 |
rcv_syn_established_outside_left_insecure_ipv6_cleanup() { |
10798 |
rcv_syn_established_outside_left_insecure_ipv6_cleanup() { |
9256 |
restore_sysctls |
10799 |
restore_sysctls |
9257 |
} |
10800 |
} |
|
|
10801 |
|
9258 |
atf_test_case rcv_syn_established_outside_left_secure_ipv4 cleanup |
10802 |
atf_test_case rcv_syn_established_outside_left_secure_ipv4 cleanup |
9259 |
rcv_syn_established_outside_left_secure_ipv4_head() { |
10803 |
rcv_syn_established_outside_left_secure_ipv4_head() { |
9260 |
atf_set timeout 10 |
10804 |
atf_set timeout 10 |
Lines 9262-9273
rcv_syn_established_outside_left_secure_ipv4_head() {
Link Here
|
9262 |
} |
10806 |
} |
9263 |
rcv_syn_established_outside_left_secure_ipv4_body() { |
10807 |
rcv_syn_established_outside_left_secure_ipv4_body() { |
9264 |
|
10808 |
|
|
|
10809 |
|
9265 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv4.pkt |
10810 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv4.pkt |
9266 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv4.pkt |
10811 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv4.pkt |
9267 |
} |
10812 |
} |
9268 |
rcv_syn_established_outside_left_secure_ipv4_cleanup() { |
10813 |
rcv_syn_established_outside_left_secure_ipv4_cleanup() { |
9269 |
restore_sysctls |
10814 |
restore_sysctls |
9270 |
} |
10815 |
} |
|
|
10816 |
|
9271 |
atf_test_case rcv_syn_established_outside_left_secure_ipv6 cleanup |
10817 |
atf_test_case rcv_syn_established_outside_left_secure_ipv6 cleanup |
9272 |
rcv_syn_established_outside_left_secure_ipv6_head() { |
10818 |
rcv_syn_established_outside_left_secure_ipv6_head() { |
9273 |
atf_set timeout 10 |
10819 |
atf_set timeout 10 |
Lines 9275-9286
rcv_syn_established_outside_left_secure_ipv6_head() {
Link Here
|
9275 |
} |
10821 |
} |
9276 |
rcv_syn_established_outside_left_secure_ipv6_body() { |
10822 |
rcv_syn_established_outside_left_secure_ipv6_body() { |
9277 |
|
10823 |
|
|
|
10824 |
|
9278 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv6.pkt |
10825 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv6.pkt |
9279 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv6.pkt |
10826 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-left-secure-ipv6.pkt |
9280 |
} |
10827 |
} |
9281 |
rcv_syn_established_outside_left_secure_ipv6_cleanup() { |
10828 |
rcv_syn_established_outside_left_secure_ipv6_cleanup() { |
9282 |
restore_sysctls |
10829 |
restore_sysctls |
9283 |
} |
10830 |
} |
|
|
10831 |
|
9284 |
atf_test_case rcv_syn_established_outside_right_insecure_ipv4 cleanup |
10832 |
atf_test_case rcv_syn_established_outside_right_insecure_ipv4 cleanup |
9285 |
rcv_syn_established_outside_right_insecure_ipv4_head() { |
10833 |
rcv_syn_established_outside_right_insecure_ipv4_head() { |
9286 |
atf_set timeout 10 |
10834 |
atf_set timeout 10 |
Lines 9288-9299
rcv_syn_established_outside_right_insecure_ipv4_head() {
Link Here
|
9288 |
} |
10836 |
} |
9289 |
rcv_syn_established_outside_right_insecure_ipv4_body() { |
10837 |
rcv_syn_established_outside_right_insecure_ipv4_body() { |
9290 |
|
10838 |
|
|
|
10839 |
|
9291 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv4.pkt |
10840 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv4.pkt |
9292 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv4.pkt |
10841 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv4.pkt |
9293 |
} |
10842 |
} |
9294 |
rcv_syn_established_outside_right_insecure_ipv4_cleanup() { |
10843 |
rcv_syn_established_outside_right_insecure_ipv4_cleanup() { |
9295 |
restore_sysctls |
10844 |
restore_sysctls |
9296 |
} |
10845 |
} |
|
|
10846 |
|
9297 |
atf_test_case rcv_syn_established_outside_right_insecure_ipv6 cleanup |
10847 |
atf_test_case rcv_syn_established_outside_right_insecure_ipv6 cleanup |
9298 |
rcv_syn_established_outside_right_insecure_ipv6_head() { |
10848 |
rcv_syn_established_outside_right_insecure_ipv6_head() { |
9299 |
atf_set timeout 10 |
10849 |
atf_set timeout 10 |
Lines 9301-9312
rcv_syn_established_outside_right_insecure_ipv6_head() {
Link Here
|
9301 |
} |
10851 |
} |
9302 |
rcv_syn_established_outside_right_insecure_ipv6_body() { |
10852 |
rcv_syn_established_outside_right_insecure_ipv6_body() { |
9303 |
|
10853 |
|
|
|
10854 |
|
9304 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv6.pkt |
10855 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv6.pkt |
9305 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv6.pkt |
10856 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-insecure-ipv6.pkt |
9306 |
} |
10857 |
} |
9307 |
rcv_syn_established_outside_right_insecure_ipv6_cleanup() { |
10858 |
rcv_syn_established_outside_right_insecure_ipv6_cleanup() { |
9308 |
restore_sysctls |
10859 |
restore_sysctls |
9309 |
} |
10860 |
} |
|
|
10861 |
|
9310 |
atf_test_case rcv_syn_established_outside_right_secure_ipv4 cleanup |
10862 |
atf_test_case rcv_syn_established_outside_right_secure_ipv4 cleanup |
9311 |
rcv_syn_established_outside_right_secure_ipv4_head() { |
10863 |
rcv_syn_established_outside_right_secure_ipv4_head() { |
9312 |
atf_set timeout 10 |
10864 |
atf_set timeout 10 |
Lines 9314-9325
rcv_syn_established_outside_right_secure_ipv4_head() {
Link Here
|
9314 |
} |
10866 |
} |
9315 |
rcv_syn_established_outside_right_secure_ipv4_body() { |
10867 |
rcv_syn_established_outside_right_secure_ipv4_body() { |
9316 |
|
10868 |
|
|
|
10869 |
|
9317 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv4.pkt |
10870 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv4.pkt |
9318 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv4.pkt |
10871 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv4.pkt |
9319 |
} |
10872 |
} |
9320 |
rcv_syn_established_outside_right_secure_ipv4_cleanup() { |
10873 |
rcv_syn_established_outside_right_secure_ipv4_cleanup() { |
9321 |
restore_sysctls |
10874 |
restore_sysctls |
9322 |
} |
10875 |
} |
|
|
10876 |
|
9323 |
atf_test_case rcv_syn_established_outside_right_secure_ipv6 cleanup |
10877 |
atf_test_case rcv_syn_established_outside_right_secure_ipv6 cleanup |
9324 |
rcv_syn_established_outside_right_secure_ipv6_head() { |
10878 |
rcv_syn_established_outside_right_secure_ipv6_head() { |
9325 |
atf_set timeout 10 |
10879 |
atf_set timeout 10 |
Lines 9327-9338
rcv_syn_established_outside_right_secure_ipv6_head() {
Link Here
|
9327 |
} |
10881 |
} |
9328 |
rcv_syn_established_outside_right_secure_ipv6_body() { |
10882 |
rcv_syn_established_outside_right_secure_ipv6_body() { |
9329 |
|
10883 |
|
|
|
10884 |
|
9330 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv6.pkt |
10885 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv6.pkt |
9331 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv6.pkt |
10886 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-outside-right-secure-ipv6.pkt |
9332 |
} |
10887 |
} |
9333 |
rcv_syn_established_outside_right_secure_ipv6_cleanup() { |
10888 |
rcv_syn_established_outside_right_secure_ipv6_cleanup() { |
9334 |
restore_sysctls |
10889 |
restore_sysctls |
9335 |
} |
10890 |
} |
|
|
10891 |
|
9336 |
atf_test_case rcv_syn_established_right_edge_insecure_ipv4 cleanup |
10892 |
atf_test_case rcv_syn_established_right_edge_insecure_ipv4 cleanup |
9337 |
rcv_syn_established_right_edge_insecure_ipv4_head() { |
10893 |
rcv_syn_established_right_edge_insecure_ipv4_head() { |
9338 |
atf_set timeout 10 |
10894 |
atf_set timeout 10 |
Lines 9340-9351
rcv_syn_established_right_edge_insecure_ipv4_head() {
Link Here
|
9340 |
} |
10896 |
} |
9341 |
rcv_syn_established_right_edge_insecure_ipv4_body() { |
10897 |
rcv_syn_established_right_edge_insecure_ipv4_body() { |
9342 |
|
10898 |
|
|
|
10899 |
|
9343 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv4.pkt |
10900 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv4.pkt |
9344 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv4.pkt |
10901 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv4.pkt |
9345 |
} |
10902 |
} |
9346 |
rcv_syn_established_right_edge_insecure_ipv4_cleanup() { |
10903 |
rcv_syn_established_right_edge_insecure_ipv4_cleanup() { |
9347 |
restore_sysctls |
10904 |
restore_sysctls |
9348 |
} |
10905 |
} |
|
|
10906 |
|
9349 |
atf_test_case rcv_syn_established_right_edge_insecure_ipv6 cleanup |
10907 |
atf_test_case rcv_syn_established_right_edge_insecure_ipv6 cleanup |
9350 |
rcv_syn_established_right_edge_insecure_ipv6_head() { |
10908 |
rcv_syn_established_right_edge_insecure_ipv6_head() { |
9351 |
atf_set timeout 10 |
10909 |
atf_set timeout 10 |
Lines 9353-9364
rcv_syn_established_right_edge_insecure_ipv6_head() {
Link Here
|
9353 |
} |
10911 |
} |
9354 |
rcv_syn_established_right_edge_insecure_ipv6_body() { |
10912 |
rcv_syn_established_right_edge_insecure_ipv6_body() { |
9355 |
|
10913 |
|
|
|
10914 |
|
9356 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv6.pkt |
10915 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv6.pkt |
9357 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv6.pkt |
10916 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-insecure-ipv6.pkt |
9358 |
} |
10917 |
} |
9359 |
rcv_syn_established_right_edge_insecure_ipv6_cleanup() { |
10918 |
rcv_syn_established_right_edge_insecure_ipv6_cleanup() { |
9360 |
restore_sysctls |
10919 |
restore_sysctls |
9361 |
} |
10920 |
} |
|
|
10921 |
|
9362 |
atf_test_case rcv_syn_established_right_edge_secure_ipv4 cleanup |
10922 |
atf_test_case rcv_syn_established_right_edge_secure_ipv4 cleanup |
9363 |
rcv_syn_established_right_edge_secure_ipv4_head() { |
10923 |
rcv_syn_established_right_edge_secure_ipv4_head() { |
9364 |
atf_set timeout 10 |
10924 |
atf_set timeout 10 |
Lines 9366-9377
rcv_syn_established_right_edge_secure_ipv4_head() {
Link Here
|
9366 |
} |
10926 |
} |
9367 |
rcv_syn_established_right_edge_secure_ipv4_body() { |
10927 |
rcv_syn_established_right_edge_secure_ipv4_body() { |
9368 |
|
10928 |
|
|
|
10929 |
|
9369 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv4.pkt |
10930 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv4.pkt |
9370 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv4.pkt |
10931 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv4.pkt |
9371 |
} |
10932 |
} |
9372 |
rcv_syn_established_right_edge_secure_ipv4_cleanup() { |
10933 |
rcv_syn_established_right_edge_secure_ipv4_cleanup() { |
9373 |
restore_sysctls |
10934 |
restore_sysctls |
9374 |
} |
10935 |
} |
|
|
10936 |
|
9375 |
atf_test_case rcv_syn_established_right_edge_secure_ipv6 cleanup |
10937 |
atf_test_case rcv_syn_established_right_edge_secure_ipv6 cleanup |
9376 |
rcv_syn_established_right_edge_secure_ipv6_head() { |
10938 |
rcv_syn_established_right_edge_secure_ipv6_head() { |
9377 |
atf_set timeout 10 |
10939 |
atf_set timeout 10 |
Lines 9379-9390
rcv_syn_established_right_edge_secure_ipv6_head() {
Link Here
|
9379 |
} |
10941 |
} |
9380 |
rcv_syn_established_right_edge_secure_ipv6_body() { |
10942 |
rcv_syn_established_right_edge_secure_ipv6_body() { |
9381 |
|
10943 |
|
|
|
10944 |
|
9382 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv6.pkt |
10945 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv6.pkt |
9383 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv6.pkt |
10946 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-established/rcv-syn-established-right-edge-secure-ipv6.pkt |
9384 |
} |
10947 |
} |
9385 |
rcv_syn_established_right_edge_secure_ipv6_cleanup() { |
10948 |
rcv_syn_established_right_edge_secure_ipv6_cleanup() { |
9386 |
restore_sysctls |
10949 |
restore_sysctls |
9387 |
} |
10950 |
} |
|
|
10951 |
|
9388 |
atf_test_case rcv_syn_fin_with_data_closed_ipv4 cleanup |
10952 |
atf_test_case rcv_syn_fin_with_data_closed_ipv4 cleanup |
9389 |
rcv_syn_fin_with_data_closed_ipv4_head() { |
10953 |
rcv_syn_fin_with_data_closed_ipv4_head() { |
9390 |
atf_set timeout 10 |
10954 |
atf_set timeout 10 |
Lines 9392-9403
rcv_syn_fin_with_data_closed_ipv4_head() {
Link Here
|
9392 |
} |
10956 |
} |
9393 |
rcv_syn_fin_with_data_closed_ipv4_body() { |
10957 |
rcv_syn_fin_with_data_closed_ipv4_body() { |
9394 |
|
10958 |
|
|
|
10959 |
|
9395 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv4.pkt |
10960 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv4.pkt |
9396 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv4.pkt |
10961 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv4.pkt |
9397 |
} |
10962 |
} |
9398 |
rcv_syn_fin_with_data_closed_ipv4_cleanup() { |
10963 |
rcv_syn_fin_with_data_closed_ipv4_cleanup() { |
9399 |
restore_sysctls |
10964 |
restore_sysctls |
9400 |
} |
10965 |
} |
|
|
10966 |
|
9401 |
atf_test_case rcv_syn_fin_with_data_closed_ipv6 cleanup |
10967 |
atf_test_case rcv_syn_fin_with_data_closed_ipv6 cleanup |
9402 |
rcv_syn_fin_with_data_closed_ipv6_head() { |
10968 |
rcv_syn_fin_with_data_closed_ipv6_head() { |
9403 |
atf_set timeout 10 |
10969 |
atf_set timeout 10 |
Lines 9405-9416
rcv_syn_fin_with_data_closed_ipv6_head() {
Link Here
|
9405 |
} |
10971 |
} |
9406 |
rcv_syn_fin_with_data_closed_ipv6_body() { |
10972 |
rcv_syn_fin_with_data_closed_ipv6_body() { |
9407 |
|
10973 |
|
|
|
10974 |
|
9408 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv6.pkt |
10975 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv6.pkt |
9409 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv6.pkt |
10976 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-with-data-closed-ipv6.pkt |
9410 |
} |
10977 |
} |
9411 |
rcv_syn_fin_with_data_closed_ipv6_cleanup() { |
10978 |
rcv_syn_fin_with_data_closed_ipv6_cleanup() { |
9412 |
restore_sysctls |
10979 |
restore_sysctls |
9413 |
} |
10980 |
} |
|
|
10981 |
|
9414 |
atf_test_case rcv_syn_fin_without_data_closed_ipv4 cleanup |
10982 |
atf_test_case rcv_syn_fin_without_data_closed_ipv4 cleanup |
9415 |
rcv_syn_fin_without_data_closed_ipv4_head() { |
10983 |
rcv_syn_fin_without_data_closed_ipv4_head() { |
9416 |
atf_set timeout 10 |
10984 |
atf_set timeout 10 |
Lines 9418-9429
rcv_syn_fin_without_data_closed_ipv4_head() {
Link Here
|
9418 |
} |
10986 |
} |
9419 |
rcv_syn_fin_without_data_closed_ipv4_body() { |
10987 |
rcv_syn_fin_without_data_closed_ipv4_body() { |
9420 |
|
10988 |
|
|
|
10989 |
|
9421 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv4.pkt |
10990 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv4.pkt |
9422 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv4.pkt |
10991 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv4.pkt |
9423 |
} |
10992 |
} |
9424 |
rcv_syn_fin_without_data_closed_ipv4_cleanup() { |
10993 |
rcv_syn_fin_without_data_closed_ipv4_cleanup() { |
9425 |
restore_sysctls |
10994 |
restore_sysctls |
9426 |
} |
10995 |
} |
|
|
10996 |
|
9427 |
atf_test_case rcv_syn_fin_without_data_closed_ipv6 cleanup |
10997 |
atf_test_case rcv_syn_fin_without_data_closed_ipv6 cleanup |
9428 |
rcv_syn_fin_without_data_closed_ipv6_head() { |
10998 |
rcv_syn_fin_without_data_closed_ipv6_head() { |
9429 |
atf_set timeout 10 |
10999 |
atf_set timeout 10 |
Lines 9431-9442
rcv_syn_fin_without_data_closed_ipv6_head() {
Link Here
|
9431 |
} |
11001 |
} |
9432 |
rcv_syn_fin_without_data_closed_ipv6_body() { |
11002 |
rcv_syn_fin_without_data_closed_ipv6_body() { |
9433 |
|
11003 |
|
|
|
11004 |
|
9434 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv6.pkt |
11005 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv6.pkt |
9435 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv6.pkt |
11006 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-closed/rcv-syn-fin-without-data-closed-ipv6.pkt |
9436 |
} |
11007 |
} |
9437 |
rcv_syn_fin_without_data_closed_ipv6_cleanup() { |
11008 |
rcv_syn_fin_without_data_closed_ipv6_cleanup() { |
9438 |
restore_sysctls |
11009 |
restore_sysctls |
9439 |
} |
11010 |
} |
|
|
11011 |
|
9440 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_disabled_ipv4 cleanup |
11012 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_disabled_ipv4 cleanup |
9441 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_head() { |
11013 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_head() { |
9442 |
atf_set timeout 10 |
11014 |
atf_set timeout 10 |
Lines 9444-9455
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_head() {
Link Here
|
9444 |
} |
11016 |
} |
9445 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_body() { |
11017 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_body() { |
9446 |
|
11018 |
|
|
|
11019 |
|
9447 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv4.pkt |
11020 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv4.pkt |
9448 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv4.pkt |
11021 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv4.pkt |
9449 |
} |
11022 |
} |
9450 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_cleanup() { |
11023 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv4_cleanup() { |
9451 |
restore_sysctls |
11024 |
restore_sysctls |
9452 |
} |
11025 |
} |
|
|
11026 |
|
9453 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_disabled_ipv6 cleanup |
11027 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_disabled_ipv6 cleanup |
9454 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_head() { |
11028 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_head() { |
9455 |
atf_set timeout 10 |
11029 |
atf_set timeout 10 |
Lines 9457-9468
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_head() {
Link Here
|
9457 |
} |
11031 |
} |
9458 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_body() { |
11032 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_body() { |
9459 |
|
11033 |
|
|
|
11034 |
|
9460 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv6.pkt |
11035 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv6.pkt |
9461 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv6.pkt |
11036 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-disabled-ipv6.pkt |
9462 |
} |
11037 |
} |
9463 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_cleanup() { |
11038 |
rcv_syn_fin_with_data_listen_dropping_disabled_ipv6_cleanup() { |
9464 |
restore_sysctls |
11039 |
restore_sysctls |
9465 |
} |
11040 |
} |
|
|
11041 |
|
9466 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_enabled_ipv4 cleanup |
11042 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_enabled_ipv4 cleanup |
9467 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_head() { |
11043 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_head() { |
9468 |
atf_set timeout 10 |
11044 |
atf_set timeout 10 |
Lines 9470-9481
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_head() {
Link Here
|
9470 |
} |
11046 |
} |
9471 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_body() { |
11047 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_body() { |
9472 |
|
11048 |
|
|
|
11049 |
|
9473 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv4.pkt |
11050 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv4.pkt |
9474 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv4.pkt |
11051 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv4.pkt |
9475 |
} |
11052 |
} |
9476 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_cleanup() { |
11053 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv4_cleanup() { |
9477 |
restore_sysctls |
11054 |
restore_sysctls |
9478 |
} |
11055 |
} |
|
|
11056 |
|
9479 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_enabled_ipv6 cleanup |
11057 |
atf_test_case rcv_syn_fin_with_data_listen_dropping_enabled_ipv6 cleanup |
9480 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_head() { |
11058 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_head() { |
9481 |
atf_set timeout 10 |
11059 |
atf_set timeout 10 |
Lines 9483-9494
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_head() {
Link Here
|
9483 |
} |
11061 |
} |
9484 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_body() { |
11062 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_body() { |
9485 |
|
11063 |
|
|
|
11064 |
|
9486 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv6.pkt |
11065 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv6.pkt |
9487 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv6.pkt |
11066 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-with-data-listen-dropping-enabled-ipv6.pkt |
9488 |
} |
11067 |
} |
9489 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_cleanup() { |
11068 |
rcv_syn_fin_with_data_listen_dropping_enabled_ipv6_cleanup() { |
9490 |
restore_sysctls |
11069 |
restore_sysctls |
9491 |
} |
11070 |
} |
|
|
11071 |
|
9492 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_disabled_ipv4 cleanup |
11072 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_disabled_ipv4 cleanup |
9493 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_head() { |
11073 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_head() { |
9494 |
atf_set timeout 10 |
11074 |
atf_set timeout 10 |
Lines 9496-9507
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_head() {
Link Here
|
9496 |
} |
11076 |
} |
9497 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_body() { |
11077 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_body() { |
9498 |
|
11078 |
|
|
|
11079 |
|
9499 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv4.pkt |
11080 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv4.pkt |
9500 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv4.pkt |
11081 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv4.pkt |
9501 |
} |
11082 |
} |
9502 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_cleanup() { |
11083 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv4_cleanup() { |
9503 |
restore_sysctls |
11084 |
restore_sysctls |
9504 |
} |
11085 |
} |
|
|
11086 |
|
9505 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_disabled_ipv6 cleanup |
11087 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_disabled_ipv6 cleanup |
9506 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_head() { |
11088 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_head() { |
9507 |
atf_set timeout 10 |
11089 |
atf_set timeout 10 |
Lines 9509-9520
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_head() {
Link Here
|
9509 |
} |
11091 |
} |
9510 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_body() { |
11092 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_body() { |
9511 |
|
11093 |
|
|
|
11094 |
|
9512 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv6.pkt |
11095 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv6.pkt |
9513 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv6.pkt |
11096 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-disabled-ipv6.pkt |
9514 |
} |
11097 |
} |
9515 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_cleanup() { |
11098 |
rcv_syn_fin_without_data_listen_dropping_disabled_ipv6_cleanup() { |
9516 |
restore_sysctls |
11099 |
restore_sysctls |
9517 |
} |
11100 |
} |
|
|
11101 |
|
9518 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_enabled_ipv4 cleanup |
11102 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_enabled_ipv4 cleanup |
9519 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_head() { |
11103 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_head() { |
9520 |
atf_set timeout 10 |
11104 |
atf_set timeout 10 |
Lines 9522-9533
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_head() {
Link Here
|
9522 |
} |
11106 |
} |
9523 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_body() { |
11107 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_body() { |
9524 |
|
11108 |
|
|
|
11109 |
|
9525 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv4.pkt |
11110 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv4.pkt |
9526 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv4.pkt |
11111 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv4.pkt |
9527 |
} |
11112 |
} |
9528 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_cleanup() { |
11113 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv4_cleanup() { |
9529 |
restore_sysctls |
11114 |
restore_sysctls |
9530 |
} |
11115 |
} |
|
|
11116 |
|
9531 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_enabled_ipv6 cleanup |
11117 |
atf_test_case rcv_syn_fin_without_data_listen_dropping_enabled_ipv6 cleanup |
9532 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_head() { |
11118 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_head() { |
9533 |
atf_set timeout 10 |
11119 |
atf_set timeout 10 |
Lines 9535-9546
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_head() {
Link Here
|
9535 |
} |
11121 |
} |
9536 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_body() { |
11122 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_body() { |
9537 |
|
11123 |
|
|
|
11124 |
|
9538 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv6.pkt |
11125 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv6.pkt |
9539 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv6.pkt |
11126 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-listen/rcv-syn-fin-without-data-listen-dropping-enabled-ipv6.pkt |
9540 |
} |
11127 |
} |
9541 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_cleanup() { |
11128 |
rcv_syn_fin_without_data_listen_dropping_enabled_ipv6_cleanup() { |
9542 |
restore_sysctls |
11129 |
restore_sysctls |
9543 |
} |
11130 |
} |
|
|
11131 |
|
9544 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4 cleanup |
11132 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4 cleanup |
9545 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_head() { |
11133 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_head() { |
9546 |
atf_set timeout 10 |
11134 |
atf_set timeout 10 |
Lines 9548-9559
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_head() {
Link Here
|
9548 |
} |
11136 |
} |
9549 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_body() { |
11137 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_body() { |
9550 |
|
11138 |
|
|
|
11139 |
|
9551 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv4.pkt |
11140 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv4.pkt |
9552 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv4.pkt |
11141 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv4.pkt |
9553 |
} |
11142 |
} |
9554 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_cleanup() { |
11143 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv4_cleanup() { |
9555 |
restore_sysctls |
11144 |
restore_sysctls |
9556 |
} |
11145 |
} |
|
|
11146 |
|
9557 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6 cleanup |
11147 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6 cleanup |
9558 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_head() { |
11148 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_head() { |
9559 |
atf_set timeout 10 |
11149 |
atf_set timeout 10 |
Lines 9561-9572
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_head() {
Link Here
|
9561 |
} |
11151 |
} |
9562 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_body() { |
11152 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_body() { |
9563 |
|
11153 |
|
|
|
11154 |
|
9564 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv6.pkt |
11155 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv6.pkt |
9565 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv6.pkt |
11156 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-disabled-ipv6.pkt |
9566 |
} |
11157 |
} |
9567 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_cleanup() { |
11158 |
rcv_syn_fin_with_data_syn_sent_dropping_disabled_ipv6_cleanup() { |
9568 |
restore_sysctls |
11159 |
restore_sysctls |
9569 |
} |
11160 |
} |
|
|
11161 |
|
9570 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4 cleanup |
11162 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4 cleanup |
9571 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_head() { |
11163 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_head() { |
9572 |
atf_set timeout 10 |
11164 |
atf_set timeout 10 |
Lines 9574-9585
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_head() {
Link Here
|
9574 |
} |
11166 |
} |
9575 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_body() { |
11167 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_body() { |
9576 |
|
11168 |
|
|
|
11169 |
|
9577 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv4.pkt |
11170 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv4.pkt |
9578 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv4.pkt |
11171 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv4.pkt |
9579 |
} |
11172 |
} |
9580 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_cleanup() { |
11173 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv4_cleanup() { |
9581 |
restore_sysctls |
11174 |
restore_sysctls |
9582 |
} |
11175 |
} |
|
|
11176 |
|
9583 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6 cleanup |
11177 |
atf_test_case rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6 cleanup |
9584 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_head() { |
11178 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_head() { |
9585 |
atf_set timeout 10 |
11179 |
atf_set timeout 10 |
Lines 9587-9598
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_head() {
Link Here
|
9587 |
} |
11181 |
} |
9588 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_body() { |
11182 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_body() { |
9589 |
|
11183 |
|
|
|
11184 |
|
9590 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv6.pkt |
11185 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv6.pkt |
9591 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv6.pkt |
11186 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-with-data-syn-sent-dropping-enabled-ipv6.pkt |
9592 |
} |
11187 |
} |
9593 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_cleanup() { |
11188 |
rcv_syn_fin_with_data_syn_sent_dropping_enabled_ipv6_cleanup() { |
9594 |
restore_sysctls |
11189 |
restore_sysctls |
9595 |
} |
11190 |
} |
|
|
11191 |
|
9596 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4 cleanup |
11192 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4 cleanup |
9597 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_head() { |
11193 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_head() { |
9598 |
atf_set timeout 10 |
11194 |
atf_set timeout 10 |
Lines 9600-9611
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_head() {
Link Here
|
9600 |
} |
11196 |
} |
9601 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_body() { |
11197 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_body() { |
9602 |
|
11198 |
|
|
|
11199 |
|
9603 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv4.pkt |
11200 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv4.pkt |
9604 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv4.pkt |
11201 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv4.pkt |
9605 |
} |
11202 |
} |
9606 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_cleanup() { |
11203 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv4_cleanup() { |
9607 |
restore_sysctls |
11204 |
restore_sysctls |
9608 |
} |
11205 |
} |
|
|
11206 |
|
9609 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6 cleanup |
11207 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6 cleanup |
9610 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_head() { |
11208 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_head() { |
9611 |
atf_set timeout 10 |
11209 |
atf_set timeout 10 |
Lines 9613-9624
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_head() {
Link Here
|
9613 |
} |
11211 |
} |
9614 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_body() { |
11212 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_body() { |
9615 |
|
11213 |
|
|
|
11214 |
|
9616 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv6.pkt |
11215 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv6.pkt |
9617 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv6.pkt |
11216 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-disabled-ipv6.pkt |
9618 |
} |
11217 |
} |
9619 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_cleanup() { |
11218 |
rcv_syn_fin_without_data_syn_sent_dropping_disabled_ipv6_cleanup() { |
9620 |
restore_sysctls |
11219 |
restore_sysctls |
9621 |
} |
11220 |
} |
|
|
11221 |
|
9622 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4 cleanup |
11222 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4 cleanup |
9623 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_head() { |
11223 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_head() { |
9624 |
atf_set timeout 10 |
11224 |
atf_set timeout 10 |
Lines 9626-9637
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_head() {
Link Here
|
9626 |
} |
11226 |
} |
9627 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_body() { |
11227 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_body() { |
9628 |
|
11228 |
|
|
|
11229 |
|
9629 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv4.pkt |
11230 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv4.pkt |
9630 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv4.pkt |
11231 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv4.pkt |
9631 |
} |
11232 |
} |
9632 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_cleanup() { |
11233 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv4_cleanup() { |
9633 |
restore_sysctls |
11234 |
restore_sysctls |
9634 |
} |
11235 |
} |
|
|
11236 |
|
9635 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6 cleanup |
11237 |
atf_test_case rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6 cleanup |
9636 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_head() { |
11238 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_head() { |
9637 |
atf_set timeout 10 |
11239 |
atf_set timeout 10 |
Lines 9639-9650
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_head() {
Link Here
|
9639 |
} |
11241 |
} |
9640 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_body() { |
11242 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_body() { |
9641 |
|
11243 |
|
|
|
11244 |
|
9642 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv6.pkt |
11245 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv6.pkt |
9643 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv6.pkt |
11246 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-syn-sent/rcv-syn-fin-without-data-syn-sent-dropping-enabled-ipv6.pkt |
9644 |
} |
11247 |
} |
9645 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_cleanup() { |
11248 |
rcv_syn_fin_without_data_syn_sent_dropping_enabled_ipv6_cleanup() { |
9646 |
restore_sysctls |
11249 |
restore_sysctls |
9647 |
} |
11250 |
} |
|
|
11251 |
|
9648 |
atf_test_case rcv_syn_fin_wait_1_left_edge_insecure_ipv4 cleanup |
11252 |
atf_test_case rcv_syn_fin_wait_1_left_edge_insecure_ipv4 cleanup |
9649 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_head() { |
11253 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_head() { |
9650 |
atf_set timeout 10 |
11254 |
atf_set timeout 10 |
Lines 9652-9663
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_head() {
Link Here
|
9652 |
} |
11256 |
} |
9653 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_body() { |
11257 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_body() { |
9654 |
|
11258 |
|
|
|
11259 |
|
9655 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv4.pkt |
11260 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv4.pkt |
9656 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv4.pkt |
11261 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv4.pkt |
9657 |
} |
11262 |
} |
9658 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_cleanup() { |
11263 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv4_cleanup() { |
9659 |
restore_sysctls |
11264 |
restore_sysctls |
9660 |
} |
11265 |
} |
|
|
11266 |
|
9661 |
atf_test_case rcv_syn_fin_wait_1_left_edge_insecure_ipv6 cleanup |
11267 |
atf_test_case rcv_syn_fin_wait_1_left_edge_insecure_ipv6 cleanup |
9662 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_head() { |
11268 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_head() { |
9663 |
atf_set timeout 10 |
11269 |
atf_set timeout 10 |
Lines 9665-9676
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_head() {
Link Here
|
9665 |
} |
11271 |
} |
9666 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_body() { |
11272 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_body() { |
9667 |
|
11273 |
|
|
|
11274 |
|
9668 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv6.pkt |
11275 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv6.pkt |
9669 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv6.pkt |
11276 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-insecure-ipv6.pkt |
9670 |
} |
11277 |
} |
9671 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_cleanup() { |
11278 |
rcv_syn_fin_wait_1_left_edge_insecure_ipv6_cleanup() { |
9672 |
restore_sysctls |
11279 |
restore_sysctls |
9673 |
} |
11280 |
} |
|
|
11281 |
|
9674 |
atf_test_case rcv_syn_fin_wait_1_left_edge_secure_ipv4 cleanup |
11282 |
atf_test_case rcv_syn_fin_wait_1_left_edge_secure_ipv4 cleanup |
9675 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_head() { |
11283 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_head() { |
9676 |
atf_set timeout 10 |
11284 |
atf_set timeout 10 |
Lines 9678-9689
rcv_syn_fin_wait_1_left_edge_secure_ipv4_head() {
Link Here
|
9678 |
} |
11286 |
} |
9679 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_body() { |
11287 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_body() { |
9680 |
|
11288 |
|
|
|
11289 |
|
9681 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv4.pkt |
11290 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv4.pkt |
9682 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv4.pkt |
11291 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv4.pkt |
9683 |
} |
11292 |
} |
9684 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_cleanup() { |
11293 |
rcv_syn_fin_wait_1_left_edge_secure_ipv4_cleanup() { |
9685 |
restore_sysctls |
11294 |
restore_sysctls |
9686 |
} |
11295 |
} |
|
|
11296 |
|
9687 |
atf_test_case rcv_syn_fin_wait_1_left_edge_secure_ipv6 cleanup |
11297 |
atf_test_case rcv_syn_fin_wait_1_left_edge_secure_ipv6 cleanup |
9688 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_head() { |
11298 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_head() { |
9689 |
atf_set timeout 10 |
11299 |
atf_set timeout 10 |
Lines 9691-9702
rcv_syn_fin_wait_1_left_edge_secure_ipv6_head() {
Link Here
|
9691 |
} |
11301 |
} |
9692 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_body() { |
11302 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_body() { |
9693 |
|
11303 |
|
|
|
11304 |
|
9694 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv6.pkt |
11305 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv6.pkt |
9695 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv6.pkt |
11306 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-left-edge-secure-ipv6.pkt |
9696 |
} |
11307 |
} |
9697 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_cleanup() { |
11308 |
rcv_syn_fin_wait_1_left_edge_secure_ipv6_cleanup() { |
9698 |
restore_sysctls |
11309 |
restore_sysctls |
9699 |
} |
11310 |
} |
|
|
11311 |
|
9700 |
atf_test_case rcv_syn_fin_wait_1_outside_left_insecure_ipv4 cleanup |
11312 |
atf_test_case rcv_syn_fin_wait_1_outside_left_insecure_ipv4 cleanup |
9701 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_head() { |
11313 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_head() { |
9702 |
atf_set timeout 10 |
11314 |
atf_set timeout 10 |
Lines 9704-9715
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_head() {
Link Here
|
9704 |
} |
11316 |
} |
9705 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_body() { |
11317 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_body() { |
9706 |
|
11318 |
|
|
|
11319 |
|
9707 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv4.pkt |
11320 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv4.pkt |
9708 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv4.pkt |
11321 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv4.pkt |
9709 |
} |
11322 |
} |
9710 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_cleanup() { |
11323 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv4_cleanup() { |
9711 |
restore_sysctls |
11324 |
restore_sysctls |
9712 |
} |
11325 |
} |
|
|
11326 |
|
9713 |
atf_test_case rcv_syn_fin_wait_1_outside_left_insecure_ipv6 cleanup |
11327 |
atf_test_case rcv_syn_fin_wait_1_outside_left_insecure_ipv6 cleanup |
9714 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_head() { |
11328 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_head() { |
9715 |
atf_set timeout 10 |
11329 |
atf_set timeout 10 |
Lines 9717-9728
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_head() {
Link Here
|
9717 |
} |
11331 |
} |
9718 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_body() { |
11332 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_body() { |
9719 |
|
11333 |
|
|
|
11334 |
|
9720 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv6.pkt |
11335 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv6.pkt |
9721 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv6.pkt |
11336 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-insecure-ipv6.pkt |
9722 |
} |
11337 |
} |
9723 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_cleanup() { |
11338 |
rcv_syn_fin_wait_1_outside_left_insecure_ipv6_cleanup() { |
9724 |
restore_sysctls |
11339 |
restore_sysctls |
9725 |
} |
11340 |
} |
|
|
11341 |
|
9726 |
atf_test_case rcv_syn_fin_wait_1_outside_left_secure_ipv4 cleanup |
11342 |
atf_test_case rcv_syn_fin_wait_1_outside_left_secure_ipv4 cleanup |
9727 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_head() { |
11343 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_head() { |
9728 |
atf_set timeout 10 |
11344 |
atf_set timeout 10 |
Lines 9730-9741
rcv_syn_fin_wait_1_outside_left_secure_ipv4_head() {
Link Here
|
9730 |
} |
11346 |
} |
9731 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_body() { |
11347 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_body() { |
9732 |
|
11348 |
|
|
|
11349 |
|
9733 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv4.pkt |
11350 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv4.pkt |
9734 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv4.pkt |
11351 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv4.pkt |
9735 |
} |
11352 |
} |
9736 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_cleanup() { |
11353 |
rcv_syn_fin_wait_1_outside_left_secure_ipv4_cleanup() { |
9737 |
restore_sysctls |
11354 |
restore_sysctls |
9738 |
} |
11355 |
} |
|
|
11356 |
|
9739 |
atf_test_case rcv_syn_fin_wait_1_outside_left_secure_ipv6 cleanup |
11357 |
atf_test_case rcv_syn_fin_wait_1_outside_left_secure_ipv6 cleanup |
9740 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_head() { |
11358 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_head() { |
9741 |
atf_set timeout 10 |
11359 |
atf_set timeout 10 |
Lines 9743-9754
rcv_syn_fin_wait_1_outside_left_secure_ipv6_head() {
Link Here
|
9743 |
} |
11361 |
} |
9744 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_body() { |
11362 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_body() { |
9745 |
|
11363 |
|
|
|
11364 |
|
9746 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv6.pkt |
11365 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv6.pkt |
9747 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv6.pkt |
11366 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-left-secure-ipv6.pkt |
9748 |
} |
11367 |
} |
9749 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_cleanup() { |
11368 |
rcv_syn_fin_wait_1_outside_left_secure_ipv6_cleanup() { |
9750 |
restore_sysctls |
11369 |
restore_sysctls |
9751 |
} |
11370 |
} |
|
|
11371 |
|
9752 |
atf_test_case rcv_syn_fin_wait_1_outside_right_insecure_ipv4 cleanup |
11372 |
atf_test_case rcv_syn_fin_wait_1_outside_right_insecure_ipv4 cleanup |
9753 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_head() { |
11373 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_head() { |
9754 |
atf_set timeout 10 |
11374 |
atf_set timeout 10 |
Lines 9756-9767
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_head() {
Link Here
|
9756 |
} |
11376 |
} |
9757 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_body() { |
11377 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_body() { |
9758 |
|
11378 |
|
|
|
11379 |
|
9759 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv4.pkt |
11380 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv4.pkt |
9760 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv4.pkt |
11381 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv4.pkt |
9761 |
} |
11382 |
} |
9762 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_cleanup() { |
11383 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv4_cleanup() { |
9763 |
restore_sysctls |
11384 |
restore_sysctls |
9764 |
} |
11385 |
} |
|
|
11386 |
|
9765 |
atf_test_case rcv_syn_fin_wait_1_outside_right_insecure_ipv6 cleanup |
11387 |
atf_test_case rcv_syn_fin_wait_1_outside_right_insecure_ipv6 cleanup |
9766 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_head() { |
11388 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_head() { |
9767 |
atf_set timeout 10 |
11389 |
atf_set timeout 10 |
Lines 9769-9780
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_head() {
Link Here
|
9769 |
} |
11391 |
} |
9770 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_body() { |
11392 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_body() { |
9771 |
|
11393 |
|
|
|
11394 |
|
9772 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv6.pkt |
11395 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv6.pkt |
9773 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv6.pkt |
11396 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-insecure-ipv6.pkt |
9774 |
} |
11397 |
} |
9775 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_cleanup() { |
11398 |
rcv_syn_fin_wait_1_outside_right_insecure_ipv6_cleanup() { |
9776 |
restore_sysctls |
11399 |
restore_sysctls |
9777 |
} |
11400 |
} |
|
|
11401 |
|
9778 |
atf_test_case rcv_syn_fin_wait_1_outside_right_secure_ipv4 cleanup |
11402 |
atf_test_case rcv_syn_fin_wait_1_outside_right_secure_ipv4 cleanup |
9779 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_head() { |
11403 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_head() { |
9780 |
atf_set timeout 10 |
11404 |
atf_set timeout 10 |
Lines 9782-9793
rcv_syn_fin_wait_1_outside_right_secure_ipv4_head() {
Link Here
|
9782 |
} |
11406 |
} |
9783 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_body() { |
11407 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_body() { |
9784 |
|
11408 |
|
|
|
11409 |
|
9785 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv4.pkt |
11410 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv4.pkt |
9786 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv4.pkt |
11411 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv4.pkt |
9787 |
} |
11412 |
} |
9788 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_cleanup() { |
11413 |
rcv_syn_fin_wait_1_outside_right_secure_ipv4_cleanup() { |
9789 |
restore_sysctls |
11414 |
restore_sysctls |
9790 |
} |
11415 |
} |
|
|
11416 |
|
9791 |
atf_test_case rcv_syn_fin_wait_1_outside_right_secure_ipv6 cleanup |
11417 |
atf_test_case rcv_syn_fin_wait_1_outside_right_secure_ipv6 cleanup |
9792 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_head() { |
11418 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_head() { |
9793 |
atf_set timeout 10 |
11419 |
atf_set timeout 10 |
Lines 9795-9806
rcv_syn_fin_wait_1_outside_right_secure_ipv6_head() {
Link Here
|
9795 |
} |
11421 |
} |
9796 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_body() { |
11422 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_body() { |
9797 |
|
11423 |
|
|
|
11424 |
|
9798 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv6.pkt |
11425 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv6.pkt |
9799 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv6.pkt |
11426 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-outside-right-secure-ipv6.pkt |
9800 |
} |
11427 |
} |
9801 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_cleanup() { |
11428 |
rcv_syn_fin_wait_1_outside_right_secure_ipv6_cleanup() { |
9802 |
restore_sysctls |
11429 |
restore_sysctls |
9803 |
} |
11430 |
} |
|
|
11431 |
|
9804 |
atf_test_case rcv_syn_fin_wait_1_right_edge_insecure_ipv4 cleanup |
11432 |
atf_test_case rcv_syn_fin_wait_1_right_edge_insecure_ipv4 cleanup |
9805 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_head() { |
11433 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_head() { |
9806 |
atf_set timeout 10 |
11434 |
atf_set timeout 10 |
Lines 9808-9819
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_head() {
Link Here
|
9808 |
} |
11436 |
} |
9809 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_body() { |
11437 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_body() { |
9810 |
|
11438 |
|
|
|
11439 |
|
9811 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv4.pkt |
11440 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv4.pkt |
9812 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv4.pkt |
11441 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv4.pkt |
9813 |
} |
11442 |
} |
9814 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_cleanup() { |
11443 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv4_cleanup() { |
9815 |
restore_sysctls |
11444 |
restore_sysctls |
9816 |
} |
11445 |
} |
|
|
11446 |
|
9817 |
atf_test_case rcv_syn_fin_wait_1_right_edge_insecure_ipv6 cleanup |
11447 |
atf_test_case rcv_syn_fin_wait_1_right_edge_insecure_ipv6 cleanup |
9818 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_head() { |
11448 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_head() { |
9819 |
atf_set timeout 10 |
11449 |
atf_set timeout 10 |
Lines 9821-9832
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_head() {
Link Here
|
9821 |
} |
11451 |
} |
9822 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_body() { |
11452 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_body() { |
9823 |
|
11453 |
|
|
|
11454 |
|
9824 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv6.pkt |
11455 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv6.pkt |
9825 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv6.pkt |
11456 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-insecure-ipv6.pkt |
9826 |
} |
11457 |
} |
9827 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_cleanup() { |
11458 |
rcv_syn_fin_wait_1_right_edge_insecure_ipv6_cleanup() { |
9828 |
restore_sysctls |
11459 |
restore_sysctls |
9829 |
} |
11460 |
} |
|
|
11461 |
|
9830 |
atf_test_case rcv_syn_fin_wait_1_right_edge_secure_ipv4 cleanup |
11462 |
atf_test_case rcv_syn_fin_wait_1_right_edge_secure_ipv4 cleanup |
9831 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_head() { |
11463 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_head() { |
9832 |
atf_set timeout 10 |
11464 |
atf_set timeout 10 |
Lines 9834-9845
rcv_syn_fin_wait_1_right_edge_secure_ipv4_head() {
Link Here
|
9834 |
} |
11466 |
} |
9835 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_body() { |
11467 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_body() { |
9836 |
|
11468 |
|
|
|
11469 |
|
9837 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv4.pkt |
11470 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv4.pkt |
9838 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv4.pkt |
11471 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv4.pkt |
9839 |
} |
11472 |
} |
9840 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_cleanup() { |
11473 |
rcv_syn_fin_wait_1_right_edge_secure_ipv4_cleanup() { |
9841 |
restore_sysctls |
11474 |
restore_sysctls |
9842 |
} |
11475 |
} |
|
|
11476 |
|
9843 |
atf_test_case rcv_syn_fin_wait_1_right_edge_secure_ipv6 cleanup |
11477 |
atf_test_case rcv_syn_fin_wait_1_right_edge_secure_ipv6 cleanup |
9844 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_head() { |
11478 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_head() { |
9845 |
atf_set timeout 10 |
11479 |
atf_set timeout 10 |
Lines 9847-9858
rcv_syn_fin_wait_1_right_edge_secure_ipv6_head() {
Link Here
|
9847 |
} |
11481 |
} |
9848 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_body() { |
11482 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_body() { |
9849 |
|
11483 |
|
|
|
11484 |
|
9850 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv6.pkt |
11485 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv6.pkt |
9851 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv6.pkt |
11486 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-1/rcv-syn-fin-wait-1-right-edge-secure-ipv6.pkt |
9852 |
} |
11487 |
} |
9853 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_cleanup() { |
11488 |
rcv_syn_fin_wait_1_right_edge_secure_ipv6_cleanup() { |
9854 |
restore_sysctls |
11489 |
restore_sysctls |
9855 |
} |
11490 |
} |
|
|
11491 |
|
9856 |
atf_test_case rcv_syn_fin_wait_2_left_edge_insecure_ipv4 cleanup |
11492 |
atf_test_case rcv_syn_fin_wait_2_left_edge_insecure_ipv4 cleanup |
9857 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_head() { |
11493 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_head() { |
9858 |
atf_set timeout 10 |
11494 |
atf_set timeout 10 |
Lines 9860-9871
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_head() {
Link Here
|
9860 |
} |
11496 |
} |
9861 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_body() { |
11497 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_body() { |
9862 |
|
11498 |
|
|
|
11499 |
|
9863 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv4.pkt |
11500 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv4.pkt |
9864 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv4.pkt |
11501 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv4.pkt |
9865 |
} |
11502 |
} |
9866 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_cleanup() { |
11503 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv4_cleanup() { |
9867 |
restore_sysctls |
11504 |
restore_sysctls |
9868 |
} |
11505 |
} |
|
|
11506 |
|
9869 |
atf_test_case rcv_syn_fin_wait_2_left_edge_insecure_ipv6 cleanup |
11507 |
atf_test_case rcv_syn_fin_wait_2_left_edge_insecure_ipv6 cleanup |
9870 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_head() { |
11508 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_head() { |
9871 |
atf_set timeout 10 |
11509 |
atf_set timeout 10 |
Lines 9873-9884
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_head() {
Link Here
|
9873 |
} |
11511 |
} |
9874 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_body() { |
11512 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_body() { |
9875 |
|
11513 |
|
|
|
11514 |
|
9876 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv6.pkt |
11515 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv6.pkt |
9877 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv6.pkt |
11516 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-insecure-ipv6.pkt |
9878 |
} |
11517 |
} |
9879 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_cleanup() { |
11518 |
rcv_syn_fin_wait_2_left_edge_insecure_ipv6_cleanup() { |
9880 |
restore_sysctls |
11519 |
restore_sysctls |
9881 |
} |
11520 |
} |
|
|
11521 |
|
9882 |
atf_test_case rcv_syn_fin_wait_2_left_edge_secure_ipv4 cleanup |
11522 |
atf_test_case rcv_syn_fin_wait_2_left_edge_secure_ipv4 cleanup |
9883 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_head() { |
11523 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_head() { |
9884 |
atf_set timeout 10 |
11524 |
atf_set timeout 10 |
Lines 9886-9897
rcv_syn_fin_wait_2_left_edge_secure_ipv4_head() {
Link Here
|
9886 |
} |
11526 |
} |
9887 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_body() { |
11527 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_body() { |
9888 |
|
11528 |
|
|
|
11529 |
|
9889 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv4.pkt |
11530 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv4.pkt |
9890 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv4.pkt |
11531 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv4.pkt |
9891 |
} |
11532 |
} |
9892 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_cleanup() { |
11533 |
rcv_syn_fin_wait_2_left_edge_secure_ipv4_cleanup() { |
9893 |
restore_sysctls |
11534 |
restore_sysctls |
9894 |
} |
11535 |
} |
|
|
11536 |
|
9895 |
atf_test_case rcv_syn_fin_wait_2_left_edge_secure_ipv6 cleanup |
11537 |
atf_test_case rcv_syn_fin_wait_2_left_edge_secure_ipv6 cleanup |
9896 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_head() { |
11538 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_head() { |
9897 |
atf_set timeout 10 |
11539 |
atf_set timeout 10 |
Lines 9899-9910
rcv_syn_fin_wait_2_left_edge_secure_ipv6_head() {
Link Here
|
9899 |
} |
11541 |
} |
9900 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_body() { |
11542 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_body() { |
9901 |
|
11543 |
|
|
|
11544 |
|
9902 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv6.pkt |
11545 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv6.pkt |
9903 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv6.pkt |
11546 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-left-edge-secure-ipv6.pkt |
9904 |
} |
11547 |
} |
9905 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_cleanup() { |
11548 |
rcv_syn_fin_wait_2_left_edge_secure_ipv6_cleanup() { |
9906 |
restore_sysctls |
11549 |
restore_sysctls |
9907 |
} |
11550 |
} |
|
|
11551 |
|
9908 |
atf_test_case rcv_syn_fin_wait_2_outside_left_insecure_ipv4 cleanup |
11552 |
atf_test_case rcv_syn_fin_wait_2_outside_left_insecure_ipv4 cleanup |
9909 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_head() { |
11553 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_head() { |
9910 |
atf_set timeout 10 |
11554 |
atf_set timeout 10 |
Lines 9912-9923
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_head() {
Link Here
|
9912 |
} |
11556 |
} |
9913 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_body() { |
11557 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_body() { |
9914 |
|
11558 |
|
|
|
11559 |
|
9915 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv4.pkt |
11560 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv4.pkt |
9916 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv4.pkt |
11561 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv4.pkt |
9917 |
} |
11562 |
} |
9918 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_cleanup() { |
11563 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv4_cleanup() { |
9919 |
restore_sysctls |
11564 |
restore_sysctls |
9920 |
} |
11565 |
} |
|
|
11566 |
|
9921 |
atf_test_case rcv_syn_fin_wait_2_outside_left_insecure_ipv6 cleanup |
11567 |
atf_test_case rcv_syn_fin_wait_2_outside_left_insecure_ipv6 cleanup |
9922 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_head() { |
11568 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_head() { |
9923 |
atf_set timeout 10 |
11569 |
atf_set timeout 10 |
Lines 9925-9936
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_head() {
Link Here
|
9925 |
} |
11571 |
} |
9926 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_body() { |
11572 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_body() { |
9927 |
|
11573 |
|
|
|
11574 |
|
9928 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv6.pkt |
11575 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv6.pkt |
9929 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv6.pkt |
11576 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-insecure-ipv6.pkt |
9930 |
} |
11577 |
} |
9931 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_cleanup() { |
11578 |
rcv_syn_fin_wait_2_outside_left_insecure_ipv6_cleanup() { |
9932 |
restore_sysctls |
11579 |
restore_sysctls |
9933 |
} |
11580 |
} |
|
|
11581 |
|
9934 |
atf_test_case rcv_syn_fin_wait_2_outside_left_secure_ipv4 cleanup |
11582 |
atf_test_case rcv_syn_fin_wait_2_outside_left_secure_ipv4 cleanup |
9935 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_head() { |
11583 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_head() { |
9936 |
atf_set timeout 10 |
11584 |
atf_set timeout 10 |
Lines 9938-9949
rcv_syn_fin_wait_2_outside_left_secure_ipv4_head() {
Link Here
|
9938 |
} |
11586 |
} |
9939 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_body() { |
11587 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_body() { |
9940 |
|
11588 |
|
|
|
11589 |
|
9941 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv4.pkt |
11590 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv4.pkt |
9942 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv4.pkt |
11591 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv4.pkt |
9943 |
} |
11592 |
} |
9944 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_cleanup() { |
11593 |
rcv_syn_fin_wait_2_outside_left_secure_ipv4_cleanup() { |
9945 |
restore_sysctls |
11594 |
restore_sysctls |
9946 |
} |
11595 |
} |
|
|
11596 |
|
9947 |
atf_test_case rcv_syn_fin_wait_2_outside_left_secure_ipv6 cleanup |
11597 |
atf_test_case rcv_syn_fin_wait_2_outside_left_secure_ipv6 cleanup |
9948 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_head() { |
11598 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_head() { |
9949 |
atf_set timeout 10 |
11599 |
atf_set timeout 10 |
Lines 9951-9962
rcv_syn_fin_wait_2_outside_left_secure_ipv6_head() {
Link Here
|
9951 |
} |
11601 |
} |
9952 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_body() { |
11602 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_body() { |
9953 |
|
11603 |
|
|
|
11604 |
|
9954 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv6.pkt |
11605 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv6.pkt |
9955 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv6.pkt |
11606 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-left-secure-ipv6.pkt |
9956 |
} |
11607 |
} |
9957 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_cleanup() { |
11608 |
rcv_syn_fin_wait_2_outside_left_secure_ipv6_cleanup() { |
9958 |
restore_sysctls |
11609 |
restore_sysctls |
9959 |
} |
11610 |
} |
|
|
11611 |
|
9960 |
atf_test_case rcv_syn_fin_wait_2_outside_right_insecure_ipv4 cleanup |
11612 |
atf_test_case rcv_syn_fin_wait_2_outside_right_insecure_ipv4 cleanup |
9961 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_head() { |
11613 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_head() { |
9962 |
atf_set timeout 10 |
11614 |
atf_set timeout 10 |
Lines 9964-9975
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_head() {
Link Here
|
9964 |
} |
11616 |
} |
9965 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_body() { |
11617 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_body() { |
9966 |
|
11618 |
|
|
|
11619 |
|
9967 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv4.pkt |
11620 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv4.pkt |
9968 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv4.pkt |
11621 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv4.pkt |
9969 |
} |
11622 |
} |
9970 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_cleanup() { |
11623 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv4_cleanup() { |
9971 |
restore_sysctls |
11624 |
restore_sysctls |
9972 |
} |
11625 |
} |
|
|
11626 |
|
9973 |
atf_test_case rcv_syn_fin_wait_2_outside_right_insecure_ipv6 cleanup |
11627 |
atf_test_case rcv_syn_fin_wait_2_outside_right_insecure_ipv6 cleanup |
9974 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_head() { |
11628 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_head() { |
9975 |
atf_set timeout 10 |
11629 |
atf_set timeout 10 |
Lines 9977-9988
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_head() {
Link Here
|
9977 |
} |
11631 |
} |
9978 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_body() { |
11632 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_body() { |
9979 |
|
11633 |
|
|
|
11634 |
|
9980 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv6.pkt |
11635 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv6.pkt |
9981 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv6.pkt |
11636 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-insecure-ipv6.pkt |
9982 |
} |
11637 |
} |
9983 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_cleanup() { |
11638 |
rcv_syn_fin_wait_2_outside_right_insecure_ipv6_cleanup() { |
9984 |
restore_sysctls |
11639 |
restore_sysctls |
9985 |
} |
11640 |
} |
|
|
11641 |
|
9986 |
atf_test_case rcv_syn_fin_wait_2_outside_right_secure_ipv4 cleanup |
11642 |
atf_test_case rcv_syn_fin_wait_2_outside_right_secure_ipv4 cleanup |
9987 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_head() { |
11643 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_head() { |
9988 |
atf_set timeout 10 |
11644 |
atf_set timeout 10 |
Lines 9990-10001
rcv_syn_fin_wait_2_outside_right_secure_ipv4_head() {
Link Here
|
9990 |
} |
11646 |
} |
9991 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_body() { |
11647 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_body() { |
9992 |
|
11648 |
|
|
|
11649 |
|
9993 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv4.pkt |
11650 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv4.pkt |
9994 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv4.pkt |
11651 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv4.pkt |
9995 |
} |
11652 |
} |
9996 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_cleanup() { |
11653 |
rcv_syn_fin_wait_2_outside_right_secure_ipv4_cleanup() { |
9997 |
restore_sysctls |
11654 |
restore_sysctls |
9998 |
} |
11655 |
} |
|
|
11656 |
|
9999 |
atf_test_case rcv_syn_fin_wait_2_outside_right_secure_ipv6 cleanup |
11657 |
atf_test_case rcv_syn_fin_wait_2_outside_right_secure_ipv6 cleanup |
10000 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_head() { |
11658 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_head() { |
10001 |
atf_set timeout 10 |
11659 |
atf_set timeout 10 |
Lines 10003-10014
rcv_syn_fin_wait_2_outside_right_secure_ipv6_head() {
Link Here
|
10003 |
} |
11661 |
} |
10004 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_body() { |
11662 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_body() { |
10005 |
|
11663 |
|
|
|
11664 |
|
10006 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv6.pkt |
11665 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv6.pkt |
10007 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv6.pkt |
11666 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-outside-right-secure-ipv6.pkt |
10008 |
} |
11667 |
} |
10009 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_cleanup() { |
11668 |
rcv_syn_fin_wait_2_outside_right_secure_ipv6_cleanup() { |
10010 |
restore_sysctls |
11669 |
restore_sysctls |
10011 |
} |
11670 |
} |
|
|
11671 |
|
10012 |
atf_test_case rcv_syn_fin_wait_2_right_edge_insecure_ipv4 cleanup |
11672 |
atf_test_case rcv_syn_fin_wait_2_right_edge_insecure_ipv4 cleanup |
10013 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_head() { |
11673 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_head() { |
10014 |
atf_set timeout 10 |
11674 |
atf_set timeout 10 |
Lines 10016-10027
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_head() {
Link Here
|
10016 |
} |
11676 |
} |
10017 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_body() { |
11677 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_body() { |
10018 |
|
11678 |
|
|
|
11679 |
|
10019 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv4.pkt |
11680 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv4.pkt |
10020 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv4.pkt |
11681 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv4.pkt |
10021 |
} |
11682 |
} |
10022 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_cleanup() { |
11683 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv4_cleanup() { |
10023 |
restore_sysctls |
11684 |
restore_sysctls |
10024 |
} |
11685 |
} |
|
|
11686 |
|
10025 |
atf_test_case rcv_syn_fin_wait_2_right_edge_insecure_ipv6 cleanup |
11687 |
atf_test_case rcv_syn_fin_wait_2_right_edge_insecure_ipv6 cleanup |
10026 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_head() { |
11688 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_head() { |
10027 |
atf_set timeout 10 |
11689 |
atf_set timeout 10 |
Lines 10029-10040
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_head() {
Link Here
|
10029 |
} |
11691 |
} |
10030 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_body() { |
11692 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_body() { |
10031 |
|
11693 |
|
|
|
11694 |
|
10032 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv6.pkt |
11695 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv6.pkt |
10033 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv6.pkt |
11696 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-insecure-ipv6.pkt |
10034 |
} |
11697 |
} |
10035 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_cleanup() { |
11698 |
rcv_syn_fin_wait_2_right_edge_insecure_ipv6_cleanup() { |
10036 |
restore_sysctls |
11699 |
restore_sysctls |
10037 |
} |
11700 |
} |
|
|
11701 |
|
10038 |
atf_test_case rcv_syn_fin_wait_2_right_edge_secure_ipv4 cleanup |
11702 |
atf_test_case rcv_syn_fin_wait_2_right_edge_secure_ipv4 cleanup |
10039 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_head() { |
11703 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_head() { |
10040 |
atf_set timeout 10 |
11704 |
atf_set timeout 10 |
Lines 10042-10053
rcv_syn_fin_wait_2_right_edge_secure_ipv4_head() {
Link Here
|
10042 |
} |
11706 |
} |
10043 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_body() { |
11707 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_body() { |
10044 |
|
11708 |
|
|
|
11709 |
|
10045 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv4.pkt |
11710 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv4.pkt |
10046 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv4.pkt |
11711 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv4.pkt |
10047 |
} |
11712 |
} |
10048 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_cleanup() { |
11713 |
rcv_syn_fin_wait_2_right_edge_secure_ipv4_cleanup() { |
10049 |
restore_sysctls |
11714 |
restore_sysctls |
10050 |
} |
11715 |
} |
|
|
11716 |
|
10051 |
atf_test_case rcv_syn_fin_wait_2_right_edge_secure_ipv6 cleanup |
11717 |
atf_test_case rcv_syn_fin_wait_2_right_edge_secure_ipv6 cleanup |
10052 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_head() { |
11718 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_head() { |
10053 |
atf_set timeout 10 |
11719 |
atf_set timeout 10 |
Lines 10055-10066
rcv_syn_fin_wait_2_right_edge_secure_ipv6_head() {
Link Here
|
10055 |
} |
11721 |
} |
10056 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_body() { |
11722 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_body() { |
10057 |
|
11723 |
|
|
|
11724 |
|
10058 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv6.pkt |
11725 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv6.pkt |
10059 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv6.pkt |
11726 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-fin-wait-2/rcv-syn-fin-wait-2-right-edge-secure-ipv6.pkt |
10060 |
} |
11727 |
} |
10061 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_cleanup() { |
11728 |
rcv_syn_fin_wait_2_right_edge_secure_ipv6_cleanup() { |
10062 |
restore_sysctls |
11729 |
restore_sysctls |
10063 |
} |
11730 |
} |
|
|
11731 |
|
10064 |
atf_test_case rcv_syn_last_ack_left_edge_insecure_ipv4 cleanup |
11732 |
atf_test_case rcv_syn_last_ack_left_edge_insecure_ipv4 cleanup |
10065 |
rcv_syn_last_ack_left_edge_insecure_ipv4_head() { |
11733 |
rcv_syn_last_ack_left_edge_insecure_ipv4_head() { |
10066 |
atf_set timeout 10 |
11734 |
atf_set timeout 10 |
Lines 10068-10079
rcv_syn_last_ack_left_edge_insecure_ipv4_head() {
Link Here
|
10068 |
} |
11736 |
} |
10069 |
rcv_syn_last_ack_left_edge_insecure_ipv4_body() { |
11737 |
rcv_syn_last_ack_left_edge_insecure_ipv4_body() { |
10070 |
|
11738 |
|
|
|
11739 |
|
10071 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv4.pkt |
11740 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv4.pkt |
10072 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv4.pkt |
11741 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv4.pkt |
10073 |
} |
11742 |
} |
10074 |
rcv_syn_last_ack_left_edge_insecure_ipv4_cleanup() { |
11743 |
rcv_syn_last_ack_left_edge_insecure_ipv4_cleanup() { |
10075 |
restore_sysctls |
11744 |
restore_sysctls |
10076 |
} |
11745 |
} |
|
|
11746 |
|
10077 |
atf_test_case rcv_syn_last_ack_left_edge_insecure_ipv6 cleanup |
11747 |
atf_test_case rcv_syn_last_ack_left_edge_insecure_ipv6 cleanup |
10078 |
rcv_syn_last_ack_left_edge_insecure_ipv6_head() { |
11748 |
rcv_syn_last_ack_left_edge_insecure_ipv6_head() { |
10079 |
atf_set timeout 10 |
11749 |
atf_set timeout 10 |
Lines 10081-10092
rcv_syn_last_ack_left_edge_insecure_ipv6_head() {
Link Here
|
10081 |
} |
11751 |
} |
10082 |
rcv_syn_last_ack_left_edge_insecure_ipv6_body() { |
11752 |
rcv_syn_last_ack_left_edge_insecure_ipv6_body() { |
10083 |
|
11753 |
|
|
|
11754 |
|
10084 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv6.pkt |
11755 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv6.pkt |
10085 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv6.pkt |
11756 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-insecure-ipv6.pkt |
10086 |
} |
11757 |
} |
10087 |
rcv_syn_last_ack_left_edge_insecure_ipv6_cleanup() { |
11758 |
rcv_syn_last_ack_left_edge_insecure_ipv6_cleanup() { |
10088 |
restore_sysctls |
11759 |
restore_sysctls |
10089 |
} |
11760 |
} |
|
|
11761 |
|
10090 |
atf_test_case rcv_syn_last_ack_left_edge_secure_ipv4 cleanup |
11762 |
atf_test_case rcv_syn_last_ack_left_edge_secure_ipv4 cleanup |
10091 |
rcv_syn_last_ack_left_edge_secure_ipv4_head() { |
11763 |
rcv_syn_last_ack_left_edge_secure_ipv4_head() { |
10092 |
atf_set timeout 10 |
11764 |
atf_set timeout 10 |
Lines 10094-10105
rcv_syn_last_ack_left_edge_secure_ipv4_head() {
Link Here
|
10094 |
} |
11766 |
} |
10095 |
rcv_syn_last_ack_left_edge_secure_ipv4_body() { |
11767 |
rcv_syn_last_ack_left_edge_secure_ipv4_body() { |
10096 |
|
11768 |
|
|
|
11769 |
|
10097 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv4.pkt |
11770 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv4.pkt |
10098 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv4.pkt |
11771 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv4.pkt |
10099 |
} |
11772 |
} |
10100 |
rcv_syn_last_ack_left_edge_secure_ipv4_cleanup() { |
11773 |
rcv_syn_last_ack_left_edge_secure_ipv4_cleanup() { |
10101 |
restore_sysctls |
11774 |
restore_sysctls |
10102 |
} |
11775 |
} |
|
|
11776 |
|
10103 |
atf_test_case rcv_syn_last_ack_left_edge_secure_ipv6 cleanup |
11777 |
atf_test_case rcv_syn_last_ack_left_edge_secure_ipv6 cleanup |
10104 |
rcv_syn_last_ack_left_edge_secure_ipv6_head() { |
11778 |
rcv_syn_last_ack_left_edge_secure_ipv6_head() { |
10105 |
atf_set timeout 10 |
11779 |
atf_set timeout 10 |
Lines 10107-10118
rcv_syn_last_ack_left_edge_secure_ipv6_head() {
Link Here
|
10107 |
} |
11781 |
} |
10108 |
rcv_syn_last_ack_left_edge_secure_ipv6_body() { |
11782 |
rcv_syn_last_ack_left_edge_secure_ipv6_body() { |
10109 |
|
11783 |
|
|
|
11784 |
|
10110 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv6.pkt |
11785 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv6.pkt |
10111 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv6.pkt |
11786 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-left-edge-secure-ipv6.pkt |
10112 |
} |
11787 |
} |
10113 |
rcv_syn_last_ack_left_edge_secure_ipv6_cleanup() { |
11788 |
rcv_syn_last_ack_left_edge_secure_ipv6_cleanup() { |
10114 |
restore_sysctls |
11789 |
restore_sysctls |
10115 |
} |
11790 |
} |
|
|
11791 |
|
10116 |
atf_test_case rcv_syn_last_ack_outside_left_insecure_ipv4 cleanup |
11792 |
atf_test_case rcv_syn_last_ack_outside_left_insecure_ipv4 cleanup |
10117 |
rcv_syn_last_ack_outside_left_insecure_ipv4_head() { |
11793 |
rcv_syn_last_ack_outside_left_insecure_ipv4_head() { |
10118 |
atf_set timeout 10 |
11794 |
atf_set timeout 10 |
Lines 10120-10131
rcv_syn_last_ack_outside_left_insecure_ipv4_head() {
Link Here
|
10120 |
} |
11796 |
} |
10121 |
rcv_syn_last_ack_outside_left_insecure_ipv4_body() { |
11797 |
rcv_syn_last_ack_outside_left_insecure_ipv4_body() { |
10122 |
|
11798 |
|
|
|
11799 |
|
10123 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv4.pkt |
11800 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv4.pkt |
10124 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv4.pkt |
11801 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv4.pkt |
10125 |
} |
11802 |
} |
10126 |
rcv_syn_last_ack_outside_left_insecure_ipv4_cleanup() { |
11803 |
rcv_syn_last_ack_outside_left_insecure_ipv4_cleanup() { |
10127 |
restore_sysctls |
11804 |
restore_sysctls |
10128 |
} |
11805 |
} |
|
|
11806 |
|
10129 |
atf_test_case rcv_syn_last_ack_outside_left_insecure_ipv6 cleanup |
11807 |
atf_test_case rcv_syn_last_ack_outside_left_insecure_ipv6 cleanup |
10130 |
rcv_syn_last_ack_outside_left_insecure_ipv6_head() { |
11808 |
rcv_syn_last_ack_outside_left_insecure_ipv6_head() { |
10131 |
atf_set timeout 10 |
11809 |
atf_set timeout 10 |
Lines 10133-10144
rcv_syn_last_ack_outside_left_insecure_ipv6_head() {
Link Here
|
10133 |
} |
11811 |
} |
10134 |
rcv_syn_last_ack_outside_left_insecure_ipv6_body() { |
11812 |
rcv_syn_last_ack_outside_left_insecure_ipv6_body() { |
10135 |
|
11813 |
|
|
|
11814 |
|
10136 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv6.pkt |
11815 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv6.pkt |
10137 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv6.pkt |
11816 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-insecure-ipv6.pkt |
10138 |
} |
11817 |
} |
10139 |
rcv_syn_last_ack_outside_left_insecure_ipv6_cleanup() { |
11818 |
rcv_syn_last_ack_outside_left_insecure_ipv6_cleanup() { |
10140 |
restore_sysctls |
11819 |
restore_sysctls |
10141 |
} |
11820 |
} |
|
|
11821 |
|
10142 |
atf_test_case rcv_syn_last_ack_outside_left_secure_ipv4 cleanup |
11822 |
atf_test_case rcv_syn_last_ack_outside_left_secure_ipv4 cleanup |
10143 |
rcv_syn_last_ack_outside_left_secure_ipv4_head() { |
11823 |
rcv_syn_last_ack_outside_left_secure_ipv4_head() { |
10144 |
atf_set timeout 10 |
11824 |
atf_set timeout 10 |
Lines 10146-10157
rcv_syn_last_ack_outside_left_secure_ipv4_head() {
Link Here
|
10146 |
} |
11826 |
} |
10147 |
rcv_syn_last_ack_outside_left_secure_ipv4_body() { |
11827 |
rcv_syn_last_ack_outside_left_secure_ipv4_body() { |
10148 |
|
11828 |
|
|
|
11829 |
|
10149 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv4.pkt |
11830 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv4.pkt |
10150 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv4.pkt |
11831 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv4.pkt |
10151 |
} |
11832 |
} |
10152 |
rcv_syn_last_ack_outside_left_secure_ipv4_cleanup() { |
11833 |
rcv_syn_last_ack_outside_left_secure_ipv4_cleanup() { |
10153 |
restore_sysctls |
11834 |
restore_sysctls |
10154 |
} |
11835 |
} |
|
|
11836 |
|
10155 |
atf_test_case rcv_syn_last_ack_outside_left_secure_ipv6 cleanup |
11837 |
atf_test_case rcv_syn_last_ack_outside_left_secure_ipv6 cleanup |
10156 |
rcv_syn_last_ack_outside_left_secure_ipv6_head() { |
11838 |
rcv_syn_last_ack_outside_left_secure_ipv6_head() { |
10157 |
atf_set timeout 10 |
11839 |
atf_set timeout 10 |
Lines 10159-10170
rcv_syn_last_ack_outside_left_secure_ipv6_head() {
Link Here
|
10159 |
} |
11841 |
} |
10160 |
rcv_syn_last_ack_outside_left_secure_ipv6_body() { |
11842 |
rcv_syn_last_ack_outside_left_secure_ipv6_body() { |
10161 |
|
11843 |
|
|
|
11844 |
|
10162 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv6.pkt |
11845 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv6.pkt |
10163 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv6.pkt |
11846 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-left-secure-ipv6.pkt |
10164 |
} |
11847 |
} |
10165 |
rcv_syn_last_ack_outside_left_secure_ipv6_cleanup() { |
11848 |
rcv_syn_last_ack_outside_left_secure_ipv6_cleanup() { |
10166 |
restore_sysctls |
11849 |
restore_sysctls |
10167 |
} |
11850 |
} |
|
|
11851 |
|
10168 |
atf_test_case rcv_syn_last_ack_outside_right_insecure_ipv4 cleanup |
11852 |
atf_test_case rcv_syn_last_ack_outside_right_insecure_ipv4 cleanup |
10169 |
rcv_syn_last_ack_outside_right_insecure_ipv4_head() { |
11853 |
rcv_syn_last_ack_outside_right_insecure_ipv4_head() { |
10170 |
atf_set timeout 10 |
11854 |
atf_set timeout 10 |
Lines 10172-10183
rcv_syn_last_ack_outside_right_insecure_ipv4_head() {
Link Here
|
10172 |
} |
11856 |
} |
10173 |
rcv_syn_last_ack_outside_right_insecure_ipv4_body() { |
11857 |
rcv_syn_last_ack_outside_right_insecure_ipv4_body() { |
10174 |
|
11858 |
|
|
|
11859 |
|
10175 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv4.pkt |
11860 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv4.pkt |
10176 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv4.pkt |
11861 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv4.pkt |
10177 |
} |
11862 |
} |
10178 |
rcv_syn_last_ack_outside_right_insecure_ipv4_cleanup() { |
11863 |
rcv_syn_last_ack_outside_right_insecure_ipv4_cleanup() { |
10179 |
restore_sysctls |
11864 |
restore_sysctls |
10180 |
} |
11865 |
} |
|
|
11866 |
|
10181 |
atf_test_case rcv_syn_last_ack_outside_right_insecure_ipv6 cleanup |
11867 |
atf_test_case rcv_syn_last_ack_outside_right_insecure_ipv6 cleanup |
10182 |
rcv_syn_last_ack_outside_right_insecure_ipv6_head() { |
11868 |
rcv_syn_last_ack_outside_right_insecure_ipv6_head() { |
10183 |
atf_set timeout 10 |
11869 |
atf_set timeout 10 |
Lines 10185-10196
rcv_syn_last_ack_outside_right_insecure_ipv6_head() {
Link Here
|
10185 |
} |
11871 |
} |
10186 |
rcv_syn_last_ack_outside_right_insecure_ipv6_body() { |
11872 |
rcv_syn_last_ack_outside_right_insecure_ipv6_body() { |
10187 |
|
11873 |
|
|
|
11874 |
|
10188 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv6.pkt |
11875 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv6.pkt |
10189 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv6.pkt |
11876 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-insecure-ipv6.pkt |
10190 |
} |
11877 |
} |
10191 |
rcv_syn_last_ack_outside_right_insecure_ipv6_cleanup() { |
11878 |
rcv_syn_last_ack_outside_right_insecure_ipv6_cleanup() { |
10192 |
restore_sysctls |
11879 |
restore_sysctls |
10193 |
} |
11880 |
} |
|
|
11881 |
|
10194 |
atf_test_case rcv_syn_last_ack_outside_right_secure_ipv4 cleanup |
11882 |
atf_test_case rcv_syn_last_ack_outside_right_secure_ipv4 cleanup |
10195 |
rcv_syn_last_ack_outside_right_secure_ipv4_head() { |
11883 |
rcv_syn_last_ack_outside_right_secure_ipv4_head() { |
10196 |
atf_set timeout 10 |
11884 |
atf_set timeout 10 |
Lines 10198-10209
rcv_syn_last_ack_outside_right_secure_ipv4_head() {
Link Here
|
10198 |
} |
11886 |
} |
10199 |
rcv_syn_last_ack_outside_right_secure_ipv4_body() { |
11887 |
rcv_syn_last_ack_outside_right_secure_ipv4_body() { |
10200 |
|
11888 |
|
|
|
11889 |
|
10201 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv4.pkt |
11890 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv4.pkt |
10202 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv4.pkt |
11891 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv4.pkt |
10203 |
} |
11892 |
} |
10204 |
rcv_syn_last_ack_outside_right_secure_ipv4_cleanup() { |
11893 |
rcv_syn_last_ack_outside_right_secure_ipv4_cleanup() { |
10205 |
restore_sysctls |
11894 |
restore_sysctls |
10206 |
} |
11895 |
} |
|
|
11896 |
|
10207 |
atf_test_case rcv_syn_last_ack_outside_right_secure_ipv6 cleanup |
11897 |
atf_test_case rcv_syn_last_ack_outside_right_secure_ipv6 cleanup |
10208 |
rcv_syn_last_ack_outside_right_secure_ipv6_head() { |
11898 |
rcv_syn_last_ack_outside_right_secure_ipv6_head() { |
10209 |
atf_set timeout 10 |
11899 |
atf_set timeout 10 |
Lines 10211-10222
rcv_syn_last_ack_outside_right_secure_ipv6_head() {
Link Here
|
10211 |
} |
11901 |
} |
10212 |
rcv_syn_last_ack_outside_right_secure_ipv6_body() { |
11902 |
rcv_syn_last_ack_outside_right_secure_ipv6_body() { |
10213 |
|
11903 |
|
|
|
11904 |
|
10214 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv6.pkt |
11905 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv6.pkt |
10215 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv6.pkt |
11906 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-outside-right-secure-ipv6.pkt |
10216 |
} |
11907 |
} |
10217 |
rcv_syn_last_ack_outside_right_secure_ipv6_cleanup() { |
11908 |
rcv_syn_last_ack_outside_right_secure_ipv6_cleanup() { |
10218 |
restore_sysctls |
11909 |
restore_sysctls |
10219 |
} |
11910 |
} |
|
|
11911 |
|
10220 |
atf_test_case rcv_syn_last_ack_right_edge_insecure_ipv4 cleanup |
11912 |
atf_test_case rcv_syn_last_ack_right_edge_insecure_ipv4 cleanup |
10221 |
rcv_syn_last_ack_right_edge_insecure_ipv4_head() { |
11913 |
rcv_syn_last_ack_right_edge_insecure_ipv4_head() { |
10222 |
atf_set timeout 10 |
11914 |
atf_set timeout 10 |
Lines 10224-10235
rcv_syn_last_ack_right_edge_insecure_ipv4_head() {
Link Here
|
10224 |
} |
11916 |
} |
10225 |
rcv_syn_last_ack_right_edge_insecure_ipv4_body() { |
11917 |
rcv_syn_last_ack_right_edge_insecure_ipv4_body() { |
10226 |
|
11918 |
|
|
|
11919 |
|
10227 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv4.pkt |
11920 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv4.pkt |
10228 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv4.pkt |
11921 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv4.pkt |
10229 |
} |
11922 |
} |
10230 |
rcv_syn_last_ack_right_edge_insecure_ipv4_cleanup() { |
11923 |
rcv_syn_last_ack_right_edge_insecure_ipv4_cleanup() { |
10231 |
restore_sysctls |
11924 |
restore_sysctls |
10232 |
} |
11925 |
} |
|
|
11926 |
|
10233 |
atf_test_case rcv_syn_last_ack_right_edge_insecure_ipv6 cleanup |
11927 |
atf_test_case rcv_syn_last_ack_right_edge_insecure_ipv6 cleanup |
10234 |
rcv_syn_last_ack_right_edge_insecure_ipv6_head() { |
11928 |
rcv_syn_last_ack_right_edge_insecure_ipv6_head() { |
10235 |
atf_set timeout 10 |
11929 |
atf_set timeout 10 |
Lines 10237-10248
rcv_syn_last_ack_right_edge_insecure_ipv6_head() {
Link Here
|
10237 |
} |
11931 |
} |
10238 |
rcv_syn_last_ack_right_edge_insecure_ipv6_body() { |
11932 |
rcv_syn_last_ack_right_edge_insecure_ipv6_body() { |
10239 |
|
11933 |
|
|
|
11934 |
|
10240 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv6.pkt |
11935 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv6.pkt |
10241 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv6.pkt |
11936 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-insecure-ipv6.pkt |
10242 |
} |
11937 |
} |
10243 |
rcv_syn_last_ack_right_edge_insecure_ipv6_cleanup() { |
11938 |
rcv_syn_last_ack_right_edge_insecure_ipv6_cleanup() { |
10244 |
restore_sysctls |
11939 |
restore_sysctls |
10245 |
} |
11940 |
} |
|
|
11941 |
|
10246 |
atf_test_case rcv_syn_last_ack_right_edge_secure_ipv4 cleanup |
11942 |
atf_test_case rcv_syn_last_ack_right_edge_secure_ipv4 cleanup |
10247 |
rcv_syn_last_ack_right_edge_secure_ipv4_head() { |
11943 |
rcv_syn_last_ack_right_edge_secure_ipv4_head() { |
10248 |
atf_set timeout 10 |
11944 |
atf_set timeout 10 |
Lines 10250-10261
rcv_syn_last_ack_right_edge_secure_ipv4_head() {
Link Here
|
10250 |
} |
11946 |
} |
10251 |
rcv_syn_last_ack_right_edge_secure_ipv4_body() { |
11947 |
rcv_syn_last_ack_right_edge_secure_ipv4_body() { |
10252 |
|
11948 |
|
|
|
11949 |
|
10253 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv4.pkt |
11950 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv4.pkt |
10254 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv4.pkt |
11951 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv4.pkt |
10255 |
} |
11952 |
} |
10256 |
rcv_syn_last_ack_right_edge_secure_ipv4_cleanup() { |
11953 |
rcv_syn_last_ack_right_edge_secure_ipv4_cleanup() { |
10257 |
restore_sysctls |
11954 |
restore_sysctls |
10258 |
} |
11955 |
} |
|
|
11956 |
|
10259 |
atf_test_case rcv_syn_last_ack_right_edge_secure_ipv6 cleanup |
11957 |
atf_test_case rcv_syn_last_ack_right_edge_secure_ipv6 cleanup |
10260 |
rcv_syn_last_ack_right_edge_secure_ipv6_head() { |
11958 |
rcv_syn_last_ack_right_edge_secure_ipv6_head() { |
10261 |
atf_set timeout 10 |
11959 |
atf_set timeout 10 |
Lines 10263-10274
rcv_syn_last_ack_right_edge_secure_ipv6_head() {
Link Here
|
10263 |
} |
11961 |
} |
10264 |
rcv_syn_last_ack_right_edge_secure_ipv6_body() { |
11962 |
rcv_syn_last_ack_right_edge_secure_ipv6_body() { |
10265 |
|
11963 |
|
|
|
11964 |
|
10266 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv6.pkt |
11965 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv6.pkt |
10267 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv6.pkt |
11966 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-last-ack/rcv-syn-last-ack-right-edge-secure-ipv6.pkt |
10268 |
} |
11967 |
} |
10269 |
rcv_syn_last_ack_right_edge_secure_ipv6_cleanup() { |
11968 |
rcv_syn_last_ack_right_edge_secure_ipv6_cleanup() { |
10270 |
restore_sysctls |
11969 |
restore_sysctls |
10271 |
} |
11970 |
} |
|
|
11971 |
|
10272 |
atf_test_case rcv_syn_with_data_listen_ipv4 cleanup |
11972 |
atf_test_case rcv_syn_with_data_listen_ipv4 cleanup |
10273 |
rcv_syn_with_data_listen_ipv4_head() { |
11973 |
rcv_syn_with_data_listen_ipv4_head() { |
10274 |
atf_set timeout 10 |
11974 |
atf_set timeout 10 |
Lines 10276-10287
rcv_syn_with_data_listen_ipv4_head() {
Link Here
|
10276 |
} |
11976 |
} |
10277 |
rcv_syn_with_data_listen_ipv4_body() { |
11977 |
rcv_syn_with_data_listen_ipv4_body() { |
10278 |
|
11978 |
|
|
|
11979 |
|
10279 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv4.pkt |
11980 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv4.pkt |
10280 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv4.pkt |
11981 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv4.pkt |
10281 |
} |
11982 |
} |
10282 |
rcv_syn_with_data_listen_ipv4_cleanup() { |
11983 |
rcv_syn_with_data_listen_ipv4_cleanup() { |
10283 |
restore_sysctls |
11984 |
restore_sysctls |
10284 |
} |
11985 |
} |
|
|
11986 |
|
10285 |
atf_test_case rcv_syn_with_data_listen_ipv6 cleanup |
11987 |
atf_test_case rcv_syn_with_data_listen_ipv6 cleanup |
10286 |
rcv_syn_with_data_listen_ipv6_head() { |
11988 |
rcv_syn_with_data_listen_ipv6_head() { |
10287 |
atf_set timeout 10 |
11989 |
atf_set timeout 10 |
Lines 10289-10300
rcv_syn_with_data_listen_ipv6_head() {
Link Here
|
10289 |
} |
11991 |
} |
10290 |
rcv_syn_with_data_listen_ipv6_body() { |
11992 |
rcv_syn_with_data_listen_ipv6_body() { |
10291 |
|
11993 |
|
|
|
11994 |
|
10292 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv6.pkt |
11995 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv6.pkt |
10293 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv6.pkt |
11996 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-with-data-listen-ipv6.pkt |
10294 |
} |
11997 |
} |
10295 |
rcv_syn_with_data_listen_ipv6_cleanup() { |
11998 |
rcv_syn_with_data_listen_ipv6_cleanup() { |
10296 |
restore_sysctls |
11999 |
restore_sysctls |
10297 |
} |
12000 |
} |
|
|
12001 |
|
10298 |
atf_test_case rcv_syn_without_data_listen_ipv4 cleanup |
12002 |
atf_test_case rcv_syn_without_data_listen_ipv4 cleanup |
10299 |
rcv_syn_without_data_listen_ipv4_head() { |
12003 |
rcv_syn_without_data_listen_ipv4_head() { |
10300 |
atf_set timeout 10 |
12004 |
atf_set timeout 10 |
Lines 10302-10313
rcv_syn_without_data_listen_ipv4_head() {
Link Here
|
10302 |
} |
12006 |
} |
10303 |
rcv_syn_without_data_listen_ipv4_body() { |
12007 |
rcv_syn_without_data_listen_ipv4_body() { |
10304 |
|
12008 |
|
|
|
12009 |
|
10305 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv4.pkt |
12010 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv4.pkt |
10306 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv4.pkt |
12011 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv4.pkt |
10307 |
} |
12012 |
} |
10308 |
rcv_syn_without_data_listen_ipv4_cleanup() { |
12013 |
rcv_syn_without_data_listen_ipv4_cleanup() { |
10309 |
restore_sysctls |
12014 |
restore_sysctls |
10310 |
} |
12015 |
} |
|
|
12016 |
|
10311 |
atf_test_case rcv_syn_without_data_listen_ipv6 cleanup |
12017 |
atf_test_case rcv_syn_without_data_listen_ipv6 cleanup |
10312 |
rcv_syn_without_data_listen_ipv6_head() { |
12018 |
rcv_syn_without_data_listen_ipv6_head() { |
10313 |
atf_set timeout 10 |
12019 |
atf_set timeout 10 |
Lines 10315-10326
rcv_syn_without_data_listen_ipv6_head() {
Link Here
|
10315 |
} |
12021 |
} |
10316 |
rcv_syn_without_data_listen_ipv6_body() { |
12022 |
rcv_syn_without_data_listen_ipv6_body() { |
10317 |
|
12023 |
|
|
|
12024 |
|
10318 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv6.pkt |
12025 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv6.pkt |
10319 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv6.pkt |
12026 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-listen/rcv-syn-without-data-listen-ipv6.pkt |
10320 |
} |
12027 |
} |
10321 |
rcv_syn_without_data_listen_ipv6_cleanup() { |
12028 |
rcv_syn_without_data_listen_ipv6_cleanup() { |
10322 |
restore_sysctls |
12029 |
restore_sysctls |
10323 |
} |
12030 |
} |
|
|
12031 |
|
10324 |
atf_test_case rcv_syn_with_data_syn_sent_ipv4 cleanup |
12032 |
atf_test_case rcv_syn_with_data_syn_sent_ipv4 cleanup |
10325 |
rcv_syn_with_data_syn_sent_ipv4_head() { |
12033 |
rcv_syn_with_data_syn_sent_ipv4_head() { |
10326 |
atf_set timeout 10 |
12034 |
atf_set timeout 10 |
Lines 10328-10339
rcv_syn_with_data_syn_sent_ipv4_head() {
Link Here
|
10328 |
} |
12036 |
} |
10329 |
rcv_syn_with_data_syn_sent_ipv4_body() { |
12037 |
rcv_syn_with_data_syn_sent_ipv4_body() { |
10330 |
|
12038 |
|
|
|
12039 |
|
10331 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv4.pkt |
12040 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv4.pkt |
10332 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv4.pkt |
12041 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv4.pkt |
10333 |
} |
12042 |
} |
10334 |
rcv_syn_with_data_syn_sent_ipv4_cleanup() { |
12043 |
rcv_syn_with_data_syn_sent_ipv4_cleanup() { |
10335 |
restore_sysctls |
12044 |
restore_sysctls |
10336 |
} |
12045 |
} |
|
|
12046 |
|
10337 |
atf_test_case rcv_syn_with_data_syn_sent_ipv6 cleanup |
12047 |
atf_test_case rcv_syn_with_data_syn_sent_ipv6 cleanup |
10338 |
rcv_syn_with_data_syn_sent_ipv6_head() { |
12048 |
rcv_syn_with_data_syn_sent_ipv6_head() { |
10339 |
atf_set timeout 10 |
12049 |
atf_set timeout 10 |
Lines 10341-10352
rcv_syn_with_data_syn_sent_ipv6_head() {
Link Here
|
10341 |
} |
12051 |
} |
10342 |
rcv_syn_with_data_syn_sent_ipv6_body() { |
12052 |
rcv_syn_with_data_syn_sent_ipv6_body() { |
10343 |
|
12053 |
|
|
|
12054 |
|
10344 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv6.pkt |
12055 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv6.pkt |
10345 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv6.pkt |
12056 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-with-data-syn-sent-ipv6.pkt |
10346 |
} |
12057 |
} |
10347 |
rcv_syn_with_data_syn_sent_ipv6_cleanup() { |
12058 |
rcv_syn_with_data_syn_sent_ipv6_cleanup() { |
10348 |
restore_sysctls |
12059 |
restore_sysctls |
10349 |
} |
12060 |
} |
|
|
12061 |
|
10350 |
atf_test_case rcv_syn_without_data_syn_sent_ipv4 cleanup |
12062 |
atf_test_case rcv_syn_without_data_syn_sent_ipv4 cleanup |
10351 |
rcv_syn_without_data_syn_sent_ipv4_head() { |
12063 |
rcv_syn_without_data_syn_sent_ipv4_head() { |
10352 |
atf_set timeout 10 |
12064 |
atf_set timeout 10 |
Lines 10354-10365
rcv_syn_without_data_syn_sent_ipv4_head() {
Link Here
|
10354 |
} |
12066 |
} |
10355 |
rcv_syn_without_data_syn_sent_ipv4_body() { |
12067 |
rcv_syn_without_data_syn_sent_ipv4_body() { |
10356 |
|
12068 |
|
|
|
12069 |
|
10357 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv4.pkt |
12070 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv4.pkt |
10358 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv4.pkt |
12071 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv4.pkt |
10359 |
} |
12072 |
} |
10360 |
rcv_syn_without_data_syn_sent_ipv4_cleanup() { |
12073 |
rcv_syn_without_data_syn_sent_ipv4_cleanup() { |
10361 |
restore_sysctls |
12074 |
restore_sysctls |
10362 |
} |
12075 |
} |
|
|
12076 |
|
10363 |
atf_test_case rcv_syn_without_data_syn_sent_ipv6 cleanup |
12077 |
atf_test_case rcv_syn_without_data_syn_sent_ipv6 cleanup |
10364 |
rcv_syn_without_data_syn_sent_ipv6_head() { |
12078 |
rcv_syn_without_data_syn_sent_ipv6_head() { |
10365 |
atf_set timeout 10 |
12079 |
atf_set timeout 10 |
Lines 10367-10378
rcv_syn_without_data_syn_sent_ipv6_head() {
Link Here
|
10367 |
} |
12081 |
} |
10368 |
rcv_syn_without_data_syn_sent_ipv6_body() { |
12082 |
rcv_syn_without_data_syn_sent_ipv6_body() { |
10369 |
|
12083 |
|
|
|
12084 |
|
10370 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv6.pkt |
12085 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv6.pkt |
10371 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv6.pkt |
12086 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-syn-sent/rcv-syn-without-data-syn-sent-ipv6.pkt |
10372 |
} |
12087 |
} |
10373 |
rcv_syn_without_data_syn_sent_ipv6_cleanup() { |
12088 |
rcv_syn_without_data_syn_sent_ipv6_cleanup() { |
10374 |
restore_sysctls |
12089 |
restore_sysctls |
10375 |
} |
12090 |
} |
|
|
12091 |
|
10376 |
atf_test_case rcv_syn_time_wait_left_edge_insecure_ipv4 cleanup |
12092 |
atf_test_case rcv_syn_time_wait_left_edge_insecure_ipv4 cleanup |
10377 |
rcv_syn_time_wait_left_edge_insecure_ipv4_head() { |
12093 |
rcv_syn_time_wait_left_edge_insecure_ipv4_head() { |
10378 |
atf_set timeout 10 |
12094 |
atf_set timeout 10 |
Lines 10380-10391
rcv_syn_time_wait_left_edge_insecure_ipv4_head() {
Link Here
|
10380 |
} |
12096 |
} |
10381 |
rcv_syn_time_wait_left_edge_insecure_ipv4_body() { |
12097 |
rcv_syn_time_wait_left_edge_insecure_ipv4_body() { |
10382 |
|
12098 |
|
|
|
12099 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10383 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.pkt |
12100 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.pkt |
10384 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.pkt |
12101 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv4.pkt |
10385 |
} |
12102 |
} |
10386 |
rcv_syn_time_wait_left_edge_insecure_ipv4_cleanup() { |
12103 |
rcv_syn_time_wait_left_edge_insecure_ipv4_cleanup() { |
10387 |
restore_sysctls |
12104 |
restore_sysctls |
10388 |
} |
12105 |
} |
|
|
12106 |
|
10389 |
atf_test_case rcv_syn_time_wait_left_edge_insecure_ipv6 cleanup |
12107 |
atf_test_case rcv_syn_time_wait_left_edge_insecure_ipv6 cleanup |
10390 |
rcv_syn_time_wait_left_edge_insecure_ipv6_head() { |
12108 |
rcv_syn_time_wait_left_edge_insecure_ipv6_head() { |
10391 |
atf_set timeout 10 |
12109 |
atf_set timeout 10 |
Lines 10393-10404
rcv_syn_time_wait_left_edge_insecure_ipv6_head() {
Link Here
|
10393 |
} |
12111 |
} |
10394 |
rcv_syn_time_wait_left_edge_insecure_ipv6_body() { |
12112 |
rcv_syn_time_wait_left_edge_insecure_ipv6_body() { |
10395 |
|
12113 |
|
|
|
12114 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10396 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.pkt |
12115 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.pkt |
10397 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.pkt |
12116 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-insecure-ipv6.pkt |
10398 |
} |
12117 |
} |
10399 |
rcv_syn_time_wait_left_edge_insecure_ipv6_cleanup() { |
12118 |
rcv_syn_time_wait_left_edge_insecure_ipv6_cleanup() { |
10400 |
restore_sysctls |
12119 |
restore_sysctls |
10401 |
} |
12120 |
} |
|
|
12121 |
|
10402 |
atf_test_case rcv_syn_time_wait_left_edge_secure_ipv4 cleanup |
12122 |
atf_test_case rcv_syn_time_wait_left_edge_secure_ipv4 cleanup |
10403 |
rcv_syn_time_wait_left_edge_secure_ipv4_head() { |
12123 |
rcv_syn_time_wait_left_edge_secure_ipv4_head() { |
10404 |
atf_set timeout 10 |
12124 |
atf_set timeout 10 |
Lines 10406-10417
rcv_syn_time_wait_left_edge_secure_ipv4_head() {
Link Here
|
10406 |
} |
12126 |
} |
10407 |
rcv_syn_time_wait_left_edge_secure_ipv4_body() { |
12127 |
rcv_syn_time_wait_left_edge_secure_ipv4_body() { |
10408 |
|
12128 |
|
|
|
12129 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10409 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.pkt |
12130 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.pkt |
10410 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.pkt |
12131 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv4.pkt |
10411 |
} |
12132 |
} |
10412 |
rcv_syn_time_wait_left_edge_secure_ipv4_cleanup() { |
12133 |
rcv_syn_time_wait_left_edge_secure_ipv4_cleanup() { |
10413 |
restore_sysctls |
12134 |
restore_sysctls |
10414 |
} |
12135 |
} |
|
|
12136 |
|
10415 |
atf_test_case rcv_syn_time_wait_left_edge_secure_ipv6 cleanup |
12137 |
atf_test_case rcv_syn_time_wait_left_edge_secure_ipv6 cleanup |
10416 |
rcv_syn_time_wait_left_edge_secure_ipv6_head() { |
12138 |
rcv_syn_time_wait_left_edge_secure_ipv6_head() { |
10417 |
atf_set timeout 10 |
12139 |
atf_set timeout 10 |
Lines 10419-10430
rcv_syn_time_wait_left_edge_secure_ipv6_head() {
Link Here
|
10419 |
} |
12141 |
} |
10420 |
rcv_syn_time_wait_left_edge_secure_ipv6_body() { |
12142 |
rcv_syn_time_wait_left_edge_secure_ipv6_body() { |
10421 |
|
12143 |
|
|
|
12144 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10422 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.pkt |
12145 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.pkt |
10423 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.pkt |
12146 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-left-edge-secure-ipv6.pkt |
10424 |
} |
12147 |
} |
10425 |
rcv_syn_time_wait_left_edge_secure_ipv6_cleanup() { |
12148 |
rcv_syn_time_wait_left_edge_secure_ipv6_cleanup() { |
10426 |
restore_sysctls |
12149 |
restore_sysctls |
10427 |
} |
12150 |
} |
|
|
12151 |
|
10428 |
atf_test_case rcv_syn_time_wait_outside_left_insecure_ipv4 cleanup |
12152 |
atf_test_case rcv_syn_time_wait_outside_left_insecure_ipv4 cleanup |
10429 |
rcv_syn_time_wait_outside_left_insecure_ipv4_head() { |
12153 |
rcv_syn_time_wait_outside_left_insecure_ipv4_head() { |
10430 |
atf_set timeout 10 |
12154 |
atf_set timeout 10 |
Lines 10432-10443
rcv_syn_time_wait_outside_left_insecure_ipv4_head() {
Link Here
|
10432 |
} |
12156 |
} |
10433 |
rcv_syn_time_wait_outside_left_insecure_ipv4_body() { |
12157 |
rcv_syn_time_wait_outside_left_insecure_ipv4_body() { |
10434 |
|
12158 |
|
|
|
12159 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10435 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.pkt |
12160 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.pkt |
10436 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.pkt |
12161 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv4.pkt |
10437 |
} |
12162 |
} |
10438 |
rcv_syn_time_wait_outside_left_insecure_ipv4_cleanup() { |
12163 |
rcv_syn_time_wait_outside_left_insecure_ipv4_cleanup() { |
10439 |
restore_sysctls |
12164 |
restore_sysctls |
10440 |
} |
12165 |
} |
|
|
12166 |
|
10441 |
atf_test_case rcv_syn_time_wait_outside_left_insecure_ipv6 cleanup |
12167 |
atf_test_case rcv_syn_time_wait_outside_left_insecure_ipv6 cleanup |
10442 |
rcv_syn_time_wait_outside_left_insecure_ipv6_head() { |
12168 |
rcv_syn_time_wait_outside_left_insecure_ipv6_head() { |
10443 |
atf_set timeout 10 |
12169 |
atf_set timeout 10 |
Lines 10445-10456
rcv_syn_time_wait_outside_left_insecure_ipv6_head() {
Link Here
|
10445 |
} |
12171 |
} |
10446 |
rcv_syn_time_wait_outside_left_insecure_ipv6_body() { |
12172 |
rcv_syn_time_wait_outside_left_insecure_ipv6_body() { |
10447 |
|
12173 |
|
|
|
12174 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10448 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.pkt |
12175 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.pkt |
10449 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.pkt |
12176 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-insecure-ipv6.pkt |
10450 |
} |
12177 |
} |
10451 |
rcv_syn_time_wait_outside_left_insecure_ipv6_cleanup() { |
12178 |
rcv_syn_time_wait_outside_left_insecure_ipv6_cleanup() { |
10452 |
restore_sysctls |
12179 |
restore_sysctls |
10453 |
} |
12180 |
} |
|
|
12181 |
|
10454 |
atf_test_case rcv_syn_time_wait_outside_left_secure_ipv4 cleanup |
12182 |
atf_test_case rcv_syn_time_wait_outside_left_secure_ipv4 cleanup |
10455 |
rcv_syn_time_wait_outside_left_secure_ipv4_head() { |
12183 |
rcv_syn_time_wait_outside_left_secure_ipv4_head() { |
10456 |
atf_set timeout 10 |
12184 |
atf_set timeout 10 |
Lines 10458-10469
rcv_syn_time_wait_outside_left_secure_ipv4_head() {
Link Here
|
10458 |
} |
12186 |
} |
10459 |
rcv_syn_time_wait_outside_left_secure_ipv4_body() { |
12187 |
rcv_syn_time_wait_outside_left_secure_ipv4_body() { |
10460 |
|
12188 |
|
|
|
12189 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10461 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.pkt |
12190 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.pkt |
10462 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.pkt |
12191 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv4.pkt |
10463 |
} |
12192 |
} |
10464 |
rcv_syn_time_wait_outside_left_secure_ipv4_cleanup() { |
12193 |
rcv_syn_time_wait_outside_left_secure_ipv4_cleanup() { |
10465 |
restore_sysctls |
12194 |
restore_sysctls |
10466 |
} |
12195 |
} |
|
|
12196 |
|
10467 |
atf_test_case rcv_syn_time_wait_outside_left_secure_ipv6 cleanup |
12197 |
atf_test_case rcv_syn_time_wait_outside_left_secure_ipv6 cleanup |
10468 |
rcv_syn_time_wait_outside_left_secure_ipv6_head() { |
12198 |
rcv_syn_time_wait_outside_left_secure_ipv6_head() { |
10469 |
atf_set timeout 10 |
12199 |
atf_set timeout 10 |
Lines 10471-10586
rcv_syn_time_wait_outside_left_secure_ipv6_head() {
Link Here
|
10471 |
} |
12201 |
} |
10472 |
rcv_syn_time_wait_outside_left_secure_ipv6_body() { |
12202 |
rcv_syn_time_wait_outside_left_secure_ipv6_body() { |
10473 |
|
12203 |
|
|
|
12204 |
atf_expect_timeout "FreeBSD intentionally does not follow the specification." |
10474 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.pkt |
12205 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.pkt |
10475 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.pkt |
12206 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-left-secure-ipv6.pkt |
10476 |
} |
12207 |
} |
10477 |
rcv_syn_time_wait_outside_left_secure_ipv6_cleanup() { |
12208 |
rcv_syn_time_wait_outside_left_secure_ipv6_cleanup() { |
10478 |
restore_sysctls |
12209 |
restore_sysctls |
10479 |
} |
12210 |
} |
|
|
12211 |
|
10480 |
atf_test_case rcv_syn_time_wait_outside_right_insecure_ipv4 cleanup |
12212 |
atf_test_case rcv_syn_time_wait_outside_right_insecure_ipv4 cleanup |
10481 |
rcv_syn_time_wait_outside_right_insecure_ipv4_head() { |
12213 |
rcv_syn_time_wait_outside_right_insecure_ipv4_head() { |
10482 |
atf_set timeout 10 |
12214 |
atf_set timeout 10 |
10483 |
atf_set require.config allow_sysctl_side_effects |
12215 |
atf_set require.config allow_sysctl_side_effects |
10484 |
} |
12216 |
} |
10485 |
rcv_syn_time_wait_outside_right_insecure_ipv4_body() { |
12217 |
rcv_syn_time_wait_outside_right_insecure_ipv4_body() { |
|
|
12218 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10486 |
|
12219 |
|
10487 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.pkt |
12220 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.pkt |
10488 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.pkt |
12221 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv4.pkt |
10489 |
} |
12222 |
} |
10490 |
rcv_syn_time_wait_outside_right_insecure_ipv4_cleanup() { |
12223 |
rcv_syn_time_wait_outside_right_insecure_ipv4_cleanup() { |
10491 |
restore_sysctls |
12224 |
restore_sysctls |
10492 |
} |
12225 |
} |
|
|
12226 |
|
10493 |
atf_test_case rcv_syn_time_wait_outside_right_insecure_ipv6 cleanup |
12227 |
atf_test_case rcv_syn_time_wait_outside_right_insecure_ipv6 cleanup |
10494 |
rcv_syn_time_wait_outside_right_insecure_ipv6_head() { |
12228 |
rcv_syn_time_wait_outside_right_insecure_ipv6_head() { |
10495 |
atf_set timeout 10 |
12229 |
atf_set timeout 10 |
10496 |
atf_set require.config allow_sysctl_side_effects |
12230 |
atf_set require.config allow_sysctl_side_effects |
10497 |
} |
12231 |
} |
10498 |
rcv_syn_time_wait_outside_right_insecure_ipv6_body() { |
12232 |
rcv_syn_time_wait_outside_right_insecure_ipv6_body() { |
|
|
12233 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10499 |
|
12234 |
|
10500 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.pkt |
12235 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.pkt |
10501 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.pkt |
12236 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-insecure-ipv6.pkt |
10502 |
} |
12237 |
} |
10503 |
rcv_syn_time_wait_outside_right_insecure_ipv6_cleanup() { |
12238 |
rcv_syn_time_wait_outside_right_insecure_ipv6_cleanup() { |
10504 |
restore_sysctls |
12239 |
restore_sysctls |
10505 |
} |
12240 |
} |
|
|
12241 |
|
10506 |
atf_test_case rcv_syn_time_wait_outside_right_secure_ipv4 cleanup |
12242 |
atf_test_case rcv_syn_time_wait_outside_right_secure_ipv4 cleanup |
10507 |
rcv_syn_time_wait_outside_right_secure_ipv4_head() { |
12243 |
rcv_syn_time_wait_outside_right_secure_ipv4_head() { |
10508 |
atf_set timeout 10 |
12244 |
atf_set timeout 10 |
10509 |
atf_set require.config allow_sysctl_side_effects |
12245 |
atf_set require.config allow_sysctl_side_effects |
10510 |
} |
12246 |
} |
10511 |
rcv_syn_time_wait_outside_right_secure_ipv4_body() { |
12247 |
rcv_syn_time_wait_outside_right_secure_ipv4_body() { |
|
|
12248 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10512 |
|
12249 |
|
10513 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.pkt |
12250 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.pkt |
10514 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.pkt |
12251 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv4.pkt |
10515 |
} |
12252 |
} |
10516 |
rcv_syn_time_wait_outside_right_secure_ipv4_cleanup() { |
12253 |
rcv_syn_time_wait_outside_right_secure_ipv4_cleanup() { |
10517 |
restore_sysctls |
12254 |
restore_sysctls |
10518 |
} |
12255 |
} |
|
|
12256 |
|
10519 |
atf_test_case rcv_syn_time_wait_outside_right_secure_ipv6 cleanup |
12257 |
atf_test_case rcv_syn_time_wait_outside_right_secure_ipv6 cleanup |
10520 |
rcv_syn_time_wait_outside_right_secure_ipv6_head() { |
12258 |
rcv_syn_time_wait_outside_right_secure_ipv6_head() { |
10521 |
atf_set timeout 10 |
12259 |
atf_set timeout 10 |
10522 |
atf_set require.config allow_sysctl_side_effects |
12260 |
atf_set require.config allow_sysctl_side_effects |
10523 |
} |
12261 |
} |
10524 |
rcv_syn_time_wait_outside_right_secure_ipv6_body() { |
12262 |
rcv_syn_time_wait_outside_right_secure_ipv6_body() { |
|
|
12263 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10525 |
|
12264 |
|
10526 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.pkt |
12265 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.pkt |
10527 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.pkt |
12266 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-outside-right-secure-ipv6.pkt |
10528 |
} |
12267 |
} |
10529 |
rcv_syn_time_wait_outside_right_secure_ipv6_cleanup() { |
12268 |
rcv_syn_time_wait_outside_right_secure_ipv6_cleanup() { |
10530 |
restore_sysctls |
12269 |
restore_sysctls |
10531 |
} |
12270 |
} |
|
|
12271 |
|
10532 |
atf_test_case rcv_syn_time_wait_right_edge_insecure_ipv4 cleanup |
12272 |
atf_test_case rcv_syn_time_wait_right_edge_insecure_ipv4 cleanup |
10533 |
rcv_syn_time_wait_right_edge_insecure_ipv4_head() { |
12273 |
rcv_syn_time_wait_right_edge_insecure_ipv4_head() { |
10534 |
atf_set timeout 10 |
12274 |
atf_set timeout 10 |
10535 |
atf_set require.config allow_sysctl_side_effects |
12275 |
atf_set require.config allow_sysctl_side_effects |
10536 |
} |
12276 |
} |
10537 |
rcv_syn_time_wait_right_edge_insecure_ipv4_body() { |
12277 |
rcv_syn_time_wait_right_edge_insecure_ipv4_body() { |
|
|
12278 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10538 |
|
12279 |
|
10539 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.pkt |
12280 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.pkt |
10540 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.pkt |
12281 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv4.pkt |
10541 |
} |
12282 |
} |
10542 |
rcv_syn_time_wait_right_edge_insecure_ipv4_cleanup() { |
12283 |
rcv_syn_time_wait_right_edge_insecure_ipv4_cleanup() { |
10543 |
restore_sysctls |
12284 |
restore_sysctls |
10544 |
} |
12285 |
} |
|
|
12286 |
|
10545 |
atf_test_case rcv_syn_time_wait_right_edge_insecure_ipv6 cleanup |
12287 |
atf_test_case rcv_syn_time_wait_right_edge_insecure_ipv6 cleanup |
10546 |
rcv_syn_time_wait_right_edge_insecure_ipv6_head() { |
12288 |
rcv_syn_time_wait_right_edge_insecure_ipv6_head() { |
10547 |
atf_set timeout 10 |
12289 |
atf_set timeout 10 |
10548 |
atf_set require.config allow_sysctl_side_effects |
12290 |
atf_set require.config allow_sysctl_side_effects |
10549 |
} |
12291 |
} |
10550 |
rcv_syn_time_wait_right_edge_insecure_ipv6_body() { |
12292 |
rcv_syn_time_wait_right_edge_insecure_ipv6_body() { |
|
|
12293 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10551 |
|
12294 |
|
10552 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.pkt |
12295 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.pkt |
10553 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.pkt |
12296 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-insecure-ipv6.pkt |
10554 |
} |
12297 |
} |
10555 |
rcv_syn_time_wait_right_edge_insecure_ipv6_cleanup() { |
12298 |
rcv_syn_time_wait_right_edge_insecure_ipv6_cleanup() { |
10556 |
restore_sysctls |
12299 |
restore_sysctls |
10557 |
} |
12300 |
} |
|
|
12301 |
|
10558 |
atf_test_case rcv_syn_time_wait_right_edge_secure_ipv4 cleanup |
12302 |
atf_test_case rcv_syn_time_wait_right_edge_secure_ipv4 cleanup |
10559 |
rcv_syn_time_wait_right_edge_secure_ipv4_head() { |
12303 |
rcv_syn_time_wait_right_edge_secure_ipv4_head() { |
10560 |
atf_set timeout 10 |
12304 |
atf_set timeout 10 |
10561 |
atf_set require.config allow_sysctl_side_effects |
12305 |
atf_set require.config allow_sysctl_side_effects |
10562 |
} |
12306 |
} |
10563 |
rcv_syn_time_wait_right_edge_secure_ipv4_body() { |
12307 |
rcv_syn_time_wait_right_edge_secure_ipv4_body() { |
|
|
12308 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10564 |
|
12309 |
|
10565 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.pkt |
12310 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.pkt |
10566 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.pkt |
12311 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv4.pkt |
10567 |
} |
12312 |
} |
10568 |
rcv_syn_time_wait_right_edge_secure_ipv4_cleanup() { |
12313 |
rcv_syn_time_wait_right_edge_secure_ipv4_cleanup() { |
10569 |
restore_sysctls |
12314 |
restore_sysctls |
10570 |
} |
12315 |
} |
|
|
12316 |
|
10571 |
atf_test_case rcv_syn_time_wait_right_edge_secure_ipv6 cleanup |
12317 |
atf_test_case rcv_syn_time_wait_right_edge_secure_ipv6 cleanup |
10572 |
rcv_syn_time_wait_right_edge_secure_ipv6_head() { |
12318 |
rcv_syn_time_wait_right_edge_secure_ipv6_head() { |
10573 |
atf_set timeout 10 |
12319 |
atf_set timeout 10 |
10574 |
atf_set require.config allow_sysctl_side_effects |
12320 |
atf_set require.config allow_sysctl_side_effects |
10575 |
} |
12321 |
} |
10576 |
rcv_syn_time_wait_right_edge_secure_ipv6_body() { |
12322 |
rcv_syn_time_wait_right_edge_secure_ipv6_body() { |
|
|
12323 |
atf_expect_fail "FreeBSD intentionally does not follow the specification." |
10577 |
|
12324 |
|
10578 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.pkt |
12325 |
save_sysctls /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.pkt |
10579 |
atf_check -o ignore /usr/local/bin/packetdrill /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.pkt |
12326 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/state-event-engine/rcv-syn-time-wait/rcv-syn-time-wait-right-edge-secure-ipv6.pkt |
10580 |
} |
12327 |
} |
10581 |
rcv_syn_time_wait_right_edge_secure_ipv6_cleanup() { |
12328 |
rcv_syn_time_wait_right_edge_secure_ipv6_cleanup() { |
10582 |
restore_sysctls |
12329 |
restore_sysctls |
10583 |
} |
12330 |
} |
|
|
12331 |
|
12332 |
atf_test_case active_connection_setup_ipv4 cleanup |
12333 |
active_connection_setup_ipv4_head() { |
12334 |
atf_set timeout 10 |
12335 |
atf_set require.config allow_sysctl_side_effects |
12336 |
} |
12337 |
active_connection_setup_ipv4_body() { |
12338 |
|
12339 |
|
12340 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/active-connection-setup-ipv4.pkt |
12341 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/active-connection-setup-ipv4.pkt |
12342 |
} |
12343 |
active_connection_setup_ipv4_cleanup() { |
12344 |
restore_sysctls |
12345 |
} |
12346 |
|
12347 |
atf_test_case active_connection_setup_ipv6 cleanup |
12348 |
active_connection_setup_ipv6_head() { |
12349 |
atf_set timeout 10 |
12350 |
atf_set require.config allow_sysctl_side_effects |
12351 |
} |
12352 |
active_connection_setup_ipv6_body() { |
12353 |
|
12354 |
|
12355 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/active-connection-setup-ipv6.pkt |
12356 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/active-connection-setup-ipv6.pkt |
12357 |
} |
12358 |
active_connection_setup_ipv6_cleanup() { |
12359 |
restore_sysctls |
12360 |
} |
12361 |
|
12362 |
atf_test_case getsockopt_tcp_maxseg_established_ipv4 cleanup |
12363 |
getsockopt_tcp_maxseg_established_ipv4_head() { |
12364 |
atf_set timeout 10 |
12365 |
atf_set require.config allow_sysctl_side_effects |
12366 |
} |
12367 |
getsockopt_tcp_maxseg_established_ipv4_body() { |
12368 |
|
12369 |
|
12370 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/getsockopt-tcp-maxseg-established-ipv4.pkt |
12371 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/getsockopt-tcp-maxseg-established-ipv4.pkt |
12372 |
} |
12373 |
getsockopt_tcp_maxseg_established_ipv4_cleanup() { |
12374 |
restore_sysctls |
12375 |
} |
12376 |
|
12377 |
atf_test_case getsockopt_tcp_maxseg_established_ipv6 cleanup |
12378 |
getsockopt_tcp_maxseg_established_ipv6_head() { |
12379 |
atf_set timeout 10 |
12380 |
atf_set require.config allow_sysctl_side_effects |
12381 |
} |
12382 |
getsockopt_tcp_maxseg_established_ipv6_body() { |
12383 |
|
12384 |
|
12385 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/getsockopt-tcp-maxseg-established-ipv6.pkt |
12386 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/getsockopt-tcp-maxseg-established-ipv6.pkt |
12387 |
} |
12388 |
getsockopt_tcp_maxseg_established_ipv6_cleanup() { |
12389 |
restore_sysctls |
12390 |
} |
12391 |
|
12392 |
atf_test_case passive_connection_setup_ipv4 cleanup |
12393 |
passive_connection_setup_ipv4_head() { |
12394 |
atf_set timeout 10 |
12395 |
atf_set require.config allow_sysctl_side_effects |
12396 |
} |
12397 |
passive_connection_setup_ipv4_body() { |
12398 |
|
12399 |
|
12400 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/passive-connection-setup-ipv4.pkt |
12401 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/passive-connection-setup-ipv4.pkt |
12402 |
} |
12403 |
passive_connection_setup_ipv4_cleanup() { |
12404 |
restore_sysctls |
12405 |
} |
12406 |
|
12407 |
atf_test_case passive_connection_setup_ipv6 cleanup |
12408 |
passive_connection_setup_ipv6_head() { |
12409 |
atf_set timeout 10 |
12410 |
atf_set require.config allow_sysctl_side_effects |
12411 |
} |
12412 |
passive_connection_setup_ipv6_body() { |
12413 |
|
12414 |
|
12415 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/passive-connection-setup-ipv6.pkt |
12416 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/passive-connection-setup-ipv6.pkt |
12417 |
} |
12418 |
passive_connection_setup_ipv6_cleanup() { |
12419 |
restore_sysctls |
12420 |
} |
12421 |
|
12422 |
atf_test_case rcv_ack_closing_ipv4 cleanup |
12423 |
rcv_ack_closing_ipv4_head() { |
12424 |
atf_set timeout 10 |
12425 |
atf_set require.config allow_sysctl_side_effects |
12426 |
} |
12427 |
rcv_ack_closing_ipv4_body() { |
12428 |
|
12429 |
|
12430 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-closing-ipv4.pkt |
12431 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-closing-ipv4.pkt |
12432 |
} |
12433 |
rcv_ack_closing_ipv4_cleanup() { |
12434 |
restore_sysctls |
12435 |
} |
12436 |
|
12437 |
atf_test_case rcv_ack_closing_ipv6 cleanup |
12438 |
rcv_ack_closing_ipv6_head() { |
12439 |
atf_set timeout 10 |
12440 |
atf_set require.config allow_sysctl_side_effects |
12441 |
} |
12442 |
rcv_ack_closing_ipv6_body() { |
12443 |
|
12444 |
|
12445 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-closing-ipv6.pkt |
12446 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-closing-ipv6.pkt |
12447 |
} |
12448 |
rcv_ack_closing_ipv6_cleanup() { |
12449 |
restore_sysctls |
12450 |
} |
12451 |
|
12452 |
atf_test_case rcv_ack_finwait_1_ipv4 cleanup |
12453 |
rcv_ack_finwait_1_ipv4_head() { |
12454 |
atf_set timeout 10 |
12455 |
atf_set require.config allow_sysctl_side_effects |
12456 |
} |
12457 |
rcv_ack_finwait_1_ipv4_body() { |
12458 |
|
12459 |
|
12460 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-finwait-1-ipv4.pkt |
12461 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-finwait-1-ipv4.pkt |
12462 |
} |
12463 |
rcv_ack_finwait_1_ipv4_cleanup() { |
12464 |
restore_sysctls |
12465 |
} |
12466 |
|
12467 |
atf_test_case rcv_ack_finwait_1_ipv6 cleanup |
12468 |
rcv_ack_finwait_1_ipv6_head() { |
12469 |
atf_set timeout 10 |
12470 |
atf_set require.config allow_sysctl_side_effects |
12471 |
} |
12472 |
rcv_ack_finwait_1_ipv6_body() { |
12473 |
|
12474 |
|
12475 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-finwait-1-ipv6.pkt |
12476 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-finwait-1-ipv6.pkt |
12477 |
} |
12478 |
rcv_ack_finwait_1_ipv6_cleanup() { |
12479 |
restore_sysctls |
12480 |
} |
12481 |
|
12482 |
atf_test_case rcv_ack_last_ack_ipv4 cleanup |
12483 |
rcv_ack_last_ack_ipv4_head() { |
12484 |
atf_set timeout 10 |
12485 |
atf_set require.config allow_sysctl_side_effects |
12486 |
} |
12487 |
rcv_ack_last_ack_ipv4_body() { |
12488 |
|
12489 |
|
12490 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-last-ack-ipv4.pkt |
12491 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-last-ack-ipv4.pkt |
12492 |
} |
12493 |
rcv_ack_last_ack_ipv4_cleanup() { |
12494 |
restore_sysctls |
12495 |
} |
12496 |
|
12497 |
atf_test_case rcv_ack_last_ack_ipv6 cleanup |
12498 |
rcv_ack_last_ack_ipv6_head() { |
12499 |
atf_set timeout 10 |
12500 |
atf_set require.config allow_sysctl_side_effects |
12501 |
} |
12502 |
rcv_ack_last_ack_ipv6_body() { |
12503 |
|
12504 |
|
12505 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-last-ack-ipv6.pkt |
12506 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-last-ack-ipv6.pkt |
12507 |
} |
12508 |
rcv_ack_last_ack_ipv6_cleanup() { |
12509 |
restore_sysctls |
12510 |
} |
12511 |
|
12512 |
atf_test_case rcv_ack_syn_rcvd_syn_cache_ipv4 cleanup |
12513 |
rcv_ack_syn_rcvd_syn_cache_ipv4_head() { |
12514 |
atf_set timeout 10 |
12515 |
atf_set require.config allow_sysctl_side_effects |
12516 |
} |
12517 |
rcv_ack_syn_rcvd_syn_cache_ipv4_body() { |
12518 |
|
12519 |
|
12520 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cache-ipv4.pkt |
12521 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cache-ipv4.pkt |
12522 |
} |
12523 |
rcv_ack_syn_rcvd_syn_cache_ipv4_cleanup() { |
12524 |
restore_sysctls |
12525 |
} |
12526 |
|
12527 |
atf_test_case rcv_ack_syn_rcvd_syn_cache_ipv6 cleanup |
12528 |
rcv_ack_syn_rcvd_syn_cache_ipv6_head() { |
12529 |
atf_set timeout 10 |
12530 |
atf_set require.config allow_sysctl_side_effects |
12531 |
} |
12532 |
rcv_ack_syn_rcvd_syn_cache_ipv6_body() { |
12533 |
|
12534 |
|
12535 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cache-ipv6.pkt |
12536 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cache-ipv6.pkt |
12537 |
} |
12538 |
rcv_ack_syn_rcvd_syn_cache_ipv6_cleanup() { |
12539 |
restore_sysctls |
12540 |
} |
12541 |
|
12542 |
atf_test_case rcv_ack_syn_rcvd_syn_cookie_ipv4 cleanup |
12543 |
rcv_ack_syn_rcvd_syn_cookie_ipv4_head() { |
12544 |
atf_set timeout 10 |
12545 |
atf_set require.config allow_sysctl_side_effects |
12546 |
} |
12547 |
rcv_ack_syn_rcvd_syn_cookie_ipv4_body() { |
12548 |
|
12549 |
|
12550 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cookie-ipv4.pkt |
12551 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cookie-ipv4.pkt |
12552 |
} |
12553 |
rcv_ack_syn_rcvd_syn_cookie_ipv4_cleanup() { |
12554 |
restore_sysctls |
12555 |
} |
12556 |
|
12557 |
atf_test_case rcv_ack_syn_rcvd_syn_cookie_ipv6 cleanup |
12558 |
rcv_ack_syn_rcvd_syn_cookie_ipv6_head() { |
12559 |
atf_set timeout 10 |
12560 |
atf_set require.config allow_sysctl_side_effects |
12561 |
} |
12562 |
rcv_ack_syn_rcvd_syn_cookie_ipv6_body() { |
12563 |
|
12564 |
|
12565 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cookie-ipv6.pkt |
12566 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-syn-cookie-ipv6.pkt |
12567 |
} |
12568 |
rcv_ack_syn_rcvd_syn_cookie_ipv6_cleanup() { |
12569 |
restore_sysctls |
12570 |
} |
12571 |
|
12572 |
atf_test_case rcv_ack_syn_rcvd_via_syn_sent_ipv4 cleanup |
12573 |
rcv_ack_syn_rcvd_via_syn_sent_ipv4_head() { |
12574 |
atf_set timeout 10 |
12575 |
atf_set require.config allow_sysctl_side_effects |
12576 |
} |
12577 |
rcv_ack_syn_rcvd_via_syn_sent_ipv4_body() { |
12578 |
|
12579 |
|
12580 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-via-syn-sent-ipv4.pkt |
12581 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-via-syn-sent-ipv4.pkt |
12582 |
} |
12583 |
rcv_ack_syn_rcvd_via_syn_sent_ipv4_cleanup() { |
12584 |
restore_sysctls |
12585 |
} |
12586 |
|
12587 |
atf_test_case rcv_ack_syn_rcvd_via_syn_sent_ipv6 cleanup |
12588 |
rcv_ack_syn_rcvd_via_syn_sent_ipv6_head() { |
12589 |
atf_set timeout 10 |
12590 |
atf_set require.config allow_sysctl_side_effects |
12591 |
} |
12592 |
rcv_ack_syn_rcvd_via_syn_sent_ipv6_body() { |
12593 |
|
12594 |
|
12595 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-via-syn-sent-ipv6.pkt |
12596 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-syn-rcvd-via-syn-sent-ipv6.pkt |
12597 |
} |
12598 |
rcv_ack_syn_rcvd_via_syn_sent_ipv6_cleanup() { |
12599 |
restore_sysctls |
12600 |
} |
12601 |
|
12602 |
atf_test_case rcv_ack_timewait_ipv4 cleanup |
12603 |
rcv_ack_timewait_ipv4_head() { |
12604 |
atf_set timeout 10 |
12605 |
atf_set require.config allow_sysctl_side_effects |
12606 |
} |
12607 |
rcv_ack_timewait_ipv4_body() { |
12608 |
|
12609 |
|
12610 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-timewait-ipv4.pkt |
12611 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-timewait-ipv4.pkt |
12612 |
} |
12613 |
rcv_ack_timewait_ipv4_cleanup() { |
12614 |
restore_sysctls |
12615 |
} |
12616 |
|
12617 |
atf_test_case rcv_ack_timewait_ipv6 cleanup |
12618 |
rcv_ack_timewait_ipv6_head() { |
12619 |
atf_set timeout 10 |
12620 |
atf_set require.config allow_sysctl_side_effects |
12621 |
} |
12622 |
rcv_ack_timewait_ipv6_body() { |
12623 |
|
12624 |
|
12625 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-timewait-ipv6.pkt |
12626 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-ack-timewait-ipv6.pkt |
12627 |
} |
12628 |
rcv_ack_timewait_ipv6_cleanup() { |
12629 |
restore_sysctls |
12630 |
} |
12631 |
|
12632 |
atf_test_case rcv_fin_estab_ipv4 cleanup |
12633 |
rcv_fin_estab_ipv4_head() { |
12634 |
atf_set timeout 10 |
12635 |
atf_set require.config allow_sysctl_side_effects |
12636 |
} |
12637 |
rcv_fin_estab_ipv4_body() { |
12638 |
|
12639 |
|
12640 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-estab-ipv4.pkt |
12641 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-estab-ipv4.pkt |
12642 |
} |
12643 |
rcv_fin_estab_ipv4_cleanup() { |
12644 |
restore_sysctls |
12645 |
} |
12646 |
|
12647 |
atf_test_case rcv_fin_estab_ipv6 cleanup |
12648 |
rcv_fin_estab_ipv6_head() { |
12649 |
atf_set timeout 10 |
12650 |
atf_set require.config allow_sysctl_side_effects |
12651 |
} |
12652 |
rcv_fin_estab_ipv6_body() { |
12653 |
|
12654 |
|
12655 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-estab-ipv6.pkt |
12656 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-estab-ipv6.pkt |
12657 |
} |
12658 |
rcv_fin_estab_ipv6_cleanup() { |
12659 |
restore_sysctls |
12660 |
} |
12661 |
|
12662 |
atf_test_case rcv_fin_finwait_1_ipv4 cleanup |
12663 |
rcv_fin_finwait_1_ipv4_head() { |
12664 |
atf_set timeout 10 |
12665 |
atf_set require.config allow_sysctl_side_effects |
12666 |
} |
12667 |
rcv_fin_finwait_1_ipv4_body() { |
12668 |
|
12669 |
|
12670 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-1-ipv4.pkt |
12671 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-1-ipv4.pkt |
12672 |
} |
12673 |
rcv_fin_finwait_1_ipv4_cleanup() { |
12674 |
restore_sysctls |
12675 |
} |
12676 |
|
12677 |
atf_test_case rcv_fin_finwait_1_ipv6 cleanup |
12678 |
rcv_fin_finwait_1_ipv6_head() { |
12679 |
atf_set timeout 10 |
12680 |
atf_set require.config allow_sysctl_side_effects |
12681 |
} |
12682 |
rcv_fin_finwait_1_ipv6_body() { |
12683 |
|
12684 |
|
12685 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-1-ipv6.pkt |
12686 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-1-ipv6.pkt |
12687 |
} |
12688 |
rcv_fin_finwait_1_ipv6_cleanup() { |
12689 |
restore_sysctls |
12690 |
} |
12691 |
|
12692 |
atf_test_case rcv_fin_finwait_2_ipv4 cleanup |
12693 |
rcv_fin_finwait_2_ipv4_head() { |
12694 |
atf_set timeout 10 |
12695 |
atf_set require.config allow_sysctl_side_effects |
12696 |
} |
12697 |
rcv_fin_finwait_2_ipv4_body() { |
12698 |
|
12699 |
|
12700 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-2-ipv4.pkt |
12701 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-2-ipv4.pkt |
12702 |
} |
12703 |
rcv_fin_finwait_2_ipv4_cleanup() { |
12704 |
restore_sysctls |
12705 |
} |
12706 |
|
12707 |
atf_test_case rcv_fin_finwait_2_ipv6 cleanup |
12708 |
rcv_fin_finwait_2_ipv6_head() { |
12709 |
atf_set timeout 10 |
12710 |
atf_set require.config allow_sysctl_side_effects |
12711 |
} |
12712 |
rcv_fin_finwait_2_ipv6_body() { |
12713 |
|
12714 |
|
12715 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-2-ipv6.pkt |
12716 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-finwait-2-ipv6.pkt |
12717 |
} |
12718 |
rcv_fin_finwait_2_ipv6_cleanup() { |
12719 |
restore_sysctls |
12720 |
} |
12721 |
|
12722 |
atf_test_case rcv_fin_timewait_ipv4 cleanup |
12723 |
rcv_fin_timewait_ipv4_head() { |
12724 |
atf_set timeout 10 |
12725 |
atf_set require.config allow_sysctl_side_effects |
12726 |
} |
12727 |
rcv_fin_timewait_ipv4_body() { |
12728 |
|
12729 |
|
12730 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-timewait-ipv4.pkt |
12731 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-timewait-ipv4.pkt |
12732 |
} |
12733 |
rcv_fin_timewait_ipv4_cleanup() { |
12734 |
restore_sysctls |
12735 |
} |
12736 |
|
12737 |
atf_test_case rcv_fin_timewait_ipv6 cleanup |
12738 |
rcv_fin_timewait_ipv6_head() { |
12739 |
atf_set timeout 10 |
12740 |
atf_set require.config allow_sysctl_side_effects |
12741 |
} |
12742 |
rcv_fin_timewait_ipv6_body() { |
12743 |
|
12744 |
|
12745 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-timewait-ipv6.pkt |
12746 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-fin-timewait-ipv6.pkt |
12747 |
} |
12748 |
rcv_fin_timewait_ipv6_cleanup() { |
12749 |
restore_sysctls |
12750 |
} |
12751 |
|
12752 |
atf_test_case rcv_icmp_admin_prohibited_syn_sent_ipv6 cleanup |
12753 |
rcv_icmp_admin_prohibited_syn_sent_ipv6_head() { |
12754 |
atf_set timeout 10 |
12755 |
atf_set require.config allow_sysctl_side_effects |
12756 |
} |
12757 |
rcv_icmp_admin_prohibited_syn_sent_ipv6_body() { |
12758 |
|
12759 |
|
12760 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-admin-prohibited-syn-sent-ipv6.pkt |
12761 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-admin-prohibited-syn-sent-ipv6.pkt |
12762 |
} |
12763 |
rcv_icmp_admin_prohibited_syn_sent_ipv6_cleanup() { |
12764 |
restore_sysctls |
12765 |
} |
12766 |
|
12767 |
atf_test_case rcv_icmp_fragmentation_needed_established_ipv4 cleanup |
12768 |
rcv_icmp_fragmentation_needed_established_ipv4_head() { |
12769 |
atf_set timeout 10 |
12770 |
atf_set require.config allow_sysctl_side_effects |
12771 |
} |
12772 |
rcv_icmp_fragmentation_needed_established_ipv4_body() { |
12773 |
|
12774 |
|
12775 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-fragmentation-needed-established-ipv4.pkt |
12776 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-fragmentation-needed-established-ipv4.pkt |
12777 |
} |
12778 |
rcv_icmp_fragmentation_needed_established_ipv4_cleanup() { |
12779 |
restore_sysctls |
12780 |
} |
12781 |
|
12782 |
atf_test_case rcv_icmp_host_prohibited_syn_sent_ipv4 cleanup |
12783 |
rcv_icmp_host_prohibited_syn_sent_ipv4_head() { |
12784 |
atf_set timeout 10 |
12785 |
atf_set require.config allow_sysctl_side_effects |
12786 |
} |
12787 |
rcv_icmp_host_prohibited_syn_sent_ipv4_body() { |
12788 |
|
12789 |
|
12790 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-host-prohibited-syn-sent-ipv4.pkt |
12791 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-host-prohibited-syn-sent-ipv4.pkt |
12792 |
} |
12793 |
rcv_icmp_host_prohibited_syn_sent_ipv4_cleanup() { |
12794 |
restore_sysctls |
12795 |
} |
12796 |
|
12797 |
atf_test_case rcv_icmp_net_prohibited_syn_sent_ipv4 cleanup |
12798 |
rcv_icmp_net_prohibited_syn_sent_ipv4_head() { |
12799 |
atf_set timeout 10 |
12800 |
atf_set require.config allow_sysctl_side_effects |
12801 |
} |
12802 |
rcv_icmp_net_prohibited_syn_sent_ipv4_body() { |
12803 |
|
12804 |
|
12805 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-net-prohibited-syn-sent-ipv4.pkt |
12806 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-net-prohibited-syn-sent-ipv4.pkt |
12807 |
} |
12808 |
rcv_icmp_net_prohibited_syn_sent_ipv4_cleanup() { |
12809 |
restore_sysctls |
12810 |
} |
12811 |
|
12812 |
atf_test_case rcv_icmp_packet_too_big_established_ipv6 cleanup |
12813 |
rcv_icmp_packet_too_big_established_ipv6_head() { |
12814 |
atf_set timeout 10 |
12815 |
atf_set require.config allow_sysctl_side_effects |
12816 |
} |
12817 |
rcv_icmp_packet_too_big_established_ipv6_body() { |
12818 |
|
12819 |
|
12820 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-packet-too-big-established-ipv6.pkt |
12821 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-packet-too-big-established-ipv6.pkt |
12822 |
} |
12823 |
rcv_icmp_packet_too_big_established_ipv6_cleanup() { |
12824 |
restore_sysctls |
12825 |
} |
12826 |
|
12827 |
atf_test_case rcv_icmp_port_unreachable_syn_sent_ipv4 cleanup |
12828 |
rcv_icmp_port_unreachable_syn_sent_ipv4_head() { |
12829 |
atf_set timeout 10 |
12830 |
atf_set require.config allow_sysctl_side_effects |
12831 |
} |
12832 |
rcv_icmp_port_unreachable_syn_sent_ipv4_body() { |
12833 |
|
12834 |
|
12835 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-port-unreachable-syn-sent-ipv4.pkt |
12836 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-port-unreachable-syn-sent-ipv4.pkt |
12837 |
} |
12838 |
rcv_icmp_port_unreachable_syn_sent_ipv4_cleanup() { |
12839 |
restore_sysctls |
12840 |
} |
12841 |
|
12842 |
atf_test_case rcv_icmp_port_unreachable_syn_sent_ipv6 cleanup |
12843 |
rcv_icmp_port_unreachable_syn_sent_ipv6_head() { |
12844 |
atf_set timeout 10 |
12845 |
atf_set require.config allow_sysctl_side_effects |
12846 |
} |
12847 |
rcv_icmp_port_unreachable_syn_sent_ipv6_body() { |
12848 |
|
12849 |
|
12850 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-port-unreachable-syn-sent-ipv6.pkt |
12851 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-icmp-port-unreachable-syn-sent-ipv6.pkt |
12852 |
} |
12853 |
rcv_icmp_port_unreachable_syn_sent_ipv6_cleanup() { |
12854 |
restore_sysctls |
12855 |
} |
12856 |
|
12857 |
atf_test_case rcv_rst_encaps_syn_sent_ipv4 cleanup |
12858 |
rcv_rst_encaps_syn_sent_ipv4_head() { |
12859 |
atf_set timeout 10 |
12860 |
atf_set require.config allow_sysctl_side_effects |
12861 |
} |
12862 |
rcv_rst_encaps_syn_sent_ipv4_body() { |
12863 |
|
12864 |
|
12865 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-encaps-syn-sent-ipv4.pkt |
12866 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-encaps-syn-sent-ipv4.pkt |
12867 |
} |
12868 |
rcv_rst_encaps_syn_sent_ipv4_cleanup() { |
12869 |
restore_sysctls |
12870 |
} |
12871 |
|
12872 |
atf_test_case rcv_rst_encaps_syn_sent_ipv6 cleanup |
12873 |
rcv_rst_encaps_syn_sent_ipv6_head() { |
12874 |
atf_set timeout 10 |
12875 |
atf_set require.config allow_sysctl_side_effects |
12876 |
} |
12877 |
rcv_rst_encaps_syn_sent_ipv6_body() { |
12878 |
|
12879 |
|
12880 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-encaps-syn-sent-ipv6.pkt |
12881 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-encaps-syn-sent-ipv6.pkt |
12882 |
} |
12883 |
rcv_rst_encaps_syn_sent_ipv6_cleanup() { |
12884 |
restore_sysctls |
12885 |
} |
12886 |
|
12887 |
atf_test_case rcv_rst_plain_syn_sent_ipv4 cleanup |
12888 |
rcv_rst_plain_syn_sent_ipv4_head() { |
12889 |
atf_set timeout 10 |
12890 |
atf_set require.config allow_sysctl_side_effects |
12891 |
} |
12892 |
rcv_rst_plain_syn_sent_ipv4_body() { |
12893 |
|
12894 |
|
12895 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-plain-syn-sent-ipv4.pkt |
12896 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-plain-syn-sent-ipv4.pkt |
12897 |
} |
12898 |
rcv_rst_plain_syn_sent_ipv4_cleanup() { |
12899 |
restore_sysctls |
12900 |
} |
12901 |
|
12902 |
atf_test_case rcv_rst_plain_syn_sent_ipv6 cleanup |
12903 |
rcv_rst_plain_syn_sent_ipv6_head() { |
12904 |
atf_set timeout 10 |
12905 |
atf_set require.config allow_sysctl_side_effects |
12906 |
} |
12907 |
rcv_rst_plain_syn_sent_ipv6_body() { |
12908 |
|
12909 |
|
12910 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-plain-syn-sent-ipv6.pkt |
12911 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-rst-plain-syn-sent-ipv6.pkt |
12912 |
} |
12913 |
rcv_rst_plain_syn_sent_ipv6_cleanup() { |
12914 |
restore_sysctls |
12915 |
} |
12916 |
|
12917 |
atf_test_case rcv_syn_ack_syn_sent_ipv4 cleanup |
12918 |
rcv_syn_ack_syn_sent_ipv4_head() { |
12919 |
atf_set timeout 10 |
12920 |
atf_set require.config allow_sysctl_side_effects |
12921 |
} |
12922 |
rcv_syn_ack_syn_sent_ipv4_body() { |
12923 |
|
12924 |
|
12925 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-ack-syn-sent-ipv4.pkt |
12926 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-ack-syn-sent-ipv4.pkt |
12927 |
} |
12928 |
rcv_syn_ack_syn_sent_ipv4_cleanup() { |
12929 |
restore_sysctls |
12930 |
} |
12931 |
|
12932 |
atf_test_case rcv_syn_ack_syn_sent_ipv6 cleanup |
12933 |
rcv_syn_ack_syn_sent_ipv6_head() { |
12934 |
atf_set timeout 10 |
12935 |
atf_set require.config allow_sysctl_side_effects |
12936 |
} |
12937 |
rcv_syn_ack_syn_sent_ipv6_body() { |
12938 |
|
12939 |
|
12940 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-ack-syn-sent-ipv6.pkt |
12941 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-ack-syn-sent-ipv6.pkt |
12942 |
} |
12943 |
rcv_syn_ack_syn_sent_ipv6_cleanup() { |
12944 |
restore_sysctls |
12945 |
} |
12946 |
|
12947 |
atf_test_case rcv_syn_closed_ipv4 cleanup |
12948 |
rcv_syn_closed_ipv4_head() { |
12949 |
atf_set timeout 10 |
12950 |
atf_set require.config allow_sysctl_side_effects |
12951 |
} |
12952 |
rcv_syn_closed_ipv4_body() { |
12953 |
|
12954 |
|
12955 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-closed-ipv4.pkt |
12956 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-closed-ipv4.pkt |
12957 |
} |
12958 |
rcv_syn_closed_ipv4_cleanup() { |
12959 |
restore_sysctls |
12960 |
} |
12961 |
|
12962 |
atf_test_case rcv_syn_closed_ipv6 cleanup |
12963 |
rcv_syn_closed_ipv6_head() { |
12964 |
atf_set timeout 10 |
12965 |
atf_set require.config allow_sysctl_side_effects |
12966 |
} |
12967 |
rcv_syn_closed_ipv6_body() { |
12968 |
|
12969 |
|
12970 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-closed-ipv6.pkt |
12971 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-closed-ipv6.pkt |
12972 |
} |
12973 |
rcv_syn_closed_ipv6_cleanup() { |
12974 |
restore_sysctls |
12975 |
} |
12976 |
|
12977 |
atf_test_case rcv_syn_timewait_ipv4 cleanup |
12978 |
rcv_syn_timewait_ipv4_head() { |
12979 |
atf_set timeout 10 |
12980 |
atf_set require.config allow_sysctl_side_effects |
12981 |
} |
12982 |
rcv_syn_timewait_ipv4_body() { |
12983 |
|
12984 |
|
12985 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-timewait-ipv4.pkt |
12986 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-timewait-ipv4.pkt |
12987 |
} |
12988 |
rcv_syn_timewait_ipv4_cleanup() { |
12989 |
restore_sysctls |
12990 |
} |
12991 |
|
12992 |
atf_test_case rcv_syn_timewait_ipv6 cleanup |
12993 |
rcv_syn_timewait_ipv6_head() { |
12994 |
atf_set timeout 10 |
12995 |
atf_set require.config allow_sysctl_side_effects |
12996 |
} |
12997 |
rcv_syn_timewait_ipv6_body() { |
12998 |
|
12999 |
|
13000 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-timewait-ipv6.pkt |
13001 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/rcv-syn-timewait-ipv6.pkt |
13002 |
} |
13003 |
rcv_syn_timewait_ipv6_cleanup() { |
13004 |
restore_sysctls |
13005 |
} |
13006 |
|
13007 |
atf_test_case setsockopt_ipv6_use_min_mtu_closed_ipv6 cleanup |
13008 |
setsockopt_ipv6_use_min_mtu_closed_ipv6_head() { |
13009 |
atf_set timeout 10 |
13010 |
atf_set require.config allow_sysctl_side_effects |
13011 |
} |
13012 |
setsockopt_ipv6_use_min_mtu_closed_ipv6_body() { |
13013 |
|
13014 |
|
13015 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-ipv6-use-min-mtu-closed-ipv6.pkt |
13016 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-ipv6-use-min-mtu-closed-ipv6.pkt |
13017 |
} |
13018 |
setsockopt_ipv6_use_min_mtu_closed_ipv6_cleanup() { |
13019 |
restore_sysctls |
13020 |
} |
13021 |
|
13022 |
atf_test_case setsockopt_remote_udp_encaps_port_closed_ipv4 cleanup |
13023 |
setsockopt_remote_udp_encaps_port_closed_ipv4_head() { |
13024 |
atf_set timeout 10 |
13025 |
atf_set require.config allow_sysctl_side_effects |
13026 |
} |
13027 |
setsockopt_remote_udp_encaps_port_closed_ipv4_body() { |
13028 |
|
13029 |
|
13030 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-closed-ipv4.pkt |
13031 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-closed-ipv4.pkt |
13032 |
} |
13033 |
setsockopt_remote_udp_encaps_port_closed_ipv4_cleanup() { |
13034 |
restore_sysctls |
13035 |
} |
13036 |
|
13037 |
atf_test_case setsockopt_remote_udp_encaps_port_closed_ipv6 cleanup |
13038 |
setsockopt_remote_udp_encaps_port_closed_ipv6_head() { |
13039 |
atf_set timeout 10 |
13040 |
atf_set require.config allow_sysctl_side_effects |
13041 |
} |
13042 |
setsockopt_remote_udp_encaps_port_closed_ipv6_body() { |
13043 |
|
13044 |
|
13045 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-closed-ipv6.pkt |
13046 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-closed-ipv6.pkt |
13047 |
} |
13048 |
setsockopt_remote_udp_encaps_port_closed_ipv6_cleanup() { |
13049 |
restore_sysctls |
13050 |
} |
13051 |
|
13052 |
atf_test_case setsockopt_remote_udp_encaps_port_listen_ipv4 cleanup |
13053 |
setsockopt_remote_udp_encaps_port_listen_ipv4_head() { |
13054 |
atf_set timeout 10 |
13055 |
atf_set require.config allow_sysctl_side_effects |
13056 |
} |
13057 |
setsockopt_remote_udp_encaps_port_listen_ipv4_body() { |
13058 |
|
13059 |
|
13060 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-listen-ipv4.pkt |
13061 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-listen-ipv4.pkt |
13062 |
} |
13063 |
setsockopt_remote_udp_encaps_port_listen_ipv4_cleanup() { |
13064 |
restore_sysctls |
13065 |
} |
13066 |
|
13067 |
atf_test_case setsockopt_remote_udp_encaps_port_listen_ipv6 cleanup |
13068 |
setsockopt_remote_udp_encaps_port_listen_ipv6_head() { |
13069 |
atf_set timeout 10 |
13070 |
atf_set require.config allow_sysctl_side_effects |
13071 |
} |
13072 |
setsockopt_remote_udp_encaps_port_listen_ipv6_body() { |
13073 |
|
13074 |
|
13075 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-listen-ipv6.pkt |
13076 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-listen-ipv6.pkt |
13077 |
} |
13078 |
setsockopt_remote_udp_encaps_port_listen_ipv6_cleanup() { |
13079 |
restore_sysctls |
13080 |
} |
13081 |
|
13082 |
atf_test_case setsockopt_remote_udp_encaps_port_syn_sent_ipv4 cleanup |
13083 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv4_head() { |
13084 |
atf_set timeout 10 |
13085 |
atf_set require.config allow_sysctl_side_effects |
13086 |
} |
13087 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv4_body() { |
13088 |
|
13089 |
|
13090 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-syn-sent-ipv4.pkt |
13091 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-syn-sent-ipv4.pkt |
13092 |
} |
13093 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv4_cleanup() { |
13094 |
restore_sysctls |
13095 |
} |
13096 |
|
13097 |
atf_test_case setsockopt_remote_udp_encaps_port_syn_sent_ipv6 cleanup |
13098 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv6_head() { |
13099 |
atf_set timeout 10 |
13100 |
atf_set require.config allow_sysctl_side_effects |
13101 |
} |
13102 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv6_body() { |
13103 |
|
13104 |
|
13105 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-syn-sent-ipv6.pkt |
13106 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-remote-udp-encaps-port-syn-sent-ipv6.pkt |
13107 |
} |
13108 |
setsockopt_remote_udp_encaps_port_syn_sent_ipv6_cleanup() { |
13109 |
restore_sysctls |
13110 |
} |
13111 |
|
13112 |
atf_test_case setsockopt_tcp_maxseg_established_ipv4 cleanup |
13113 |
setsockopt_tcp_maxseg_established_ipv4_head() { |
13114 |
atf_set timeout 10 |
13115 |
atf_set require.config allow_sysctl_side_effects |
13116 |
} |
13117 |
setsockopt_tcp_maxseg_established_ipv4_body() { |
13118 |
|
13119 |
|
13120 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-tcp-maxseg-established-ipv4.pkt |
13121 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-tcp-maxseg-established-ipv4.pkt |
13122 |
} |
13123 |
setsockopt_tcp_maxseg_established_ipv4_cleanup() { |
13124 |
restore_sysctls |
13125 |
} |
13126 |
|
13127 |
atf_test_case setsockopt_tcp_maxseg_established_ipv6 cleanup |
13128 |
setsockopt_tcp_maxseg_established_ipv6_head() { |
13129 |
atf_set timeout 10 |
13130 |
atf_set require.config allow_sysctl_side_effects |
13131 |
} |
13132 |
setsockopt_tcp_maxseg_established_ipv6_body() { |
13133 |
|
13134 |
|
13135 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-tcp-maxseg-established-ipv6.pkt |
13136 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/setsockopt-tcp-maxseg-established-ipv6.pkt |
13137 |
} |
13138 |
setsockopt_tcp_maxseg_established_ipv6_cleanup() { |
13139 |
restore_sysctls |
13140 |
} |
13141 |
|
13142 |
atf_test_case sysctl_pmtud_blackhole_detection_ipv4 cleanup |
13143 |
sysctl_pmtud_blackhole_detection_ipv4_head() { |
13144 |
atf_set timeout 90 |
13145 |
atf_set require.config allow_sysctl_side_effects |
13146 |
} |
13147 |
sysctl_pmtud_blackhole_detection_ipv4_body() { |
13148 |
|
13149 |
|
13150 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/sysctl-pmtud-blackhole-detection-ipv4.pkt |
13151 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/sysctl-pmtud-blackhole-detection-ipv4.pkt |
13152 |
} |
13153 |
sysctl_pmtud_blackhole_detection_ipv4_cleanup() { |
13154 |
restore_sysctls |
13155 |
} |
13156 |
|
13157 |
atf_test_case sysctl_pmtud_blackhole_detection_ipv6 cleanup |
13158 |
sysctl_pmtud_blackhole_detection_ipv6_head() { |
13159 |
atf_set timeout 90 |
13160 |
atf_set require.config allow_sysctl_side_effects |
13161 |
} |
13162 |
sysctl_pmtud_blackhole_detection_ipv6_body() { |
13163 |
|
13164 |
|
13165 |
save_sysctls /usr/local/share/tcptestsuite/tcp-over-udp/sysctl-pmtud-blackhole-detection-ipv6.pkt |
13166 |
atf_check -o ignore -e ignore /usr/local/share/tcptestsuite/double-check.sh /usr/local/bin/packetdrill --tun_dev=tun0 --persistent_tun_dev /usr/local/share/tcptestsuite/tcp-over-udp/sysctl-pmtud-blackhole-detection-ipv6.pkt |
13167 |
} |
13168 |
sysctl_pmtud_blackhole_detection_ipv6_cleanup() { |
13169 |
restore_sysctls |
13170 |
} |
13171 |
|
10584 |
atf_init_test_cases() { |
13172 |
atf_init_test_cases() { |
10585 |
atf_add_test_case client_handle_cookie_reject_of_length_01 |
13173 |
atf_add_test_case client_handle_cookie_reject_of_length_01 |
10586 |
atf_add_test_case client_handle_cookie_reject_of_length_02 |
13174 |
atf_add_test_case client_handle_cookie_reject_of_length_02 |
Lines 11003-11008
atf_init_test_cases() {
Link Here
|
11003 |
atf_add_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6 |
13591 |
atf_add_test_case socket_api_getsockopt_keepintvl_inherited_from_sysctl_ipv6 |
11004 |
atf_add_test_case socket_api_getsockopt_tcpinfo_ipv4 |
13592 |
atf_add_test_case socket_api_getsockopt_tcpinfo_ipv4 |
11005 |
atf_add_test_case socket_api_getsockopt_tcpinfo_ipv6 |
13593 |
atf_add_test_case socket_api_getsockopt_tcpinfo_ipv6 |
|
|
13594 |
atf_add_test_case socket_api_setsockopt_hoplimit_active_ipv6 |
13595 |
atf_add_test_case socket_api_setsockopt_hoplimit_passive_ipv6 |
13596 |
atf_add_test_case socket_api_setsockopt_tos_active_ipv4 |
13597 |
atf_add_test_case socket_api_setsockopt_tos_passive_ipv4 |
13598 |
atf_add_test_case socket_api_setsockopt_traffic_class_active_ipv6 |
13599 |
atf_add_test_case socket_api_setsockopt_traffic_class_passive_ipv6 |
13600 |
atf_add_test_case socket_api_setsockopt_ttl_active_ipv4 |
13601 |
atf_add_test_case socket_api_setsockopt_ttl_passive_ipv4 |
11006 |
atf_add_test_case rcv_ack_with_data_closed_ipv4 |
13602 |
atf_add_test_case rcv_ack_with_data_closed_ipv4 |
11007 |
atf_add_test_case rcv_ack_with_data_closed_ipv6 |
13603 |
atf_add_test_case rcv_ack_with_data_closed_ipv6 |
11008 |
atf_add_test_case rcv_ack_without_data_closed_ipv4 |
13604 |
atf_add_test_case rcv_ack_without_data_closed_ipv4 |
Lines 11395-11398
atf_init_test_cases() {
Link Here
|
11395 |
atf_add_test_case rcv_syn_time_wait_right_edge_insecure_ipv6 |
13991 |
atf_add_test_case rcv_syn_time_wait_right_edge_insecure_ipv6 |
11396 |
atf_add_test_case rcv_syn_time_wait_right_edge_secure_ipv4 |
13992 |
atf_add_test_case rcv_syn_time_wait_right_edge_secure_ipv4 |
11397 |
atf_add_test_case rcv_syn_time_wait_right_edge_secure_ipv6 |
13993 |
atf_add_test_case rcv_syn_time_wait_right_edge_secure_ipv6 |
|
|
13994 |
atf_add_test_case active_connection_setup_ipv4 |
13995 |
atf_add_test_case active_connection_setup_ipv6 |
13996 |
atf_add_test_case getsockopt_tcp_maxseg_established_ipv4 |
13997 |
atf_add_test_case getsockopt_tcp_maxseg_established_ipv6 |
13998 |
atf_add_test_case passive_connection_setup_ipv4 |
13999 |
atf_add_test_case passive_connection_setup_ipv6 |
14000 |
atf_add_test_case rcv_ack_closing_ipv4 |
14001 |
atf_add_test_case rcv_ack_closing_ipv6 |
14002 |
atf_add_test_case rcv_ack_finwait_1_ipv4 |
14003 |
atf_add_test_case rcv_ack_finwait_1_ipv6 |
14004 |
atf_add_test_case rcv_ack_last_ack_ipv4 |
14005 |
atf_add_test_case rcv_ack_last_ack_ipv6 |
14006 |
atf_add_test_case rcv_ack_syn_rcvd_syn_cache_ipv4 |
14007 |
atf_add_test_case rcv_ack_syn_rcvd_syn_cache_ipv6 |
14008 |
atf_add_test_case rcv_ack_syn_rcvd_syn_cookie_ipv4 |
14009 |
atf_add_test_case rcv_ack_syn_rcvd_syn_cookie_ipv6 |
14010 |
atf_add_test_case rcv_ack_syn_rcvd_via_syn_sent_ipv4 |
14011 |
atf_add_test_case rcv_ack_syn_rcvd_via_syn_sent_ipv6 |
14012 |
atf_add_test_case rcv_ack_timewait_ipv4 |
14013 |
atf_add_test_case rcv_ack_timewait_ipv6 |
14014 |
atf_add_test_case rcv_fin_estab_ipv4 |
14015 |
atf_add_test_case rcv_fin_estab_ipv6 |
14016 |
atf_add_test_case rcv_fin_finwait_1_ipv4 |
14017 |
atf_add_test_case rcv_fin_finwait_1_ipv6 |
14018 |
atf_add_test_case rcv_fin_finwait_2_ipv4 |
14019 |
atf_add_test_case rcv_fin_finwait_2_ipv6 |
14020 |
atf_add_test_case rcv_fin_timewait_ipv4 |
14021 |
atf_add_test_case rcv_fin_timewait_ipv6 |
14022 |
atf_add_test_case rcv_icmp_admin_prohibited_syn_sent_ipv6 |
14023 |
atf_add_test_case rcv_icmp_fragmentation_needed_established_ipv4 |
14024 |
atf_add_test_case rcv_icmp_host_prohibited_syn_sent_ipv4 |
14025 |
atf_add_test_case rcv_icmp_net_prohibited_syn_sent_ipv4 |
14026 |
atf_add_test_case rcv_icmp_packet_too_big_established_ipv6 |
14027 |
atf_add_test_case rcv_icmp_port_unreachable_syn_sent_ipv4 |
14028 |
atf_add_test_case rcv_icmp_port_unreachable_syn_sent_ipv6 |
14029 |
atf_add_test_case rcv_rst_encaps_syn_sent_ipv4 |
14030 |
atf_add_test_case rcv_rst_encaps_syn_sent_ipv6 |
14031 |
atf_add_test_case rcv_rst_plain_syn_sent_ipv4 |
14032 |
atf_add_test_case rcv_rst_plain_syn_sent_ipv6 |
14033 |
atf_add_test_case rcv_syn_ack_syn_sent_ipv4 |
14034 |
atf_add_test_case rcv_syn_ack_syn_sent_ipv6 |
14035 |
atf_add_test_case rcv_syn_closed_ipv4 |
14036 |
atf_add_test_case rcv_syn_closed_ipv6 |
14037 |
atf_add_test_case rcv_syn_timewait_ipv4 |
14038 |
atf_add_test_case rcv_syn_timewait_ipv6 |
14039 |
atf_add_test_case setsockopt_ipv6_use_min_mtu_closed_ipv6 |
14040 |
atf_add_test_case setsockopt_remote_udp_encaps_port_closed_ipv4 |
14041 |
atf_add_test_case setsockopt_remote_udp_encaps_port_closed_ipv6 |
14042 |
atf_add_test_case setsockopt_remote_udp_encaps_port_listen_ipv4 |
14043 |
atf_add_test_case setsockopt_remote_udp_encaps_port_listen_ipv6 |
14044 |
atf_add_test_case setsockopt_remote_udp_encaps_port_syn_sent_ipv4 |
14045 |
atf_add_test_case setsockopt_remote_udp_encaps_port_syn_sent_ipv6 |
14046 |
atf_add_test_case setsockopt_tcp_maxseg_established_ipv4 |
14047 |
atf_add_test_case setsockopt_tcp_maxseg_established_ipv6 |
14048 |
atf_add_test_case sysctl_pmtud_blackhole_detection_ipv4 |
14049 |
atf_add_test_case sysctl_pmtud_blackhole_detection_ipv6 |
11398 |
} |
14050 |
} |