Searched refs:test_shutdown (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_shutdown.c | 171 test_shutdown(clnt_sk[1], SHUT_RD); in main() 200 test_shutdown(clnt_sk[2], SHUT_RDWR); in main()
|
H A D | test_tcp_style.c | 254 test_shutdown(clt_sk[0], SHUT_WR); in main() 300 test_shutdown(clt_sk[1], SHUT_RD); in main() 325 test_shutdown(clt_sk[2], SHUT_RDWR); in main()
|
H A D | test_1_to_1_recvmsg.c | 182 test_shutdown(sk, SHUT_WR); in main()
|
H A D | test_1_to_1_recvfrom.c | 168 test_shutdown(sk, SHUT_WR); in main()
|
H A D | test_1_to_1_sendmsg.c | 364 test_shutdown(sk1, SHUT_RD); in main()
|
/third_party/python/Lib/test/ |
H A D | test_atexit.py | 17 def test_shutdown(self): member in FunctionalTest
|
H A D | test_socketserver.py | 257 def test_shutdown(self): member in SocketServerTest
|
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.h | 260 static inline int test_shutdown(int sk, int how) in test_shutdown() function
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 8158 static int test_shutdown(int tst) in test_shutdown() function 10822 ADD_ALL_TESTS(test_shutdown, 7); in setup_tests()
|
Completed in 17 milliseconds