Searched refs:sendpair (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | msg_oob.c | 327 #define sendpair(buf, len, flags) \ macro 360 sendpair("x", 1, 0); in TEST_F() 373 sendpair("x", 1, 0); in TEST_F() 386 sendpair("x", 1, MSG_OOB); in TEST_F() 401 sendpair("x", 1, MSG_OOB); in TEST_F() 410 sendpair("x", 1, MSG_OOB); in TEST_F() 427 sendpair("hello", 5, MSG_OOB); in TEST_F() 446 sendpair("hello", 5, MSG_OOB); in TEST_F() 466 sendpair("hello", 5, MSG_OOB); in TEST_F() 470 sendpair("world", 5, 0); in TEST_F() [all …]
|