Searched refs:recvpair (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | msg_oob.c | 330 #define recvpair(expected_buf, expected_len, buf_len, flags) \ macro 364 recvpair("", -EINVAL, 1, MSG_OOB); in TEST_F() 377 recvpair("x", 1, 1, 0); in TEST_F() 390 recvpair("x", 1, 1, MSG_OOB); in TEST_F() 414 recvpair("", -EAGAIN, 1, 0); /* Drop OOB. */ in TEST_F() 418 recvpair("", -EINVAL, 1, MSG_OOB); in TEST_F() 431 recvpair("o", 1, 1, MSG_OOB); in TEST_F() 435 recvpair("hell", 4, 4, 0); in TEST_F() 450 recvpair("hell", 4, 5, 0); /* Break at OOB even with enough buffer. */ in TEST_F() 454 recvpair("o", 1, 1, MSG_OOB); in TEST_F() [all …]
|