Searched defs:test_recv (Results 1 – 5 of 5) sorted by relevance
| /third_party/lwip/test/unit/udp/ | ||
| D | test_udp.c | 152 static void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, in test_recv() function |
| /third_party/python/Lib/test/ | ||
| D | _test_eintr.py | 224 def test_recv(self): member in SocketEINTRTest |
| D | test_asyncore.py | 383 def test_recv(self): member in FileWrapperTest |
| D | test_socket.py | 4715 def test_recv(self): member in PurePythonSocketPairTest |
| /third_party/ltp/utils/sctp/testlib/ | ||
| D | sctputil.h | 240 static inline int test_recv(int sk, void *buf, size_t len, int flags) in test_recv() function |