Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c311 #define sendpair(buf, len, flags) \ macro
340 sendpair("x", 1, 0); in TEST_F()
351 sendpair("x", 1, MSG_OOB); in TEST_F()
362 sendpair("x", 1, MSG_OOB); in TEST_F()
377 sendpair("hello", 5, MSG_OOB); in TEST_F()
392 sendpair("hello", 5, MSG_OOB); in TEST_F()
410 sendpair("hello", 5, MSG_OOB); in TEST_F()
414 sendpair("world", 5, 0); in TEST_F()
433 sendpair("hello", 5, MSG_OOB); in TEST_F()
437 sendpair("world", 5, 0); in TEST_F()
[all …]