Home
last modified time | relevance | path

Searched refs:sk2 (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_autoclose.c64 int sk1, sk2; in main() local
88 sk2 = test_socket(AF_INET, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
92 test_enable_assoc_change(sk2); in main()
96 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main()
99 test_listen(sk2, 1); in main()
106 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
129 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
141 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
155 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
164 close(sk2); in main()
Dtest_1_to_1_sockopt.c85 int sk, sk1, sk2, acpt_sk, pf_class; in main() local
223 sk2 = test_socket(pf_class, SOCK_STREAM, IPPROTO_SCTP); in main()
259 test_getsockopt(sk2, SCTP_INITMSG, &ginmsg, &len); in main()
275 test_connect(sk2, (struct sockaddr *) &conn_addr, len); in main()
281 error = setsockopt(sk2, SOL_SOCKET, SO_LINGER, &slinger, len); in main()
289 error = getsockopt(sk2, SOL_SOCKET, SO_LINGER, &glinger, &len); in main()
305 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_get, &len); in main()
314 error = getsockopt(sk2, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len); in main()
326 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_set, len); in main()
333 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &rcvbuf_val_get, &len); in main()
[all …]
Dtest_inaddr_any.c67 int sk1, sk2; in main() local
117 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
121 test_enable_assoc_change(sk2); in main()
125 test_bind(sk2, &anyaddr.sa, sizeof(anyaddr)); in main()
130 test_listen(sk2, 1); in main()
139 error = getsockname(sk2, &anyaddr.sa, &namelen); in main()
182 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
196 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
226 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
231 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
[all …]
Dtest_sctp_sendrecvmsg.c75 int sk1, sk2; in main() local
125 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
138 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
142 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main()
149 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &oldlen, &len); in main()
157 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &len, sizeof(len)); in main()
163 test_listen(sk2, 1); in main()
179 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main()
191 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &oldlen, in main()
216 error = test_sctp_recvmsg(sk2, big_buffer, buflen, in main()
[all …]
Dtest_fragments.c77 int sk1, sk2; in main() local
128 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
132 test_enable_assoc_change(sk2); in main()
136 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main()
139 test_listen(sk2, 1); in main()
178 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
198 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
257 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
272 remain = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
289 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
[all …]
Dtest_timetolive.c92 int sk1, sk2; in main() local
147 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
150 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main()
166 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
170 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main()
182 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &len, in main()
189 test_listen(sk2, 1); in main()
225 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
244 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main()
253 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
[all …]
Dtest_basic.c66 int sk1, sk2; in main() local
125 sk2 = test_socket(pf_class, SOCK_SEQPACKET, IPPROTO_SCTP); in main()
131 test_bind(sk2, &loop2.sa, sizeof(loop2)); in main()
137 test_enable_assoc_change(sk2); in main()
153 error = recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
162 error = test_listen(sk2, 1); in main()
194 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
251 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
335 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
340 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
[all …]
Dtest_1_to_1_initmsg_connect.c42 int sk1, sk2, sk3, msglen; in test_sctp() local
85 sk2 = SAFE_ACCEPT(sk3, (struct sockaddr *) &acpt_addr, &len); in test_sctp()
96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp()
106 SAFE_CLOSE(sk2); in test_sctp()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DUCAConformanceTest.java205 RawCollationKey sk1 = new RawCollationKey(), sk2 = new RawCollationKey(); in conformanceTest() local
274 newSk = sk2; in conformanceTest()
DCollationMiscTest.java3080 CollationKey sk2 = importviescoll.getCollationKey(t); in TestImport() local
3081 if(!sk1.equals(sk2)){ in TestImport()
3109 CollationKey sk2 = importvidecoll.getCollationKey(t); in TestImportWithType() local
3110 if(!sk1.equals(sk2)){ in TestImportWithType()
/third_party/icu/icu4c/source/test/intltest/
Ducaconf.cpp197 uint8_t sk1[1024], sk2[1024]; in testConformance() local
282 newSk = sk2; in testConformance()
Dtsmthred.cpp742 uint8_t sk1[1024], sk2[1024]; in run() local
788 newSk = (newSk == sk1)?sk2:sk1; in run()
/third_party/openssl/test/
Dsslapitest.c6320 STACK_OF(X509_NAME) *sk1 = NULL, *sk2 = NULL; in test_ca_names_int()
6347 || !TEST_ptr(sk2 = sk_X509_NAME_new_null()) in test_ca_names_int()
6348 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[0]))) in test_ca_names_int()
6349 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[1])))) in test_ca_names_int()
6353 SSL_CTX_set0_CA_list(cctx, sk2); in test_ca_names_int()
6354 sk1 = sk2 = NULL; in test_ca_names_int()
6360 || !TEST_ptr(sk2 = sk_X509_NAME_new_null()) in test_ca_names_int()
6361 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[2]))) in test_ca_names_int()
6362 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[3])))) in test_ca_names_int()
6366 SSL_CTX_set_client_CA_list(cctx, sk2); in test_ca_names_int()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5551 uint8_t sk2[500]; in TestImport() local
5606 ucol_getSortKey(importviescoll, str, 1, sk2, 500); in TestImport()
5607 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport()
5614 ucol_getSortKey(importviescoll, str, strLength, sk2, 500); in TestImport()
5615 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport()
5658 uint8_t sk2[500]; in TestImportWithType() local
5716 ucol_getSortKey(importvidecoll, str, 1, sk2, 500); in TestImportWithType()
5717 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType()
5724 ucol_getSortKey(importvidecoll, str, strLength, sk2, 500); in TestImportWithType()
5725 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType()