Home
last modified time | relevance | path

Searched refs:test_sendto (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sendto.c157 test_sendto(sk, message, 5 , flag, (const struct sockaddr *)&conn_addr, in main()
Dtest_tcp_style.c402 test_sendto(clt2_sk, message, strlen(message), 0, &svr_loop.sa, in main()
/third_party/ltp/utils/sctp/testlib/
Dsctputil.h218 static inline int test_sendto(int sk, const void *msg, size_t len, int flags, in test_sendto() function
/third_party/python/Lib/test/test_asyncio/
Dtest_proactor_events.py511 def test_sendto(self): member in ProactorDatagramTransportTests
Dtest_selector_events.py1129 def test_sendto(self): member in SelectorDatagramTransportTests